cursedcure
Greenhorn
I've tested
7 x 10,
7 x 12,
12 x 12,
but it still doesn't load up the room
I also just use the normal map-tiles, no custom ones
there's no error messages.
I'm using this code in the game, which was from the wiki, but changed the ID/names:
7 x 10,
7 x 12,
12 x 12,
but it still doesn't load up the room
I also just use the normal map-tiles, no custom ones
there's no error messages.
I'm using this code in the game, which was from the wiki, but changed the ID/names:
{
"Format": "1.30.0",
"Changes": [
// register spouse room
{
"Action": "EditData",
"Target": "Data/SpouseRooms",
"Entries": {
"Akila": "ExampleAuthor_ExampleAkilaMod_SpouseRoom/0"
}
},
// load spouse room map
{
"Action": "Load",
"Target": "Maps/ExampleAuthor_ExampleAkilaMod_SpouseRoom",
"FromFile": "assets/spouse-room.tmx"
}
]
}
"Format": "1.30.0",
"Changes": [
// register spouse room
{
"Action": "EditData",
"Target": "Data/SpouseRooms",
"Entries": {
"Akila": "ExampleAuthor_ExampleAkilaMod_SpouseRoom/0"
}
},
// load spouse room map
{
"Action": "Load",
"Target": "Maps/ExampleAuthor_ExampleAkilaMod_SpouseRoom",
"FromFile": "assets/spouse-room.tmx"
}
]
}