mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-25 07:20:09 +00:00
ads-game:: more default settings set in set_config
This commit is contained in:
parent
e129ce08c6
commit
971ce2aade
@ -139,6 +139,13 @@ void set_config() {
|
|||||||
nomenukey = true;
|
nomenukey = true;
|
||||||
no_find_player = true;
|
no_find_player = true;
|
||||||
showstartmenu = false;
|
showstartmenu = false;
|
||||||
|
mapeditor::drawplayer = false;
|
||||||
|
vid.drawmousecircle = false;
|
||||||
|
draw_centerover = false;
|
||||||
|
vid.axes3 = false;
|
||||||
|
enable_canvas();
|
||||||
|
patterns::whichCanvas = 'r';
|
||||||
|
patterns::rwalls = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void run_ads_game_std() {
|
void run_ads_game_std() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user