From 3055b1e809a3d7099723d0fefd6803e86f0af42a Mon Sep 17 00:00:00 2001 From: Turanszki Janos Date: Sun, 8 Dec 2019 23:40:52 +0000 Subject: [PATCH] fighting game sample fix --- scripts/fighting_game.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/fighting_game.lua b/scripts/fighting_game.lua index dd6484161..271886ff1 100644 --- a/scripts/fighting_game.lua +++ b/scripts/fighting_game.lua @@ -43,7 +43,6 @@ local function Character(face, skin_color, shirt_color, hair_color, shoe_color) sprite_hpbar_pattern = Sprite(), sprite_hpbar_pattern2 = Sprite(), sprite_hpbar_border = Sprite(), - controller_feedback = ControllerFeedback(), face = 1, -- face direction (X) request_face = 1, -- the suggested facing of this player, it might not be the actual facing if the player haven't been able to turn yet (for example an other action hasn't finished yet) position = Vector(), -- the absolute position of this player in the world, a 2D Vector