mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Add dark icon property
This commit is contained in:
@@ -52,6 +52,7 @@ IMPLEMENT_REFLECTION(Field) {
|
||||
REFLECT_LOCALIZED(caption);
|
||||
REFLECT_LOCALIZED(description); // FIXME: This field is both unused and uninitialized.
|
||||
REFLECT_N("icon", icon_filename);
|
||||
REFLECT_N("dark_icon", dark_icon_filename);
|
||||
REFLECT(editable);
|
||||
REFLECT(save_value);
|
||||
REFLECT(show_statistics);
|
||||
|
||||
Reference in New Issue
Block a user