ona/debug/app.ona

11 lines
140 B
Plaintext
Raw Normal View History

2023-05-24 01:22:29 +02:00
2023-07-22 15:44:33 +02:00
// Test comment.
@log_info("game is loading")
2023-07-12 02:51:32 +02:00
2023-05-24 01:22:29 +02:00
return {
title = "Afterglow",
2023-07-10 02:10:56 +02:00
width = 1280,
height = 800,
tick_rate = 60,
2023-05-24 01:22:29 +02:00
}