tmedwards / sugarcube-2

SugarCube is a free (gratis and libre) story format for Twine/Twee.
https://www.motoslave.net/sugarcube/2/
BSD 2-Clause "Simplified" License
185 stars 42 forks source link

Story splash/intro special passage #8

Closed tmedwards closed 4 years ago

tmedwards commented 4 years ago

A special passage that is shown to players before the normal starting passage and does not become part of the history. Essentially, a splash or introduction screen.

My current idea on how it should work is that it would simply require any player interaction to move past—basically, the whole viewport would get the equivalent of an […].ariaClick() event handler.

Reasoning

Others I'm likely forgetting at the moment.

Possible Names

Other suggestions?

tmedwards commented 4 years ago

Closed in favor of the v3 issue: https://github.com/tmedwards/sugarcube-3-prealpha/issues/2

NOTE: The v3 repository is not yet public, so the above link probably will not work for you until it is.