This website works better with JavaScript
Home
Explore
Sign In
alaah
/
ld52-growin-ballistic
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
ld52-growin-...
/
scene
/
core
/
restart_button.gd
restart_button.gd
107 B
Permalink
History
Raw
1
2
3
4
5
extends Button
func _on_pressed():
var root = get_tree().get_root().get_child(0)
root.begin(true)