Remove the backpack for now.

This commit is contained in:
Zed A. Shaw 2026-09-05 13:43:25 -04:00
parent 7afef0a930
commit 9310215aa3

View file

@ -54,16 +54,12 @@
"window": { "window": {
"directory": "assets", "directory": "assets",
"model_path": "window.glb" "model_path": "window.glb"
},
"backpack": {
"directory": "assets/backpack",
"model_path": "backpack.obj"
} }
}, },
"things": [ "things": [
{"model": "backpack", "position": [1.5, 0.0, -1.0], {"model": "marble_cube", "position": [1.5, 0.0, -1.0],
"rotation": {"angle": 0.0, "axes": [1.0, 1.0, 1.0]}, "rotation": {"angle": 0.0, "axes": [1.0, 1.0, 1.0]},
"scale": 1.0, "scale": 3.0,
"material": "default"}, "material": "default"},
{"model": "marble_cube", "position": [1.5, 0.25, 0.0], {"model": "marble_cube", "position": [1.5, 0.25, 0.0],
"rotation": {"angle": 90.0, "axes": [1.0,0.0,0.0]}, "rotation": {"angle": 90.0, "axes": [1.0,0.0,0.0]},