kemoforge/internal/KFEditor/Templates/Scenes/NewGame.KFScene

25 lines
365 B
Plaintext
Raw Normal View History

2024-06-26 01:08:19 +00:00
{
"Name": "NewGame",
"Layout": {
"Type": "ExampleLayout",
"Widgets": [
{
"ID": "NewGame.ExampleWidget#1",
"Type": "ExampleWidget",
"Children": null,
"Args": {
"Data": {
"action": "CustomFunction.ExampleFunction",
"message": "Hello World"
}
}
}
],
"Args": {
"Data": {}
}
},
"Args": {
"Data": {}
}
}