Mortal Kombat Game ELEC2645

Dependencies:   mbed N5110 ShiftReg Joystick

Revision:
10:e83899f11e8a
Parent:
7:737fb0c3dbef
Child:
17:928edcdd1058
--- a/Fighter.h	Fri Apr 23 22:20:24 2021 +0000
+++ b/Fighter.h	Fri Apr 23 23:49:10 2021 +0000
@@ -22,8 +22,6 @@
     void move_fighter(N5110 &lcd, DigitalIn &buttonA, DigitalIn &buttonB, DigitalIn &buttonC, DigitalIn &buttonD, AnalogIn  &joy_v, AnalogIn  &joy_h);
     void move_right(N5110 &lcd); // print move right animation
     void move_left(N5110 &lcd); // print move left animation
-    void move_right2(N5110 &lcd); // 2nd move right animation to move legs
-    void move_left2(N5110 &lcd); // 2nd move left animation to move legs
     void kick_right(N5110 &lcd); // kick right
     void kick_left(N5110 &lcd); // kick left
     void punch_left(N5110 &lcd); // punch left