faundation for json loading

This commit is contained in:
2025-02-16 21:58:49 +01:00
parent b6551d9d6d
commit 87c6b5abdf
4 changed files with 296 additions and 211 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"ships": [
{
"destroyer": {
"texture": "assets/entities/ships/destroyer.svg",
"width": 58,
"height": 512
}
}
]
}