4c881027a1
- persistent files - Hiscore
31 lines
644 B
GDScript
31 lines
644 B
GDScript
@tool
|
|
extends Label
|
|
|
|
# Properties
|
|
# |===================================|
|
|
# |===================================|
|
|
# |===================================|
|
|
|
|
|
|
|
|
# Lifecycle
|
|
# |===================================|
|
|
# |===================================|
|
|
# |===================================|
|
|
|
|
|
|
|
|
# Signals
|
|
# |===================================|
|
|
# |===================================|
|
|
# |===================================|
|
|
|
|
|
|
|
|
# Methods
|
|
# |===================================|
|
|
# |===================================|
|
|
# |===================================|
|
|
|
|
func get_text_size() -> Vector2:
|
|
return get_theme_default_font().get_string_size(text)
|