mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 00:03:27 +01:00
Tidy up of tabbing, addition of key scanning (and ability to skip intro)
This commit is contained in:
+5
-1
@@ -78,11 +78,15 @@ void intro()
|
||||
currentstart += 100;
|
||||
|
||||
draw_sprite("tng",320,400);
|
||||
printf("%i elements at %i bytes\n",current_element,sizeof(composition[0]));
|
||||
sound_composition_start(clock());
|
||||
|
||||
while(sound_composition_incomplete())
|
||||
{
|
||||
sound_composition_tick(clock());
|
||||
|
||||
if(input_readkey(98))
|
||||
sound_composition_stop();
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user