mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 19:15:55 +00:00
Danmaku system
This commit is contained in:
parent
9c8ec486fc
commit
fdec052c16
38 changed files with 924 additions and 9 deletions
|
|
@ -7,9 +7,13 @@ public partial class GameManager : Node2D
|
|||
private Hud _hud;
|
||||
|
||||
private PlayerMovement _player;
|
||||
|
||||
public PlayerMovement Player => _player;
|
||||
|
||||
private Node2D _cameraTarget;
|
||||
|
||||
public Vector2? PlayerPosition => _player?.GlobalPosition ?? null;
|
||||
|
||||
[Export]
|
||||
public PackedScene PlayerTemplate { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue