From a21f9bb7e62b461154a25599a8507ca035fdd463 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 8 Jun 2020 17:15:02 +0200 Subject: devtest: Improve tool and formspec usability also fix the yawsprite test entity --- games/devtest/mods/testentities/visuals.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/devtest/mods/testentities/visuals.lua') 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, }) -- cgit v1.2.3