From a36e231883d595bcba91d44e19f24b31eaf0431b Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 26 Feb 2012 23:28:43 +0100 Subject: A bunch of cleanups to example Lua scripts Mostly removed bulky copyright headers and fixed indentation and line length. Reviewed-by: Yohann Ferreira Reviewed-by: Erik Schilling --- example/scripts/npcs/shaker.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example/scripts/npcs/shaker.lua') diff --git a/example/scripts/npcs/shaker.lua b/example/scripts/npcs/shaker.lua index 9d7bafb..ac6b152 100644 --- a/example/scripts/npcs/shaker.lua +++ b/example/scripts/npcs/shaker.lua @@ -18,7 +18,6 @@ function shaker_update(npc) center_x = mana.posX(npc) center_y = mana.posY(npc) tremor(center_x, center_y, 300) - end end @@ -43,6 +42,3 @@ function tremor (center_x, center_y, intensity) end end end - - - -- cgit