ducakar / openzone

Simple cross-platform FPS/RTS game engine.
http://ducakar.github.io/openzone/
GNU General Public License v3.0
10 stars 2 forks source link

Make mission 1 intro skippable #4

Closed qubodup closed 9 years ago

qubodup commented 9 years ago

Hi, mission 1 has a 60 seconds intro and there is no way to skip: https://www.youtube.com/watch?v=Kj6710EmpOA

There should be a way to skip the introduction.

ducakar commented 9 years ago

Done. Certain sequence steps can be made skippable if Input::KEY_SKIP is pressed (space by default).