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
3
1 files changed, 0 insertions, 3 deletions
diff --git a/Main.gd b/Main.gd
index cd2d0ac..e251cf8 100644
--- a/
Main.gd
+++ b/
Main.gd
@@ -1,4 +1 @@
extends Node2D
-
-func _init() -> void:
- RenderingServer.set_default_clear_color(Color.BLACK)