Skip to content
Snippets Groups Projects
Commit c3eb7fe3 authored by ShadowNinja's avatar ShadowNinja
Browse files

Document "wielditem" visual

parent 6f661f77
No related branches found
No related tags found
No related merge requests found
...@@ -2010,7 +2010,7 @@ Object Properties ...@@ -2010,7 +2010,7 @@ Object Properties
collide_with_objects = true, -- collide with other objects if physical=true collide_with_objects = true, -- collide with other objects if physical=true
weight = 5, weight = 5,
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5}, collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
visual = "cube"/"sprite"/"upright_sprite"/"mesh", visual = "cube"/"sprite"/"upright_sprite"/"mesh"/"wielditem",
visual_size = {x=1, y=1}, visual_size = {x=1, y=1},
mesh = "model", mesh = "model",
textures = {}, -- number of required textures depends on visual textures = {}, -- number of required textures depends on visual
......
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