Grahpics overhaul and predicting bullets

This commit is contained in:
MaddoScientisto 2025-05-04 22:01:59 +02:00
commit 946e7df71e
14 changed files with 144 additions and 26 deletions

View file

@ -25,6 +25,7 @@ public partial class GameManager : Node2D
private Node2D _cameraTarget;
public Vector2? PlayerPosition => _player?.GlobalPosition ?? null;
public Vector2? PlayerVelocity => _player?.Velocity ?? null;
[Export] public MapResource MapResource { get; private set; }