VoxelEngine/dev/tests/data_buffer.lua
2025-04-07 20:14:46 +03:00

5 lines
133 B
Lua

local data_buffer = require "core:data_buffer"
local buffer = data_buffer({}, 'LE', true)
buffer:put_int16(2025)
debug.print(buffer)