set up playerdata db

setup roomlist.json
This commit is contained in:
2026-06-12 00:50:50 -05:00
parent 7f09944bf5
commit 709ce2c8f3
5 changed files with 63 additions and 6 deletions

1
db/player.json Normal file
View File

@@ -0,0 +1 @@
{"_default": {"1": {"data": {"id": 0, "name": "Dev", "pass": "Dev123"}}}}

8
db/roomlist.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rooms": {
"DormRoom": {
"SpaceID": "DormRoom",
"icon": "DormRoomImage.png"
}
}
}

BIN
db/spaces/DormRoom.pck Normal file

Binary file not shown.