Sketchy skybox

This commit is contained in:
2025-12-07 23:27:42 +01:00
parent df00e3052f
commit 7c438d1284
7 changed files with 534 additions and 47 deletions

6
.vscode/launch.json vendored
View File

@@ -8,5 +8,11 @@
"program": "${workspaceFolder}/zig-out/bin/voxel-game",
"cwd": "${workspaceFolder}",
},
{
"name": "Attach",
"type": "lldb",
"request": "attach",
"program": "${workspaceFolder}/zig-out/bin/voxel-game",
},
],
}