Rewriting ships: Added shields and weapons holder
This commit is contained in:
parent
e2b9fa6c69
commit
95274d0a5b
17 changed files with 396 additions and 24 deletions
16
scenes/Ships/Modules/Shields/shield.tscn
Normal file
16
scenes/Ships/Modules/Shields/shield.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bunboi5ouscw8"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Ship/shield.gd" id="1_sexol"]
|
||||
|
||||
[node name="Shield" type="Node2D" node_paths=PackedStringArray("shield_recharge_timer", "laser_recharge_timer")]
|
||||
script = ExtResource("1_sexol")
|
||||
shield_recharge_timer = NodePath("")
|
||||
laser_recharge_timer = NodePath("")
|
||||
|
||||
[node name="ShieldTimer" type="Timer" parent="."]
|
||||
wait_time = 5.0
|
||||
one_shot = true
|
||||
|
||||
[node name="LaserTimer" type="Timer" parent="."]
|
||||
wait_time = 5.0
|
||||
one_shot = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue