Skip to content

Commit

Permalink
Test publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
renanstn committed Jul 27, 2021
1 parent 532ed3e commit 9619436
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WebClock/Scripts/Clock.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ func _process(delta):
var hour = timeDict.hour
var minute = timeDict.minute
var seconds = timeDict.second
# clock_label.text = "%02d:%02d:%02d" % [hour, minute, seconds]
clock_label.text = "TEST"
clock_label.text = "%02d:%02d:%02d" % [hour, minute, seconds]

0 comments on commit 9619436

Please sign in to comment.