ona/debug/app.ona

18 lines
249 B
Plaintext
Raw Normal View History

2023-05-24 01:22:29 +02:00
# Test comment.
test = {
.message = "don't you lecture me with your 30 dollar scripting language"
}
# test.message = "game is loading"
@log_info(test.message)
2023-07-12 02:51:32 +02:00
2023-05-24 01:22:29 +02:00
return {
.title = "Afterglow",
.width = 1280,
.height = 800,
.tick_rate = 60,
2023-05-24 01:22:29 +02:00
}