Oops big commit

This commit is contained in:
2023-09-06 01:32:54 -07:00
parent ed4ebfafac
commit f180d4cacd
88 changed files with 13233 additions and 1274 deletions

View File

@@ -19,8 +19,6 @@ public partial class Capricorn2 : Character2
[Export]
private float _speed = 3.0f;
public bool CanShoot { get; private set; }
public bool IsShooting = false;
private GameManager _gameManager;