epervier-framework/examples/scenes/gameplay/action3D/actors/box.lua
2024-11-05 21:04:14 +01:00

9 lines
No EOL
176 B
Lua

return actor {
type = "box",
dimensions = {w = 16, h = 16, d = 16},
visuals = {
mode = "box3D",
texture = {top = "boxtop", bottom = "box"}
},
isSolid = true
}