mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Grahpics overhaul and predicting bullets
This commit is contained in:
parent
24386e724f
commit
946e7df71e
14 changed files with 144 additions and 26 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue