메이커에서 단일 DefaultGroup UI를 6개 UIGroup으로 재편:
- DefaultGroup(MainMenu+월드조작), SelectUIGroup(charselect/job),
LobbyUIGroup(lobby/board/soulshop), RunUIGroup(combat/map/shop 등),
DeckUIGroup(덱 도감) + PopupGroup/ToastGroup(기존)
- 신규 에셋: UIButton.model, 배경 스프라이트 4종, MapleTree.codeblock 등
- 몬스터 전투 슬롯 MonsterSlot{1..5} → MonsterStatus{1..4}, TargetFrame 제거
컨트롤러 재연결은 후속 커밋. (.gitignore: docs/superpowers·Mislocated 무시)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
142 lines
4.3 KiB
Plaintext
142 lines
4.3 KiB
Plaintext
{
|
|
"Id": "",
|
|
"GameId": "",
|
|
"EntryKey": "model://uibutton",
|
|
"ContentType": "x-mod/model",
|
|
"Content": "",
|
|
"Usage": 0,
|
|
"UsePublish": 1,
|
|
"UseService": 0,
|
|
"CoreVersion": "26.5.0.0",
|
|
"StudioVersion": "0.1.0.0",
|
|
"DynamicLoading": 0,
|
|
"ContentProto": {
|
|
"Use": "Json",
|
|
"Json": {
|
|
"Version": 1,
|
|
"Name": "UIButton",
|
|
"BaseModelId": null,
|
|
"Id": "uibutton",
|
|
"Components": [
|
|
"MOD.Core.UITransformComponent",
|
|
"MOD.Core.SpriteGUIRendererComponent"
|
|
],
|
|
"Properties": [
|
|
{
|
|
"Type": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Name": "RectSize",
|
|
"DisplayName": "RectSize",
|
|
"ShowInInspector": true,
|
|
"Link": {
|
|
"Target": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.UITransformComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Property": "RectSize"
|
|
}
|
|
},
|
|
{
|
|
"Type": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODDataRef, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Name": "ImageRUID",
|
|
"DisplayName": "ImageRUID",
|
|
"ShowInInspector": true,
|
|
"Link": {
|
|
"Target": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.SpriteGUIRendererComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Property": "ImageRUID"
|
|
}
|
|
},
|
|
{
|
|
"Type": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODColor, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Name": "Color",
|
|
"DisplayName": "Color",
|
|
"ShowInInspector": true,
|
|
"Link": {
|
|
"Target": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.SpriteGUIRendererComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Property": "Color"
|
|
}
|
|
}
|
|
],
|
|
"Values": [
|
|
{
|
|
"TargetType": "MOD.Core.UITransformComponent",
|
|
"Name": "anchoredPosition",
|
|
"ValueType": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Value": {
|
|
"$type": "MOD.Core.MODVector2, MOD.Core",
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
}
|
|
},
|
|
{
|
|
"TargetType": "MOD.Core.UITransformComponent",
|
|
"Name": "RectSize",
|
|
"ValueType": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Value": {
|
|
"$type": "MOD.Core.MODVector2, MOD.Core",
|
|
"x": 200.0,
|
|
"y": 75.0
|
|
}
|
|
},
|
|
{
|
|
"TargetType": "MOD.Core.UITransformComponent",
|
|
"Name": "AlignmentOption",
|
|
"ValueType": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.AlignmentType, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Value": 0
|
|
},
|
|
{
|
|
"TargetType": "MOD.Core.SpriteGUIRendererComponent",
|
|
"Name": "ImageRUID",
|
|
"ValueType": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODDataRef, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Value": {
|
|
"$type": "MOD.Core.MODDataRef, MOD.Core",
|
|
"DataId": "cc3457b8e97b3e14f9d5c39ccdd640bf"
|
|
}
|
|
},
|
|
{
|
|
"TargetType": "MOD.Core.SpriteGUIRendererComponent",
|
|
"Name": "Color",
|
|
"ValueType": {
|
|
"$type": "MODNativeType",
|
|
"type": "MOD.Core.MODColor, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null"
|
|
},
|
|
"Value": {
|
|
"$type": "MOD.Core.MODColor, MOD.Core",
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
}
|
|
}
|
|
],
|
|
"EventLinks": [],
|
|
"Children": []
|
|
}
|
|
}
|
|
} |