From 052fe9c0786d13252a53cb984f125273dac5a598 Mon Sep 17 00:00:00 2001 From: freddie-a <57713959+freddie-a@users.noreply.github.com> Date: Sun, 30 Oct 2022 10:59:34 +0000 Subject: Further code cleanup --- Coin.gd | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Coin.gd') diff --git a/Coin.gd b/Coin.gd index fa5610e..2f5402d 100644 --- a/Coin.gd +++ b/Coin.gd @@ -1,12 +1,7 @@ extends StaticBody2D - -# Declare member variables here. Examples: -# var a = 2 -# var b = "text" var timer -# Called when the node enters the scene tree for the first time. func _ready(): timer = Timer.new() get_parent().add_child(timer) @@ -16,6 +11,3 @@ func _ready(): func _on_timer_timeout() -> void: queue_free() -# Called every frame. 'delta' is the elapsed time since the previous frame. -#func _process(delta): -# if timer.stopp -- cgit v1.2.3-70-g09d2