- [NEW] F12 recarrega gràfics sense eixir
This commit is contained in:
@@ -93,6 +93,10 @@ bool game::loop()
|
||||
file::setConfigValue("fullscreen", fullscreen?"yes":"no");
|
||||
}
|
||||
|
||||
if (input::keyPressed(SDL_SCANCODE_F12)) {
|
||||
draw::reloadAll();
|
||||
}
|
||||
|
||||
int option;
|
||||
switch(current_module)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user