Slider path, fixes, tweaks

This commit is contained in:
Gent
2020-10-20 10:40:50 -04:00
parent 10534886b8
commit 49d8ed2e36
3 changed files with 18 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include <unordered_map>
const int SLIDER_SPEED = 1200;
const int SLIDER_STOP_TICKS = 8;
const int SLIDER_STOP_TICKS = 16;
struct WarpLocation;