mirror of
https://github.com/mariiaan/minipp.git
synced 2026-05-14 10:11:17 +02:00
22 lines
542 B
Plaintext
22 lines
542 B
Plaintext
[game]
|
|
name = "Test Game\nNext Line"
|
|
testTestArg = [["yeah", "new\nline"], ["hallo\ttest\n\\\\"]]
|
|
completionPercentage = 50.000000
|
|
version = "1.0.0"
|
|
testargs = ["this is a \\\"test\"", "this is\n the next line"]
|
|
year = 2025
|
|
# Should only be true if completionPercentage is 100
|
|
is_completed = false
|
|
|
|
# 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]]
|
|
|