camera channels zoom out effect looks very feasible

This commit is contained in:
Tabby 2025-05-11 17:08:32 +10:00
parent bf835edaeb
commit caa2cd4c11
10 changed files with 163 additions and 55 deletions

View file

@ -1,6 +0,0 @@
extends Node2D
func _process(delta: float) -> void:
var direction := Input.get_axis("ui_left", "ui_right")
if direction:
position.x += direction * 10