Fixed explosions and mapping

This commit is contained in:
Marco 2025-07-02 14:23:55 +02:00
commit bacf41e726
11 changed files with 2124 additions and 1034 deletions

View file

@ -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();