2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Some initial widget imps

This commit is contained in:
Jack Andersen
2016-03-15 17:37:51 -10:00
parent b3859c4476
commit fcee32f666
13 changed files with 300 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ struct FRME : BigDNA
DECL_DNA
String<-1> name;
String<-1> parent;
Value<bool> unk1;
Value<bool> useAnimController;
Value<bool> defaultVisible;
Value<bool> defaultActive;
Value<bool> unk4;
@@ -183,11 +183,11 @@ struct FRME : BigDNA
struct TXPNInfo : IWidgetInfo
{
enum class Justification
enum class Justification : atUint32
{
};
enum class VerticalJustification
enum class VerticalJustification : atUint32
{
};