diff options
Diffstat (limited to 'firealarm_hornstrobe/init.lua')
-rw-r--r-- | firealarm_hornstrobe/init.lua | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/firealarm_hornstrobe/init.lua b/firealarm_hornstrobe/init.lua index 750eca4..1ba635b 100644 --- a/firealarm_hornstrobe/init.lua +++ b/firealarm_hornstrobe/init.lua @@ -54,8 +54,7 @@ minetest.register_node(":firealarm:hornstrobe_on",{ "firealarm_hornstrobe_back.png", { name = hornstrobeOnFrontTexture, - animation = - { + animation = { type = "vertical_frames", aspect_w = 32, aspect_h = 32, @@ -133,8 +132,7 @@ minetest.register_node(":firealarm:remotestrobe_on",{ "firealarm_hornstrobe_back.png", { name = remoteStrobeOnFrontTexture, - animation = - { + animation = { type = "vertical_frames", aspect_w = 32, aspect_h = 32, @@ -204,8 +202,7 @@ minetest.register_node(":firealarm:hornstrobe_old_on",{ "firealarm_hornstrobe_back.png", { name = oldHornStrobeOnFrontTexture, - animation = - { + animation = { type = "vertical_frames", aspect_w = 64, aspect_h = 64, |