1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Translate ButtonArray text

This commit is contained in:
volzhs
2017-02-08 08:38:36 +09:00
parent 34b6caa433
commit e0f00a549c
2 changed files with 10 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ private:
struct Button {
String text;
String xl_text;
String tooltip;
Ref<Texture> icon;
mutable int _ms_cache;