Re-organize HUD scene to remove redundant control node

This commit is contained in:
Haze Weathers 2023-02-01 21:26:30 -05:00
parent 2caeb7f2ee
commit bfab439995
5 changed files with 76 additions and 44 deletions

View file

@ -1,4 +1,4 @@
extends Control
extends CanvasLayer
onready var gold_counter = $GoldCounter
onready var shard_counter = $ShardCounter