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