4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
var screenWidth = 1280;
|
|
var screenHeight = 720;
|
|
var screenCaption = "Hello raylib from Toy!";
|