If the property `forceEnd` is set to false (the default value) the game ends when the user lifts the finger. The label tells the user when the loading finished.
I'm the author. The control has a bool property, `forceEnd`. If this is set to false (the default value) the game doesn't end until the user lifts the finger. But the label tells the user that the loading has finished.
If the property is set to true the game ends when the loading finishes.