added main memu

This commit is contained in:
Ultrablob 2024-04-17 15:00:20 -04:00
parent e446938ba7
commit ae936275b7
10 changed files with 224 additions and 8 deletions

View file

@ -6,6 +6,8 @@ func _ready():
velocity = Vector2(speed, speed)
func _physics_process(delta):
if get_tree().paused:
return
if get_last_slide_collision():
var collision: KinematicCollision2D = get_last_slide_collision()
if collision.get_collider():