more work on the ui theme and changing the hud
This commit is contained in:
8
UI/Menus/MixingMenu/price_panel.gd
Normal file
8
UI/Menus/MixingMenu/price_panel.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name PricePanel
|
||||
extends PanelContainer
|
||||
|
||||
@export var label: Label
|
||||
|
||||
|
||||
func set_price(price: int) -> void:
|
||||
label.text = "$" + str(price)
|
||||
Reference in New Issue
Block a user