summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testentities/visuals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'games/devtest/mods/testentities/visuals.lua')
-rw-r--r--games/devtest/mods/testentities/visuals.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/devtest/mods/testentities/visuals.lua b/games/devtest/mods/testentities/visuals.lua
index de346fd68..314f51657 100644
--- a/games/devtest/mods/testentities/visuals.lua
+++ b/games/devtest/mods/testentities/visuals.lua
@@ -66,9 +66,9 @@ minetest.register_entity("testentities:yawsprite", {
textures = {"testentities_dungeon_master.png^[makealpha:128,0,0^[makealpha:128,128,0"},
spritediv = {x=6, y=5},
initial_sprite_basepos = {x=0, y=0},
- on_activate = function(self, staticdata)
- self.object:set_sprite({x=0, y=0}, 1, 0, true)
- end,
},
+ on_activate = function(self, staticdata)
+ self.object:set_sprite({x=0, y=0}, 1, 0, true)
+ end,
})