mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-25 02:00:39 +01:00
Fix double-definition of visual_size in entity def
This commit is contained in:
parent
63a7069671
commit
9bb0ad0442
@ -156,7 +156,6 @@ minetest.register_entity(":worldedit:pos2", {
|
|||||||
minetest.register_entity(":worldedit:region_cube", {
|
minetest.register_entity(":worldedit:region_cube", {
|
||||||
initial_properties = {
|
initial_properties = {
|
||||||
visual = "upright_sprite",
|
visual = "upright_sprite",
|
||||||
visual_size = {x=1.1, y=1.1},
|
|
||||||
textures = {"worldedit_cube.png"},
|
textures = {"worldedit_cube.png"},
|
||||||
visual_size = {x=10, y=10},
|
visual_size = {x=10, y=10},
|
||||||
physical = false,
|
physical = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user