diff --git a/scene.json b/scene.json new file mode 100644 index 0000000..689eaba --- /dev/null +++ b/scene.json @@ -0,0 +1,16 @@ +{ + "ecs7": true, + "runtimeVersion": "7", + "display": { + "title": "SDK7 Players Queue", + "description": "SDK7 Library to handle Players Queue logic for Multiplayers Game", + "navmapThumbnail": "images/scene-thumbnail.png", + "favicon": "favicon_asset" + }, + "main": "bin/index.js", + "tags": [], + "scene": { + "parcels": [ "0,0" ], + "base": "0,0" + } +} \ No newline at end of file