diff options
author | bd <bdunahu@operationnull.com> | 2025-05-25 13:02:48 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-25 13:02:48 -0400 |
commit | 2e0c1c719db8bd6949a98678d0848c314bdaa0d7 (patch) | |
tree | 15b5036c299706c561a28aceaf77c0f5189c13e2 /scripts/ui_panel.gd | |
parent | 4e956f8f242eea5c52fb3f6bb6190494e55a7e79 (diff) |
Fix bug where different warlocks would share the same circular range
Diffstat (limited to 'scripts/ui_panel.gd')
-rw-r--r-- | scripts/ui_panel.gd | 1 |
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 |