[FIX] Fix spawner

This commit is contained in:
tacigar 2016-09-15 10:57:48 +09:00
parent d4ddbdb72b
commit 2505e60984
4 changed files with 15 additions and 12 deletions

View File

@ -4,22 +4,25 @@
------------------------------------------------------------
maidroid.register_maidroid("maidroid:maidroid_mk1", {
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk1.png"},
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk1.png"},
inventory_image = "maidroid_mk1_spawner.png",
})
maidroid.register_maidroid("maidroid:maidroid_mk2", {
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk2.png"},
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk2.png"},
inventory_image = "maidroid_mk2_spawner.png",
})
maidroid.register_maidroid("maidroid:maidroid_mk3", {
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk3.png"},
hp_max = 10,
weight = 20,
mesh = "maidroid.b3d",
textures = {"maidroid_mk3.png"},
inventory_image = "maidroid_mk3_spawner.png",
})

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 232 B