summaryrefslogtreecommitdiffstats
path: root/src/common/test/colobot.ini
blob: f6a5f96a54b14455823e81a02608b439927fa201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[test_float]
float_value=1.5

[test_string]
string_value=Hello world

[test_int]
int_value=42

[test_multi]
entry=1
entry=2
entry=3
entry=4
entry=5