From 2e0c1c719db8bd6949a98678d0848c314bdaa0d7 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 25 May 2025 13:02:48 -0400 Subject: Fix bug where different warlocks would share the same circular range --- scripts/ui_panel.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/ui_panel.gd') 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 -- cgit v1.2.3