You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user