mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix default value of visual in LuaEntityProperties
This commit is contained in:
parent
8492796a5c
commit
739cb87385
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ LuaEntityProperties::LuaEntityProperties():
|
|||
physical(false),
|
||||
weight(5),
|
||||
collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5),
|
||||
visual("single_sprite"),
|
||||
visual("sprite"),
|
||||
visual_size(1,1),
|
||||
spritediv(1,1),
|
||||
initial_sprite_basepos(0,0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue