somethings

This commit is contained in:
simoleo89
2026-03-15 12:45:54 +01:00
parent f0133a8e99
commit e694f34e34
6 changed files with 5812 additions and 7 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
{
"socket.url": "ws://## YOUR HOST ##:2096",
"asset.url": "http://## YOUR HOST ##/gamedata",
"image.library.url": "http://## YOUR HOST ##/gamedata/c_images/",
"hof.furni.url": "http://## YOUR HOST ##",
"socket.url": "ws:localhost:2097",
"asset.url": "http://localhost:3000/public\nitro-assets\gamedata",
"image.library.url": "http://localhost:3000/swf/gamedata/c_images/",
"hof.furni.url": "http://localhost:3000/",
"images.url": "${asset.url}/images",
"gamedata.url": "${asset.url}",
"sounds.url": "${asset.url}/sounds/%sample%.mp3",
@@ -585,4 +585,4 @@
"${images.url}/clear_icon.png",
"${images.url}/big_arrow.png"
]
}
}