added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

16
Scenes/Parts/WaterArea.tscn Executable file
View File

@@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://e3wkbwtm7sh"]
[ext_resource type="Script" uid="uid://crsejaxbaluhf" path="res://Scripts/Parts/WaterArea.gd" id="1_u0i0t"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rn8yh"]
resource_local_to_scene = true
size = Vector2(16, 16)
[node name="WaterArea" type="Area2D"]
z_index = 4096
z_as_relative = false
script = ExtResource("1_u0i0t")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_rn8yh")
debug_color = Color(0, 0.6, 0.701961, 1)