Initial commit (1/2)

This commit is contained in:
Алкесей Мирнеков 2023-11-05 16:23:18 +03:00 committed by GitHub
commit 3411c5796d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 2261 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[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