mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Fixed explosions and mapping
This commit is contained in:
parent
d35af0dc2a
commit
bacf41e726
11 changed files with 2124 additions and 1034 deletions
|
|
@ -21,6 +21,8 @@ public partial class GameController : Node
|
|||
public Vector3? PlayerPosition => _player?.GlobalPosition ?? null;
|
||||
public Vector3? PlayerVelocity => _player?.Velocity ?? null;
|
||||
|
||||
[Export] public bool DebugDraw { get; set; }
|
||||
|
||||
[Signal]
|
||||
public delegate void ManagerReadyEventHandler();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue