Migration to 4.4
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dmvipsoauefs3"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/components/damage.gd" id="1_qhm3r"]
|
||||
[ext_resource type="Texture2D" uid="uid://djifxc5x0dyrw" path="res://sprites/ppc_tileset.png" id="1_yevdj"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_pn1xh"]
|
||||
size = Vector2(8, 16)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_dv860"]
|
||||
metadata/__load_path__ = "res://scripts/components/damage.gd"
|
||||
|
||||
[node name="Damage" type="Area2D"]
|
||||
collision_mask = 5
|
||||
|
||||
@@ -19,5 +21,5 @@ vframes = 12
|
||||
frame = 59
|
||||
|
||||
[node name="DamageComponent" type="Node" parent="." node_paths=PackedStringArray("area2d")]
|
||||
script = ExtResource("1_qhm3r")
|
||||
script = SubResource("Resource_dv860")
|
||||
area2d = NodePath("..")
|
||||
|
Reference in New Issue
Block a user