wip wip. vite build, web components

This commit is contained in:
David Allemang
2026-07-06 17:09:00 -04:00
parent 70817082e3
commit a31a5ae405
11198 changed files with 1266 additions and 37078 deletions

View File

@@ -0,0 +1,27 @@
{
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"level": "#level"
},
"elements": [
{
"name": "number",
"from": [4, 0.275, 4],
"to": [12, 0.275, 12],
"faces": {
"up": {"uv": [0, 0, 4, 4], "texture": "#level" },
"down": {"uv": [0, 0, 4, 4], "rotation": 180, "texture": "#level", "cullface": "down"}
}
},
{
"name": "outline",
"from": [3, 0.275, 4],
"to": [13, 0.275, 14],
"faces": {
"up": {"uv": [4, 0, 9, 5], "texture": "#level", "tintindex": 0},
"down": {"uv": [4, 0, 9, 5], "rotation": 180, "texture": "#level", "cullface": "down", "tintindex": 0}
}
}
]
}