ona/debug/app.ona

16 lines
143 B
Plaintext
Raw Normal View History

2023-05-24 01:22:29 +02:00
2023-08-23 00:49:23 +02:00
i = 0
2023-08-23 00:49:23 +02:00
while i < 5 do
@print("hello, world")
2023-08-13 03:03:43 +02:00
2023-08-23 00:49:23 +02:00
i = i + 1
end
return {
.title = "Game",
.width = 1280,
.height = 800,
.tick_rate = 60,
2023-05-24 01:22:29 +02:00
}