Palworld dev: migrate to schema v2

This commit is contained in:
redphx 2024-01-30 22:03:25 +07:00
parent 6b820f279d
commit 57fff928bd

View File

@ -1,6 +1,11 @@
{
"schema_version": 2,
"name": "Palworld",
"layout": {
"default_layout": "type-a",
"layouts": {
"type-a": {
"name": "Type A",
"content": {
"left": {
"inner": [
{
@ -234,4 +239,6 @@
}
]
}
}
}
}