Skip to content
Snippets Groups Projects
Commit 739cb873 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix default value of visual in LuaEntityProperties

parent 8492796a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment