summaryrefslogtreecommitdiff
path: root/scripts/ui_panel.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ui_panel.gd')
-rw-r--r--scripts/ui_panel.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ui_panel.gd b/scripts/ui_panel.gd
index d28812b..3786410 100644
--- a/scripts/ui_panel.gd
+++ b/scripts/ui_panel.gd
@@ -12,7 +12,6 @@ func _ready():
$HBoxContainer/Texture.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_CENTERED
$HBoxContainer/VBoxContainer/Label.text = desc
$HBoxContainer/VBoxContainer/Label2.text = str(cost)
- print(get_theme_stylebox("panel").bg_color)
$ColorRect.color = get_theme_stylebox("panel").bg_color
$ColorRect.modulate.a = 0.0