Equipment menu

This commit is contained in:
gotfishmakesticks 2024-01-13 10:58:44 +03:00
commit bef15301cb
28 changed files with 809 additions and 48 deletions

View file

@ -12,6 +12,7 @@ ammo_type = "Laser Energy"
ammo_consumption = 2.0
shoot_timer = NodePath("ShootingTimer")
spawner_points = [NodePath("SpawnerSprite1/Spawner1"), NodePath("SpawnerSprite2/Spawner2")]
id = "DoubleLaserMk1"
[node name="SpawnerSprite1" type="Sprite2D" parent="."]
position = Vector2(4, -12)

View file

@ -12,6 +12,7 @@ ammo_type = "Rockets"
ammo_consumption = 1.0
shoot_timer = NodePath("ShootingTimer")
spawner_points = [NodePath("Spawner")]
id = "SingleRocketMk1"
[node name="ShootingTimer" type="Timer" parent="."]
wait_time = 0.5