Skip to content

Commit d8aa4f9

Browse files
committed
extra line before functions to please gdlint
1 parent 6dcb4f3 commit d8aa4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/main.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ extends Node2D
22

33
@onready var time_label = $CenterContainer/time_label
44

5+
56
func _ready():
67
var timer = Timer.new()
78
add_child(timer)
@@ -10,6 +11,7 @@ func _ready():
1011
timer.start()
1112
update_time()
1213

14+
1315
func update_time():
1416
if not time_label:
1517
return

0 commit comments

Comments
 (0)