wrong directory

This commit is contained in:
gdz
2025-12-14 00:01:12 +01:00
parent 4c1e5fe895
commit 6029bc66bd
2 changed files with 0 additions and 18 deletions

View File

@@ -1,17 +0,0 @@
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
if Input.is_action_pressed("MoveUp"):
global_position += Vector2.UP * 2
if Input.is_action_pressed("MoveDown"):
global_position += Vector2.DOWN * 2
if Input.is_action_pressed("MoveLeft"):
global_position += Vector2.LEFT * 2
if Input.is_action_pressed("MoveRight"):
global_position += Vector2.RIGHT * 2

View File

@@ -1 +0,0 @@
uid://brublmhrsdc7l