This commit is contained in:
RealMelwei 2025-09-16 16:42:23 +02:00
commit 165809dd76
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ script = ExtResource("1_5j34s")
[node name="Sprite2D" type="Sprite2D" parent="."]
self_modulate = Color(0.1764706, 0, 0.003921569, 0.003921569)
material = SubResource("ShaderMaterial_qnfc1")
position = Vector2(31, -3246)
scale = Vector2(25, 25)
texture = ExtResource("2_2yopf")
script = ExtResource("4_qnfc1")

View file

@ -8,6 +8,7 @@
[sub_resource type="CircleShape2D" id="CircleShape2D_6attn"]
[node name="Ghost" type="Area2D"]
z_index = 1
scale = Vector2(0.4, 0.4)
script = ExtResource("1_6attn")

View file

@ -51,6 +51,7 @@ animations = [{
}]
[node name="Player" type="CharacterBody2D"]
z_index = 10
script = ExtResource("1_4flbx")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]