index
:
github/ldjam48.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scenes
/
menu.gd
blob: c0c6f6b1341ead4a07f8e226271067795fe521df (
plain
)
1
2
3
4
5
6
7
8
9
extends
Node2D
func
_ready
():
pass
func
_on_Exit_on_click
():
get_tree
()
.
quit
()