From f6931cb1bda8c7ec1301f359f28ecc3b1fdb1566 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 26 Feb 2017 01:28:08 +0100 Subject: Ground => Platform --- world.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world.lua') diff --git a/world.lua b/world.lua index f2af28d..9c308b8 100644 --- a/world.lua +++ b/world.lua @@ -3,7 +3,7 @@ -- WHOLE CODE HAS FLAG OF "need a cleanup" -require "ground" +require "platform" require "player" require "cloud" require "effect" @@ -126,7 +126,7 @@ end -- Add new platform to the world function World:createPlatform(x, y, polygon, sprite, animations) - table.insert(self.Platforms, Ground:new(self, self.world, x, y, polygon, sprite, animations)) + table.insert(self.Platforms, Platform:new(self, self.world, x, y, polygon, sprite, animations)) end -- Add new naut to the world -- cgit v1.1