implement game configuration file
this integrates https://github.com/cktan/tomlc99 into the repo as a dependency
This commit is contained in:
@@ -0,0 +1 @@
|
||||
x = [ {'a'= 1}, {'a'= 2} ]
|
||||
@@ -0,0 +1 @@
|
||||
x = [1,2,3]
|
||||
@@ -0,0 +1 @@
|
||||
x = {'a'= 1, 'b'= 2 }
|
||||
Reference in New Issue
Block a user