Merge branch 'main' of https://gamejam.fachschaft.info/Florian/The_Dark_Side_of_Earth
This commit is contained in:
commit
165809dd76
3 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ animations = [{
|
|||
}]
|
||||
|
||||
[node name="Player" type="CharacterBody2D"]
|
||||
z_index = 10
|
||||
script = ExtResource("1_4flbx")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue