level auto increment closing level selection
Bug #1602664 reported by
jumpy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
uu |
New
|
Undecided
|
Unassigned |
Bug Description
If you win a level and you start entering and closing the "settings" menu the level will increment +1 for each cycle (allowing player to skip levels as shown in screenshot).
I suppose the bug is in Main.qml file at 83 - 93 lines:
Transition {
from: "*" // "* ---> won" could solve the problem
to: "stopped"
SequentialA
if (root.itemsLeft == 0) {
}
}
}
[...]
}
To post a comment you must log in.