9 lines
No EOL
176 B
Lua
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
|
|
} |