ona/debug/app.ona
kayomn b6f7ab1edb
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Add support for field get access of objects
2023-07-30 14:34:19 +01:00

18 lines
249 B
Plaintext

# Test comment.
test = {
.message = "don't you lecture me with your 30 dollar scripting language"
}
# test.message = "game is loading"
@log_info(test.message)
return {
.title = "Afterglow",
.width = 1280,
.height = 800,
.tick_rate = 60,
}