[Scene] Add SceneStringNames::font(_size/_color)

This commit is contained in:
A Thousand Ships
2024-05-14 15:57:29 +02:00
parent b435551682
commit d519715d94
77 changed files with 453 additions and 446 deletions

View File

@ -70,6 +70,9 @@ public:
StringName updated;
StringName line_separation;
StringName font;
StringName font_size;
StringName font_color;
StringName mouse_entered;
StringName mouse_exited;