Removed delta time system from the framework
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <cmath>
|
||||
|
||||
//the speeds that the characters move
|
||||
constexpr double CHARACTER_WALKING_SPEED = 140.0;
|
||||
constexpr double CHARACTER_WALKING_SPEED = 2.24;
|
||||
constexpr double CHARACTER_WALKING_MOD = 1.0/sqrt(2.0);
|
||||
|
||||
//the bounds for the character objects, mapped to the default sprites
|
||||
|
||||
Reference in New Issue
Block a user