1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

-added windowed mode with -w, fixes #3020

-changed default windowed resolution to 1280x720
This commit is contained in:
Juan Linietsky
2015-12-12 12:06:53 -03:00
parent ec8f0d7eb9
commit cc7880fba5
5 changed files with 16 additions and 11 deletions

View File

@@ -148,7 +148,7 @@ const char * OS_Windows::get_video_driver_name(int p_driver) const {
OS::VideoMode OS_Windows::get_default_video_mode() const {
return VideoMode(800,600,false);
return VideoMode(1280,720,false);
}
int OS_Windows::get_audio_driver_count() const {