camera zoom in/out & camera panning
This commit is contained in:
parent
24a05c557d
commit
acf1ed5423
17 changed files with 774 additions and 80 deletions
8
scripts/Snippets.gd
Normal file
8
scripts/Snippets.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue