[gd_scene load_steps=2 format=3 uid="uid://66m5gj2ufsop"] [ext_resource type="Script" path="res://scripts/MSShield.gd" id="1_6qr86"] [node name="Shield" type="Node2D" node_paths=PackedStringArray("RechargeTimer", "LaserTimer")] script = ExtResource("1_6qr86") MaxShieldCapacity = 10 ShieldChargeRate = 2.0 RechargeTimer = NodePath("Timer") LaserTimer = NodePath("Timer2") LaserChargeRate = 40.0 [node name="Timer2" type="Timer" parent="."] wait_time = 5.0 one_shot = true [node name="Timer" type="Timer" parent="."] wait_time = 5.0 one_shot = true