From 6322712259d46fc7af82ae6271852a236f66ba6e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 2 Mar 2022 03:36:05 +0530 Subject: * Test Enemy Added * Basic Hacky Enemy AI --- entities/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entities/player.lua') diff --git a/entities/player.lua b/entities/player.lua index 0afdfd0..8017681 100644 --- a/entities/player.lua +++ b/entities/player.lua @@ -1,7 +1,7 @@ local Class = require("libs.hump.class"); Player = Class{ - init = function(self) + init = function(self, x, y) end } -- cgit v1.2.3