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

View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://bdxd6shyk8duj"]
[ext_resource type="Script" uid="uid://dxt4s20sjndph" path="res://Scripts/Parts/LeapingCheepCheepArea.gd" id="1_jinga"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_bjkhe"]
size = Vector2(16, 16)
[node name="LeapingCheepCheepArea" type="Area2D"]
script = ExtResource("1_jinga")
[node name="Shape" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_bjkhe")
debug_color = Color(1, 0.6, 0, 0.419608)