changed to 16:9

This commit is contained in:
randy 2024-07-01 16:50:56 +07:00
parent 5e571d6753
commit dc8c992d4c

View file

@ -4,8 +4,8 @@
int start(int argc, char **argv) { int start(int argc, char **argv) {
window.title = fixed_string("My epic game"); window.title = fixed_string("My epic game");
window.width = 700; window.width = 1280;
window.height = 400; window.height = 720;
window.x = 200; window.x = 200;
window.y = 200; window.y = 200;