mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 04:05:54 +00:00
Solid walls
This commit is contained in:
parent
eefe35fe73
commit
0322748d86
9 changed files with 94 additions and 52 deletions
|
|
@ -8,6 +8,7 @@ using Cirno.Scripts.Misc;
|
|||
using Cirno.Scripts.Resources;
|
||||
using Godot.Collections;
|
||||
using Cirno.Scripts.Utils;
|
||||
using Environment = Godot.Environment;
|
||||
|
||||
public partial class GameManager : Node2D
|
||||
{
|
||||
|
|
@ -72,7 +73,7 @@ public partial class GameManager : Node2D
|
|||
public override void _Ready()
|
||||
{
|
||||
Instance = this;
|
||||
|
||||
RenderingServer.SetDefaultClearColor(Colors.Black);
|
||||
GlobalState.Session.LevelNumber = MapResource.LevelId;
|
||||
|
||||
GlobalState.Instance.ResizeCursor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue