aboutsummaryrefslogtreecommitdiff
path: root/game/Game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/Game.gd')
-rw-r--r--game/Game.gd13
1 files changed, 0 insertions, 13 deletions
diff --git a/game/Game.gd b/game/Game.gd
index 2bf346f..4ce8957 100644
--- a/game/Game.gd
+++ b/game/Game.gd
@@ -1,18 +1,5 @@
extends Node2D
-
-# Declare member variables here. Examples:
-# var a = 2
-# var b = "text"
-
-
-# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
-
-
-# Called every frame. 'delta' is the elapsed time since the previous frame.
-#func _process(delta):
-
-# pass