9 lines
318 B
TOML
9 lines
318 B
TOML
# The ID used for logging
|
|
# TODO: Filter things like '\', '{}', '\n' etc.-
|
|
id = "spinTheSin"
|
|
# The name used for setting the windows
|
|
# title, and for displaying in the launcher
|
|
name = "Spin The Sin"
|
|
# The description displayed by the launcher
|
|
description = "Write something about this game.\nNew lines are supported."
|