18 lines
249 B
Plaintext
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,
|
|
}
|