A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.

Dependencies:   mbed MotionSensor

Revision:
16:ddb203a74dfc
Parent:
14:3361879490b2
Child:
21:be18f33da757
Child:
22:7abf4581bc9b
--- a/Entity/Entity.h	Wed Apr 24 06:28:14 2019 +0000
+++ b/Entity/Entity.h	Wed Apr 24 21:21:37 2019 +0000
@@ -37,6 +37,7 @@
         FrameCount frame;
         int hp;
         int face;
+        float velocity;
         
     public:
         // Function