Initial commit: SlayMaple 로컬 워크스페이스 + Gitea 연동
- MSW 로컬 워크스페이스 데이터(Global/RootDesk/map/ui) 형상관리 시작 - Slay the Spire 풍 덱빌더 전투 프레임워크 초안 포함 - README.md: 협업(로컬 워크스페이스+git) 방식·구조·프레임워크 현황 문서화 - .gitignore: Authorization 토큰 포함된 .mcp.json/.codex 제외 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
82
Global/CollisionGroupSet.collisiongroupset
Normal file
82
Global/CollisionGroupSet.collisiongroupset
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"Id": "",
|
||||
"GameId": "",
|
||||
"EntryKey": "collisiongroupset://unique",
|
||||
"ContentType": "x-mod/collisiongroupset",
|
||||
"Content": "",
|
||||
"Usage": 0,
|
||||
"UsePublish": 1,
|
||||
"UseService": 0,
|
||||
"CoreVersion": "",
|
||||
"StudioVersion": "",
|
||||
"DynamicLoading": 0,
|
||||
"ContentProto": {
|
||||
"Use": "Json",
|
||||
"Json": {
|
||||
"Groups": [
|
||||
{
|
||||
"Id": "73017cc2ca884dfcb9fb98db7cc44848",
|
||||
"Name": "Default"
|
||||
},
|
||||
{
|
||||
"Id": "MOD@TriggerBox",
|
||||
"Name": "TriggerBox"
|
||||
},
|
||||
{
|
||||
"Id": "MOD@HitBox",
|
||||
"Name": "HitBox"
|
||||
},
|
||||
{
|
||||
"Id": "MOD@Interaction",
|
||||
"Name": "Interaction"
|
||||
},
|
||||
{
|
||||
"Id": "MOD@Portal",
|
||||
"Name": "Portal"
|
||||
},
|
||||
{
|
||||
"Id": "MOD@Climbable",
|
||||
"Name": "Climbable"
|
||||
},
|
||||
{
|
||||
"Id": "0639c22a20d34ec88be45b43fee3e333",
|
||||
"Name": "Player"
|
||||
},
|
||||
{
|
||||
"Id": "8992acd1e8cd45838db6f10a7b41df09",
|
||||
"Name": "Monster"
|
||||
}
|
||||
],
|
||||
"Matrix": {
|
||||
"73017cc2ca884dfcb9fb98db7cc44848": [
|
||||
"73017cc2ca884dfcb9fb98db7cc44848",
|
||||
"0639c22a20d34ec88be45b43fee3e333",
|
||||
"8992acd1e8cd45838db6f10a7b41df09"
|
||||
],
|
||||
"MOD@TriggerBox": [
|
||||
"MOD@TriggerBox"
|
||||
],
|
||||
"MOD@HitBox": [
|
||||
"MOD@HitBox"
|
||||
],
|
||||
"MOD@Interaction": [
|
||||
"MOD@Interaction"
|
||||
],
|
||||
"MOD@Portal": [
|
||||
"MOD@Portal"
|
||||
],
|
||||
"MOD@Climbable": [
|
||||
"MOD@Climbable"
|
||||
],
|
||||
"0639c22a20d34ec88be45b43fee3e333": [
|
||||
"73017cc2ca884dfcb9fb98db7cc44848",
|
||||
"8992acd1e8cd45838db6f10a7b41df09"
|
||||
],
|
||||
"8992acd1e8cd45838db6f10a7b41df09": [
|
||||
"73017cc2ca884dfcb9fb98db7cc44848",
|
||||
"0639c22a20d34ec88be45b43fee3e333"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user