mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 21:28:33 +00:00
Updated to 9.4f (tutorial)
This commit is contained in:
@@ -241,6 +241,15 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { PHASE(2); para
|
||||
else if(argis("--run")) {
|
||||
PHASE(3); mainloop(); quitmainloop = false;
|
||||
}
|
||||
#ifdef TOUR
|
||||
else if(argis("--tour")) {
|
||||
PHASE(3); tour::start();
|
||||
}
|
||||
else if(argis("--presentation")) {
|
||||
PHASE(3); tour::texts = false;
|
||||
tour::start();
|
||||
}
|
||||
#endif
|
||||
else if(argis("--draw")) {
|
||||
PHASE(3); drawscreen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user