Equipment menu
This commit is contained in:
parent
c6bf51f1b0
commit
bef15301cb
28 changed files with 809 additions and 48 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue