Added some WIP assets for the Local/World/UI views and the cover art.

This commit is contained in:
2026-01-07 05:45:05 -05:00
parent 8186f2466c
commit 357189e12e
18 changed files with 1339 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "assets-vor",
"version": "1.0.0",
"description": "A repo used for tracking and containg the assets for the game Visions Of Reality",
"repository": {
"type": "git",
"url": "prospera:assets-vor.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"kanban": "serve tools/kanban/ -p 5173"
},
"keywords": [],
"devDependencies": {
"serve": "^14.2.5"
}
}