Player Animation converted to Animation Tree
Level 1 Design Door Mechanism Core Gameplay Mechanism - In-Progress
This commit is contained in:
4
scenes/level1.gd
Normal file
4
scenes/level1.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
$Player.set("total_apples_need",$Apples.get_child_count())
|
||||
Reference in New Issue
Block a user