1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Only show swipe tutorial if you're using swipe mode

This commit is contained in:
NyakoFox 2024-10-04 20:03:40 -03:00
parent c6dd712376
commit 823433df78

View file

@ -2529,7 +2529,7 @@ void scriptclass::run(void)
}
else if (words[0] == "controls")
{
if (!game.seen_touch_tutorial)
if (!game.seen_touch_tutorial && touch::style == TOUCH_STYLE_SWIPE)
{
game.tutorial_mode = true;
game.tutorial_state = 0;