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