mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Added support to load OptionButton items, from JSON data
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"variables": [
|
||||
"items": [
|
||||
{
|
||||
"name": "variable1",
|
||||
"value": "value1"
|
||||
|
11
Phase2/Godot_Toolset/Main/test_scripts/testnew.json
Normal file
11
Phase2/Godot_Toolset/Main/test_scripts/testnew.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"value": "item1"
|
||||
},
|
||||
{
|
||||
"value": "item2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user