Rewriting ships: Added shields and weapons holder

This commit is contained in:
2ndbeam 2024-04-28 20:53:44 +03:00
commit 95274d0a5b
17 changed files with 396 additions and 24 deletions

View 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