Files
gamedevjs-jam/scenes/level1.gd
Indrajith K L 77b9080c3b Player Animation converted to Animation Tree
Level 1 Design
Door Mechanism
Core Gameplay Mechanism - In-Progress
2022-04-18 01:21:58 +05:30

5 lines
91 B
GDScript

extends Node2D
func _ready():
$Player.set("total_apples_need",$Apples.get_child_count())