changed to 16:9
This commit is contained in:
parent
5e571d6753
commit
dc8c992d4c
1 changed files with 2 additions and 2 deletions
4
entry.c
4
entry.c
|
@ -4,8 +4,8 @@
|
|||
int start(int argc, char **argv) {
|
||||
|
||||
window.title = fixed_string("My epic game");
|
||||
window.width = 700;
|
||||
window.height = 400;
|
||||
window.width = 1280;
|
||||
window.height = 720;
|
||||
window.x = 200;
|
||||
window.y = 200;
|
||||
|
||||
|
|
Reference in a new issue