mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Started work with Loading JSON dynamicly
This commit is contained in:
12
Phase2/Godot_Toolset/Main/test_scripts/test.json
Normal file
12
Phase2/Godot_Toolset/Main/test_scripts/test.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
"name": "variable1",
|
||||
"value": "value1"
|
||||
},
|
||||
{
|
||||
"name": "variable2",
|
||||
"value": "value2"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user