Skip to content
Snippets Groups Projects
Commit cf3da079 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#7 Fixed ShootingRange game start event

parent 651f54e1
Branches
Tags
No related merge requests found
......@@ -180,6 +180,10 @@ public class ShootingRangeGame extends AbstractTablexiaGame<GameState> {
}
targetPositionController.onUpdate(0); // init flower position
scene.getBackground().addListener(missInputListener);
}
@Override
protected void gameVisible() {
scene.addAction(Actions.sequence(Actions.delay(3), Actions.run(new Runnable() {
// TODO animate flowers in
// TODO animate hand in
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment