idk its broken :(

This commit is contained in:
zoe 2022-05-05 15:54:49 +02:00
parent 2735749baa
commit 8de6d3bdb9
9 changed files with 49 additions and 16 deletions

View file

@ -3,6 +3,7 @@ export var min_zoom = 0.4
export var speed = 200
var zoomlevel = 0.4
func _process(delta):
move_around(delta)
handle_zoom()