summaryrefslogtreecommitdiffhomepage
path: root/not/Effect.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2018-04-07 19:23:14 +0200
committerAki <nthirtyone@gmail.com>2018-04-07 19:23:14 +0200
commit290d75dceb905217cb67fcb32e95dbeb45e27e3c (patch)
treea7cc4725b003c1932ad88f4fce8548d43605bf9b /not/Effect.lua
parent6c487d44312dd96fb37825ea3fc7354f108fdfb6 (diff)
downloadroflnauts-290d75dceb905217cb67fcb32e95dbeb45e27e3c.zip
roflnauts-290d75dceb905217cb67fcb32e95dbeb45e27e3c.tar.gz
roflnauts-290d75dceb905217cb67fcb32e95dbeb45e27e3c.tar.bz2
Renamed setAnimationsList to setAnimations to follow love's naming convention
Diffstat (limited to 'not/Effect.lua')
-rw-r--r--not/Effect.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Effect.lua b/not/Effect.lua
index 6c0dad0..ebbfece 100644
--- a/not/Effect.lua
+++ b/not/Effect.lua
@@ -10,7 +10,7 @@ function Effect:new (name, x, y, world)
end
Effect.__super.new(self, x, y, world, nil)
self.finished = false
- self:setAnimationsList(require("config.animations.effects"))
+ self:setAnimations(require("config.animations.effects"))
self:setAnimation(name)
end