Added SignalVisualizer plugin

This commit is contained in:
2025-07-05 13:56:59 +02:00
parent 600d9cfca1
commit 7ef9fe53b2
36 changed files with 1488 additions and 1 deletions
@@ -0,0 +1,31 @@
@tool
extends Label
# Properties
# |===================================|
# |===================================|
# |===================================|
# Lifecycle
# |===================================|
# |===================================|
# |===================================|
# Signals
# |===================================|
# |===================================|
# |===================================|
# Methods
# |===================================|
# |===================================|
# |===================================|
func get_text_size() -> Vector2:
return get_theme_default_font().get_string_size(text)