working on intro

This commit is contained in:
Tabby 2025-05-15 14:35:32 +10:00
parent 4f4e703886
commit 8be34b6c12
31 changed files with 497 additions and 23 deletions

View file

@ -11,7 +11,7 @@ func _ready() -> void:
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
if(following):
global_position.x = target.global_position.x
global_position = target.global_position
if(Input.is_action_just_pressed("ui_right")):
start_arena_cam()
pass