main_menu

This commit is contained in:
2024-03-12 14:41:35 +01:00
parent f83f6989b4
commit 7c6b8ca4c1
8 changed files with 96 additions and 17 deletions
-3
View File
@@ -3,9 +3,6 @@ extends RigidBody2D
const SPEED = 300.0
func _ready():
contact_monitor = true
func _physics_process(delta):
if Input.is_action_pressed(get_meta("UP_KEY")):
move_and_collide(Vector2.UP * SPEED * delta)