Adds camera animation button

This commit is contained in:
Mark Hoekveen
2020-03-23 00:52:13 +01:00
parent e9ecc97e5e
commit 075b55fa0b
4 changed files with 80 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
extends AnimationPlayer
func _ready():
pass
func _on_Scan_pressed():
play("Zoom in")