forked from team-sg/hero-mark-2
remove some stray random prints
This commit is contained in:
parent
7ffdbf6219
commit
83f0bccd9a
9 changed files with 0 additions and 10 deletions
|
@ -190,7 +190,6 @@ func _update_stats() -> void:
|
|||
score_100.text = "%05d" % save_data.score_100
|
||||
time_100.text = Game.format_time(save_data.time_100)
|
||||
var shards = filled_shards.get_children()
|
||||
print(save_data.shards_collected)
|
||||
for i in 8:
|
||||
shards[i].visible = save_data.shards_collected[i]
|
||||
selected_shard = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue