mirror of
https://github.com/mariiaan/minipp.git
synced 2026-05-14 10:11:17 +02:00
21 lines
551 B
Plaintext
21 lines
551 B
Plaintext
[game]
|
|
name = "Test Game\nNext Line"
|
|
version = "1.0.0"
|
|
year = 2025
|
|
completionPercentage = 50.0f
|
|
# Should only be true if completionPercentage is 100
|
|
is_completed = false
|
|
testargs = ["this is a \\\"test\"", "this is\n the next line"]
|
|
testTestArg = [["yeah", "new\nline"], ["hallo\ttest\n\\\\"]]
|
|
testEmpty = []
|
|
|
|
# This section is about
|
|
# the settings of a game window
|
|
[game.window]
|
|
dimensions = [1280, 720]
|
|
close_flags = 101011b
|
|
hex_test = DEADBEEFh
|
|
|
|
[game.window.platform]
|
|
targets = ["win32", "macOS", "linux"]
|
|
points = [[0, 0], [1, 0], [1, 1], [0, 1]] |