index
:
gamedevjs-jam
master
Untitled Entry for Gamedev.js 2022 Jam
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scenes
/
level1.gd
blob: cab2699c30c7e396b9c8bd1784eec025aeccc197 (
plain
)
1
2
3
4
extends
Node2D
func
_ready
():
$
Player
.
set
(
"total_apples_need"
,
$
Apples
.
get_child_count
())