Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
11:63e54f6e7939
Parent:
10:1a3499f6b583
Child:
12:a1c1991835ca
--- a/Entity/Player/Player.h	Sun Apr 21 23:23:35 2019 +0000
+++ b/Entity/Player/Player.h	Tue Apr 23 03:10:09 2019 +0000
@@ -13,4 +13,6 @@
     void buttons(bool, bool, bool, bool);
 };
 
+const float player_speed = 1.2;
+
 #endif
\ No newline at end of file