Improved graphics. Added game over scene

This commit is contained in:
2024-05-05 13:42:51 +01:00
parent 5a40233292
commit fef3ae9d8e
24 changed files with 392 additions and 48 deletions

View File

@@ -16,6 +16,14 @@ physics_material_override = SubResource("PhysicsMaterial_s6ufd")
constant_linear_velocity = Vector2(0, 50)
script = ExtResource("1_eylhu")
[node name="Shadow" type="ColorRect" parent="."]
z_index = -1
offset_left = -13.0
offset_top = -2.0
offset_right = 19.0
offset_bottom = 14.0
color = Color(0, 0, 0, 0.247059)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_xxkpg")