Extensive work on virtually all of the visuals and the net code
This commit is contained in:
7
scripts/cs_hack_display.gd
Normal file
7
scripts/cs_hack_display.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends TextureRect
|
||||
|
||||
@onready var qty_label : Label = $Label
|
||||
|
||||
func setup(type : Hack.Type, qty : int) -> void:
|
||||
texture = Hack.hack_icons[type]
|
||||
qty_label.text = str(qty)
|
||||
Reference in New Issue
Block a user