From 70ab3cd06da8e8211536963e08680b664965335a Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 17:42:44 -0500 Subject: Add luacheck configuration, migrate depends.txt to mod.conf, and some assorted cleanup --- firealarm_hornstrobe/init.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'firealarm_hornstrobe/init.lua') 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, -- cgit v1.2.3