add platforms with movement and collisions

This commit is contained in:
2025-10-20 13:52:08 +01:00
parent 0015662fad
commit f36faba437
3 changed files with 72 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ animations = [{
radius = 5.0
[node name="Player" type="CharacterBody2D"]
z_index = 5
script = ExtResource("1_g2els")
speed = 130.0
jump_velocity = -300.0