mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-30 19:05:44 +00:00
仓库中添加内置的demo
This commit is contained in:
27
demo/extensions-config/fgui/Game/GameWindow.json
Normal file
27
demo/extensions-config/fgui/Game/GameWindow.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"props": {
|
||||
"container": {
|
||||
"name": "container",
|
||||
"idPath": "n0_qphy",
|
||||
"namePath": "container"
|
||||
},
|
||||
"btn_back": {
|
||||
"name": "btn _back",
|
||||
"idPath": "n1_cmn3",
|
||||
"namePath": "btn _back"
|
||||
}
|
||||
},
|
||||
"callbacks": {
|
||||
"onBack": {
|
||||
"name": "btn _back",
|
||||
"idPath": "n1_cmn3",
|
||||
"namePath": "btn _back"
|
||||
},
|
||||
"onCreateEntity": {
|
||||
"name": "btn _add",
|
||||
"idPath": "n2_y5yg",
|
||||
"namePath": "btn _add"
|
||||
}
|
||||
},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user