camera zoom in/out & camera panning

This commit is contained in:
Antti Hakkarainen 2023-02-07 19:21:51 +02:00
parent 24a05c557d
commit acf1ed5423
17 changed files with 774 additions and 80 deletions

8
scripts/Snippets.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node
# Called when the node enters the scene tree for the first time.
func placeholder():
# print all children of the node
for _i in self.get_children():
print(_i