Load sliders from paths.json

This commit is contained in:
Gent
2020-09-25 14:42:31 -04:00
parent b4fb449e69
commit 0ea5712f8c
4 changed files with 43 additions and 15 deletions

View File

@@ -5,6 +5,9 @@
#include <unordered_map>
const int SLIDER_SPEED = 1200;
const int SLIDER_STOP_TICKS = 8;
struct WarpLocation;
struct TransportRoute {