Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://qr1h87np4sn1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/projectiles/Rocket.gd" id="1_h8tie"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/Rocket.gd" id="1_h8tie"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvnqx6habw8uc" path="res://sprites/rocket mk1 1.png" id="2_g3qcb"]
|
||||
[ext_resource type="Texture2D" uid="uid://dgxlnp520q1tp" path="res://sprites/rocket mk1 2.png" id="3_q1u7q"]
|
||||
[ext_resource type="Texture2D" uid="uid://fqcylid4oa6b" path="res://sprites/rocket mk1 3.png" id="4_f2hwy"]
|
||||
|
|
@ -30,12 +30,12 @@ animations = [{
|
|||
radius = 2.0
|
||||
height = 12.0
|
||||
|
||||
[node name="Rocket" type="Node2D" node_paths=PackedStringArray("Collider")]
|
||||
[node name="Rocket" type="Node2D" node_paths=PackedStringArray("collider")]
|
||||
script = ExtResource("1_h8tie")
|
||||
Speed = 400.0
|
||||
RotationSpeed = 180.0
|
||||
Damage = 10.0
|
||||
Collider = NodePath("Collision")
|
||||
speed = 400.0
|
||||
rotation_speed = 180.0
|
||||
damage = 5.0
|
||||
collider = NodePath("Collision")
|
||||
|
||||
[node name="RocketSprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(8, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue