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, 0 insertions, 6 deletions
diff --git a/Main.gd b/Main.gd
index 8586ea0..e251cf8 100644
--- a/
Main.gd
+++ b/
Main.gd
@@ -1,7 +1 @@
extends Node2D
-
-func _ready() -> void:
- MusicPlayer.p()
-
-func _exit_tree() -> void:
- MusicPlayer.s()