ona/debug/app.ona

14 lines
149 B
Plaintext
Raw Normal View History

2023-05-24 01:22:29 +02:00
# Test comment.
2023-08-12 13:57:50 +02:00
options = {
.title = "Afterglow",
.width = 1280,
.height = 800,
.tick_rate = 60,
2023-05-24 01:22:29 +02:00
}
2023-08-12 13:57:50 +02:00
# @log_info(options.title)
return options