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

@@ -22,6 +22,12 @@ max_contacts_reported = 5
contact_monitor = true
script = ExtResource("1_2xu4j")
[node name="Shadow" type="Polygon2D" parent="."]
z_index = -1
position = Vector2(1, 2)
color = Color(0, 0, 0, 0.247059)
polygon = PackedVector2Array(-3, -2, -2, -3, 2, -3, 3, -2, 3, 2, 2, 3, -2, 3, -3, 2)
[node name="TextureRect" type="TextureRect" parent="."]
offset_left = -3.0
offset_top = -3.0