bendns' repos
/
hammer_space
a game about throwing hammers made for the github game off
main
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Main.gd')
-rw-r--r--
Main.gd
6
1 files changed, 6 insertions, 0 deletions
diff --git a/Main.gd b/Main.gd
index e251cf8..8586ea0 100644
--- a/
Main.gd
+++ b/
Main.gd
@@ -1 +1,7 @@
extends Node2D
+
+func _ready() -> void:
+ MusicPlayer.p()
+
+func _exit_tree() -> void:
+ MusicPlayer.s()