add animation playback

This commit is contained in:
2019-10-19 01:12:58 +02:00
parent 467e83b69e
commit d35ab08ffb
9 changed files with 75 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ public:
glm::vec2 gesture_p1;
float display_density = 1.f;
float zoom = 1.f;
int idle_ms = 100;
#if defined(__IOS__) && defined(__OBJC__)
GameViewController* ios_view;