summaryrefslogtreecommitdiffstats
path: root/example/scripts/npcs/shaker.lua
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-26 23:28:43 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-02 18:12:17 +0100
commita36e231883d595bcba91d44e19f24b31eaf0431b (patch)
tree879aad2008eb3675153bb9912c4cc724253f87c6 /example/scripts/npcs/shaker.lua
parent34ac0d64e23f2b2d3981dbb0ea72157f334805dd (diff)
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
Diffstat (limited to 'example/scripts/npcs/shaker.lua')
-rw-r--r--example/scripts/npcs/shaker.lua4
1 files changed, 0 insertions, 4 deletions
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
-
-
-