This website works better with JavaScript
Home
Explore
Help
Sign In
Godot
/
godot-demo-projects
mirror of
https://github.com/godotengine/godot-demo-projects.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* multi_screen testing + bugfixes
* ALT-TAB is working
* tested on Ubuntu 14.10 Unity + LXDE
* minor cleanup
hurikhan
10 years ago
parent
9c617df710
commit
3f2a850267
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
misc/window_management/engine.cfg
BIN
misc/window_management/window_management.scn
+ 2
- 0
misc/window_management/engine.cfg
View File
@@ -8,3 +8,5 @@ icon="icon.png"
fullscreen=false
resizable=true
+width=800
+height=600
BIN
misc/window_management/window_management.scn
View File