4 lines
64 B
GDScript
4 lines
64 B
GDScript
extends MenuDefaultButton
|
|
|
|
func action():
|
|
PlayerShip.destroy()
|