Remove transparent mesh and block placing and breaking

This commit is contained in:
2026-03-14 15:57:55 -03:00
parent 6cc38e3317
commit 5a368d33a1
8 changed files with 228 additions and 155 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Texture } from "./types.ts";
export function push_cube_to_mesh(
vertices: number[],
vertices: Float32Array,
vertex_count: number,
texture: Texture,
x: number,