个人信息_玩家主题_一行.rebolt 103 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118
  1. {
  2. "CustomFunc": {
  3. "展示页面": [
  4. [
  5. "Name",
  6. "展示页面",
  7. "Fy9zmzVZryzV",
  8. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题_一行.red"
  9. ]
  10. ],
  11. "设置程序节点": [
  12. [
  13. "Name",
  14. "设置程序节点",
  15. "CDeiWnpqPAqQ",
  16. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题_一行.red"
  17. ]
  18. ]
  19. },
  20. "CustomList": {
  21. },
  22. "CustomMessage": {
  23. "Hello Red": 1
  24. },
  25. "CustomTestFunc": {
  26. },
  27. "CustomVar": {
  28. },
  29. "DisPlayName": "个人信息_玩家主题_一行",
  30. "RedFileList": {
  31. "VtO22FSnujg5": {
  32. "CustomFunc": {
  33. "刷新图片": [
  34. [
  35. "Name",
  36. "刷新图片",
  37. "1q0guleyh4Vh",
  38. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  39. ]
  40. ],
  41. "刷新按钮状态": [
  42. [
  43. "Name",
  44. "刷新按钮状态",
  45. "7OWpJodj7ikS",
  46. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  47. ]
  48. ],
  49. "在滚动页面上展示页面": [
  50. [
  51. "Name",
  52. "在滚动页面上展示页面",
  53. "WBGveBpardcG",
  54. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  55. ]
  56. ],
  57. "展示页面": [
  58. [
  59. "Name",
  60. "展示页面",
  61. "aQnIzNQ03jbn",
  62. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  63. ]
  64. ]
  65. },
  66. "CustomList": {
  67. },
  68. "CustomTestFunc": {
  69. },
  70. "CustomVar": {
  71. "P-Plist名": 0,
  72. "P-主题ID": 0,
  73. "P-图片名": 0,
  74. "P-是否选中": 0
  75. },
  76. "DisPlayName": "第二个",
  77. "RedNoteInfo": {
  78. },
  79. "TreeList": {
  80. "Tree0": {
  81. "ExportTree": true,
  82. "ImageIndex": 1,
  83. "Name": {
  84. "Type": "STRING",
  85. "Value": "在滚动页面上展示页面",
  86. "displayName": ""
  87. },
  88. "Type": "BTCustomFuncHeadAction",
  89. "VarJson": {
  90. "boolJson": {
  91. },
  92. "numberJson": {
  93. }
  94. },
  95. "isIllegal": false,
  96. "randomID": "WBGveBpardcG",
  97. "stepSlot": {
  98. "ContainerValue": {
  99. "Type": "BTNodeShowAction",
  100. "baseSelect": {
  101. "DisplayName": "选中按钮",
  102. "Type": "Action",
  103. "Value": "5wQj5eugoHDc"
  104. },
  105. "isIllegal": true,
  106. "randomID": "SBs4R7PlZloQ",
  107. "stepSlot": {
  108. "ContainerValue": {
  109. "Type": "BTNotificationToCoderAction",
  110. "conditionA": {
  111. "ContainerValue": null,
  112. "StringValue": {
  113. "Type": "STRING",
  114. "Value": "初始化个人信息玩家主题的程序变量"
  115. },
  116. "Type": "BTInputSlot"
  117. },
  118. "isIllegal": true,
  119. "randomID": "i8gMwtfGBMZi",
  120. "stepSlot": {
  121. "ContainerValue": {
  122. "Name": {
  123. "Type": "STRING",
  124. "Value": "刷新按钮状态",
  125. "displayName": ""
  126. },
  127. "Type": "BTCustomFuncBodyAction",
  128. "funcHeadID": "7OWpJodj7ikS",
  129. "isIllegal": true,
  130. "paramArr": [
  131. ],
  132. "randomID": "PRdFZnhlPncB",
  133. "stepSlot": {
  134. "ContainerValue": {
  135. "Name": {
  136. "Type": "STRING",
  137. "Value": "刷新图片",
  138. "displayName": ""
  139. },
  140. "Type": "BTCustomFuncBodyAction",
  141. "funcHeadID": "1q0guleyh4Vh",
  142. "isIllegal": true,
  143. "paramArr": [
  144. ],
  145. "randomID": "JjSdmUaDfjD1",
  146. "stepSlot": {
  147. "ContainerValue": null,
  148. "Type": "BTStepSlot"
  149. }
  150. },
  151. "Type": "BTStepSlot"
  152. }
  153. },
  154. "Type": "BTStepSlot"
  155. }
  156. },
  157. "Type": "BTStepSlot"
  158. }
  159. },
  160. "Type": "BTStepSlot"
  161. },
  162. "x": -11,
  163. "y": 138
  164. },
  165. "Tree1": {
  166. "ExportTree": true,
  167. "ImageIndex": 3,
  168. "Name": {
  169. "Type": "STRING",
  170. "Value": "展示页面",
  171. "displayName": ""
  172. },
  173. "Type": "BTCustomFuncHeadAction",
  174. "VarJson": {
  175. "boolJson": {
  176. },
  177. "numberJson": {
  178. }
  179. },
  180. "isIllegal": false,
  181. "randomID": "aQnIzNQ03jbn",
  182. "stepSlot": {
  183. "ContainerValue": {
  184. "Type": "BTNotificationToCoderAction",
  185. "conditionA": {
  186. "ContainerValue": null,
  187. "StringValue": {
  188. "Type": "STRING",
  189. "Value": "初始化个人信息玩家主题的程序变量"
  190. },
  191. "Type": "BTInputSlot"
  192. },
  193. "isIllegal": true,
  194. "randomID": "mXvcijckracZ",
  195. "stepSlot": {
  196. "ContainerValue": {
  197. "Name": {
  198. "Type": "STRING",
  199. "Value": "刷新按钮状态",
  200. "displayName": ""
  201. },
  202. "Type": "BTCustomFuncBodyAction",
  203. "funcHeadID": "7OWpJodj7ikS",
  204. "isIllegal": true,
  205. "paramArr": [
  206. ],
  207. "randomID": "MsnwAp4Bpctn",
  208. "stepSlot": {
  209. "ContainerValue": null,
  210. "Type": "BTStepSlot"
  211. }
  212. },
  213. "Type": "BTStepSlot"
  214. }
  215. },
  216. "Type": "BTStepSlot"
  217. },
  218. "x": -46,
  219. "y": 383
  220. },
  221. "Tree2": {
  222. "ExportTree": true,
  223. "ImageIndex": 2,
  224. "Name": {
  225. "Type": "STRING",
  226. "Value": "刷新按钮状态",
  227. "displayName": ""
  228. },
  229. "Type": "BTCustomFuncHeadAction",
  230. "VarJson": {
  231. "boolJson": {
  232. },
  233. "numberJson": {
  234. }
  235. },
  236. "isIllegal": false,
  237. "randomID": "7OWpJodj7ikS",
  238. "stepSlot": {
  239. "ContainerValue": {
  240. "Type": "BTIFControlAction",
  241. "conditionA": {
  242. "ContainerValue": {
  243. "Type": "BTStringEqualOperatorAction",
  244. "conditionA": {
  245. "ContainerValue": {
  246. "Type": "BTCoderVariableAction",
  247. "VarScope": "Scene",
  248. "isIllegal": true,
  249. "randomID": "hmzQZWE2pUc6",
  250. "titleLabel": {
  251. "Type": "STRING",
  252. "Value": "P-是否选中",
  253. "displayName": ""
  254. }
  255. },
  256. "StringValue": {
  257. "Type": "STRING",
  258. "Value": "Red"
  259. },
  260. "Type": "BTInputSlot"
  261. },
  262. "conditionB": {
  263. "ContainerValue": null,
  264. "StringValue": {
  265. "Type": "STRING",
  266. "Value": "是"
  267. },
  268. "Type": "BTInputSlot"
  269. },
  270. "isIllegal": true,
  271. "randomID": "BnUmpFeCQiGy"
  272. },
  273. "Type": "BTBoolSlot"
  274. },
  275. "isIllegal": true,
  276. "randomID": "8Fry8LixOJEh",
  277. "sectionA": {
  278. "ContainerValue": {
  279. "Type": "BTPlayTimeLineWaitAction",
  280. "baseSelect": {
  281. "DisplayName": "选中",
  282. "Type": "Action",
  283. "Value": "1"
  284. },
  285. "isIllegal": true,
  286. "randomID": "bjGtpCQXJq8c",
  287. "stepSlot": {
  288. "ContainerValue": null,
  289. "Type": "BTStepSlot"
  290. }
  291. },
  292. "Type": "BTSectionSlot"
  293. },
  294. "stepSlot": {
  295. "ContainerValue": {
  296. "Type": "BTIFControlAction",
  297. "conditionA": {
  298. "ContainerValue": {
  299. "Type": "BTStringEqualOperatorAction",
  300. "conditionA": {
  301. "ContainerValue": {
  302. "Type": "BTCoderVariableAction",
  303. "VarScope": "Scene",
  304. "isIllegal": true,
  305. "randomID": "iP5xOkpIj3hK",
  306. "titleLabel": {
  307. "Type": "STRING",
  308. "Value": "P-是否选中",
  309. "displayName": ""
  310. }
  311. },
  312. "StringValue": {
  313. "Type": "STRING",
  314. "Value": "Red"
  315. },
  316. "Type": "BTInputSlot"
  317. },
  318. "conditionB": {
  319. "ContainerValue": null,
  320. "StringValue": {
  321. "Type": "STRING",
  322. "Value": "否"
  323. },
  324. "Type": "BTInputSlot"
  325. },
  326. "isIllegal": true,
  327. "randomID": "m8y9wN0oGEoZ"
  328. },
  329. "Type": "BTBoolSlot"
  330. },
  331. "isIllegal": true,
  332. "randomID": "MzOi448mbe0e",
  333. "sectionA": {
  334. "ContainerValue": {
  335. "Type": "BTPlayTimeLineWaitAction",
  336. "baseSelect": {
  337. "DisplayName": "常态",
  338. "Type": "Action",
  339. "Value": "0"
  340. },
  341. "isIllegal": true,
  342. "randomID": "su3dego1Wecx",
  343. "stepSlot": {
  344. "ContainerValue": null,
  345. "Type": "BTStepSlot"
  346. }
  347. },
  348. "Type": "BTSectionSlot"
  349. },
  350. "stepSlot": {
  351. "ContainerValue": null,
  352. "Type": "BTStepSlot"
  353. }
  354. },
  355. "Type": "BTStepSlot"
  356. }
  357. },
  358. "Type": "BTStepSlot"
  359. },
  360. "x": -37,
  361. "y": 569
  362. },
  363. "Tree3": {
  364. "ExportTree": false,
  365. "ImageIndex": 4,
  366. "Name": {
  367. "Type": "STRING",
  368. "Value": "模拟程序执行",
  369. "displayName": ""
  370. },
  371. "Type": "BTSimulatorAction",
  372. "VarJson": {
  373. "boolJson": {
  374. },
  375. "numberJson": {
  376. "参数": "Number",
  377. "通知名": "Number"
  378. }
  379. },
  380. "isIllegal": false,
  381. "randomID": "k9VMCj9GzrCr",
  382. "stepSlot": {
  383. "ContainerValue": {
  384. "Type": "BTIFControlAction",
  385. "conditionA": {
  386. "ContainerValue": {
  387. "Type": "BTStringEqualOperatorAction",
  388. "conditionA": {
  389. "ContainerValue": {
  390. "Type": "BTFuncVariableAction",
  391. "colorName": "Disable",
  392. "currentStr": "通知名",
  393. "fatherFuncID": "k9VMCj9GzrCr",
  394. "isIllegal": true,
  395. "randomID": "hhQCGFBSPMtc",
  396. "titleLabel": {
  397. "Type": "STRING",
  398. "Value": "通知名",
  399. "displayName": ""
  400. }
  401. },
  402. "StringValue": {
  403. "Type": "STRING",
  404. "Value": "Red"
  405. },
  406. "Type": "BTInputSlot"
  407. },
  408. "conditionB": {
  409. "ContainerValue": null,
  410. "StringValue": {
  411. "Type": "STRING",
  412. "Value": "初始化个人信息玩家主题的程序变量"
  413. },
  414. "Type": "BTInputSlot"
  415. },
  416. "isIllegal": true,
  417. "randomID": "vwSBMefKg6ri"
  418. },
  419. "Type": "BTBoolSlot"
  420. },
  421. "isIllegal": true,
  422. "randomID": "2cSom1rJm6VH",
  423. "sectionA": {
  424. "ContainerValue": {
  425. "TitleInput": {
  426. "ContainerValue": null,
  427. "StringValue": {
  428. "Type": "STRING",
  429. "Value": "是"
  430. },
  431. "Type": "BTInputSlot"
  432. },
  433. "Type": "BTDataCoderVarSetAction",
  434. "VarScope": "Scene",
  435. "baseSelect": {
  436. "DisplayName": "P-是否选中",
  437. "Type": "Action",
  438. "Value": "P-是否选中"
  439. },
  440. "isIllegal": true,
  441. "randomID": "L9WBqtgvEERv",
  442. "stepSlot": {
  443. "ContainerValue": {
  444. "TitleInput": {
  445. "ContainerValue": null,
  446. "StringValue": {
  447. "Type": "STRING",
  448. "Value": "guild_personal_icon.plist"
  449. },
  450. "Type": "BTInputSlot"
  451. },
  452. "Type": "BTDataCoderVarSetAction",
  453. "VarScope": "Scene",
  454. "baseSelect": {
  455. "DisplayName": "P-Plist名",
  456. "Type": "Action",
  457. "Value": "P-Plist名"
  458. },
  459. "isIllegal": true,
  460. "randomID": "m6Sy1uinNSN7",
  461. "stepSlot": {
  462. "ContainerValue": {
  463. "TitleInput": {
  464. "ContainerValue": null,
  465. "StringValue": {
  466. "Type": "STRING",
  467. "Value": "pu_theme_2.png"
  468. },
  469. "Type": "BTInputSlot"
  470. },
  471. "Type": "BTDataCoderVarSetAction",
  472. "VarScope": "Scene",
  473. "baseSelect": {
  474. "DisplayName": "P-图片名",
  475. "Type": "Action",
  476. "Value": "P-图片名"
  477. },
  478. "isIllegal": true,
  479. "randomID": "HRScTfPlvvzU",
  480. "stepSlot": {
  481. "ContainerValue": {
  482. "TitleInput": {
  483. "ContainerValue": null,
  484. "StringValue": {
  485. "Type": "STRING",
  486. "Value": "123456"
  487. },
  488. "Type": "BTInputSlot"
  489. },
  490. "Type": "BTDataCoderVarSetAction",
  491. "VarScope": "Scene",
  492. "baseSelect": {
  493. "DisplayName": "P-主题ID",
  494. "Type": "Action",
  495. "Value": "P-主题ID"
  496. },
  497. "isIllegal": true,
  498. "randomID": "4PzySVZwrRr6",
  499. "stepSlot": {
  500. "ContainerValue": null,
  501. "Type": "BTStepSlot"
  502. }
  503. },
  504. "Type": "BTStepSlot"
  505. }
  506. },
  507. "Type": "BTStepSlot"
  508. }
  509. },
  510. "Type": "BTStepSlot"
  511. }
  512. },
  513. "Type": "BTSectionSlot"
  514. },
  515. "stepSlot": {
  516. "ContainerValue": null,
  517. "Type": "BTStepSlot"
  518. }
  519. },
  520. "Type": "BTStepSlot"
  521. },
  522. "x": 451,
  523. "y": 217
  524. },
  525. "Tree4": {
  526. "ExportTree": true,
  527. "ImageIndex": -1,
  528. "Type": "BTButtonClickFuncAction",
  529. "VarJson": {
  530. "boolJson": {
  531. },
  532. "numberJson": {
  533. }
  534. },
  535. "isIllegal": false,
  536. "mathSelector": {
  537. "DisplayName": "选中按钮",
  538. "Type": "OBJ",
  539. "Value": "5wQj5eugoHDc"
  540. },
  541. "randomID": "BlmXthUQptlG",
  542. "stepSlot": {
  543. "ContainerValue": {
  544. "Type": "BTNotificationToCoderWithParamAction",
  545. "conditionA": {
  546. "ContainerValue": null,
  547. "StringValue": {
  548. "Type": "STRING",
  549. "Value": "点击个人信息玩家主题选中按钮"
  550. },
  551. "Type": "BTInputSlot"
  552. },
  553. "isIllegal": true,
  554. "paramA": {
  555. "ContainerValue": {
  556. "Type": "BTCoderVariableAction",
  557. "VarScope": "Scene",
  558. "isIllegal": true,
  559. "randomID": "iOHSkoNgPAii",
  560. "titleLabel": {
  561. "Type": "STRING",
  562. "Value": "P-主题ID",
  563. "displayName": ""
  564. }
  565. },
  566. "StringValue": {
  567. "Type": "STRING",
  568. "Value": ""
  569. },
  570. "Type": "BTInputSlot"
  571. },
  572. "randomID": "6yqS1ETROzo0",
  573. "stepSlot": {
  574. "ContainerValue": null,
  575. "Type": "BTStepSlot"
  576. }
  577. },
  578. "Type": "BTStepSlot"
  579. },
  580. "x": -440,
  581. "y": 268
  582. },
  583. "Tree5": {
  584. "ExportTree": true,
  585. "ImageIndex": 6,
  586. "Name": {
  587. "Type": "STRING",
  588. "Value": "刷新图片",
  589. "displayName": ""
  590. },
  591. "Type": "BTCustomFuncHeadAction",
  592. "VarJson": {
  593. "boolJson": {
  594. },
  595. "numberJson": {
  596. }
  597. },
  598. "isIllegal": false,
  599. "randomID": "1q0guleyh4Vh",
  600. "stepSlot": {
  601. "ContainerValue": {
  602. "Type": "BTSpritePlistAction",
  603. "baseSelect": {
  604. "DisplayName": "图片",
  605. "Type": "Action",
  606. "Value": "OyMr2oDWbods"
  607. },
  608. "frameNameInput": {
  609. "ContainerValue": {
  610. "Type": "BTCoderVariableAction",
  611. "VarScope": "Scene",
  612. "isIllegal": true,
  613. "randomID": "CjgT6yTxLcSU",
  614. "titleLabel": {
  615. "Type": "STRING",
  616. "Value": "P-图片名",
  617. "displayName": ""
  618. }
  619. },
  620. "StringValue": {
  621. "Type": "STRING",
  622. "Value": "图片名"
  623. },
  624. "Type": "BTInputSlot"
  625. },
  626. "isIllegal": true,
  627. "pathInput": {
  628. "ContainerValue": {
  629. "Type": "BTCoderVariableAction",
  630. "VarScope": "Scene",
  631. "isIllegal": true,
  632. "randomID": "dIX4CwtNAc1o",
  633. "titleLabel": {
  634. "Type": "STRING",
  635. "Value": "P-Plist名",
  636. "displayName": ""
  637. }
  638. },
  639. "StringValue": {
  640. "Type": "STRING",
  641. "Value": "Plist路径"
  642. },
  643. "Type": "BTInputSlot"
  644. },
  645. "randomID": "DTODUySuOJV7",
  646. "stepSlot": {
  647. "ContainerValue": null,
  648. "Type": "BTStepSlot"
  649. }
  650. },
  651. "Type": "BTStepSlot"
  652. },
  653. "x": -49,
  654. "y": 856
  655. }
  656. }
  657. },
  658. "Wer4yAErgPti": {
  659. "CustomFunc": {
  660. "刷新图片": [
  661. [
  662. "Name",
  663. "刷新图片",
  664. "1q0guleyh4Vh",
  665. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  666. ]
  667. ],
  668. "刷新按钮状态": [
  669. [
  670. "Name",
  671. "刷新按钮状态",
  672. "7OWpJodj7ikS",
  673. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  674. ]
  675. ],
  676. "在滚动页面上展示页面": [
  677. [
  678. "Name",
  679. "在滚动页面上展示页面",
  680. "WBGveBpardcG",
  681. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  682. ]
  683. ],
  684. "展示页面": [
  685. [
  686. "Name",
  687. "展示页面",
  688. "aQnIzNQ03jbn",
  689. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  690. ]
  691. ]
  692. },
  693. "CustomList": {
  694. },
  695. "CustomTestFunc": {
  696. },
  697. "CustomVar": {
  698. "P-Plist名": 0,
  699. "P-主题ID": 0,
  700. "P-图片名": 0,
  701. "P-是否选中": 0
  702. },
  703. "DisPlayName": "第一个",
  704. "RedNoteInfo": {
  705. },
  706. "TreeList": {
  707. "Tree0": {
  708. "ExportTree": true,
  709. "ImageIndex": 1,
  710. "Name": {
  711. "Type": "STRING",
  712. "Value": "在滚动页面上展示页面",
  713. "displayName": ""
  714. },
  715. "Type": "BTCustomFuncHeadAction",
  716. "VarJson": {
  717. "boolJson": {
  718. },
  719. "numberJson": {
  720. }
  721. },
  722. "isIllegal": false,
  723. "randomID": "WBGveBpardcG",
  724. "stepSlot": {
  725. "ContainerValue": {
  726. "Type": "BTNodeShowAction",
  727. "baseSelect": {
  728. "DisplayName": "选中按钮",
  729. "Type": "Action",
  730. "Value": "5wQj5eugoHDc"
  731. },
  732. "isIllegal": true,
  733. "randomID": "SBs4R7PlZloQ",
  734. "stepSlot": {
  735. "ContainerValue": {
  736. "Type": "BTNotificationToCoderAction",
  737. "conditionA": {
  738. "ContainerValue": null,
  739. "StringValue": {
  740. "Type": "STRING",
  741. "Value": "初始化个人信息玩家主题的程序变量"
  742. },
  743. "Type": "BTInputSlot"
  744. },
  745. "isIllegal": true,
  746. "randomID": "i8gMwtfGBMZi",
  747. "stepSlot": {
  748. "ContainerValue": {
  749. "Name": {
  750. "Type": "STRING",
  751. "Value": "刷新按钮状态",
  752. "displayName": ""
  753. },
  754. "Type": "BTCustomFuncBodyAction",
  755. "funcHeadID": "7OWpJodj7ikS",
  756. "isIllegal": true,
  757. "paramArr": [
  758. ],
  759. "randomID": "PRdFZnhlPncB",
  760. "stepSlot": {
  761. "ContainerValue": {
  762. "Name": {
  763. "Type": "STRING",
  764. "Value": "刷新图片",
  765. "displayName": ""
  766. },
  767. "Type": "BTCustomFuncBodyAction",
  768. "funcHeadID": "1q0guleyh4Vh",
  769. "isIllegal": true,
  770. "paramArr": [
  771. ],
  772. "randomID": "JjSdmUaDfjD1",
  773. "stepSlot": {
  774. "ContainerValue": null,
  775. "Type": "BTStepSlot"
  776. }
  777. },
  778. "Type": "BTStepSlot"
  779. }
  780. },
  781. "Type": "BTStepSlot"
  782. }
  783. },
  784. "Type": "BTStepSlot"
  785. }
  786. },
  787. "Type": "BTStepSlot"
  788. },
  789. "x": -11,
  790. "y": 138
  791. },
  792. "Tree1": {
  793. "ExportTree": true,
  794. "ImageIndex": 3,
  795. "Name": {
  796. "Type": "STRING",
  797. "Value": "展示页面",
  798. "displayName": ""
  799. },
  800. "Type": "BTCustomFuncHeadAction",
  801. "VarJson": {
  802. "boolJson": {
  803. },
  804. "numberJson": {
  805. }
  806. },
  807. "isIllegal": false,
  808. "randomID": "aQnIzNQ03jbn",
  809. "stepSlot": {
  810. "ContainerValue": {
  811. "Type": "BTNotificationToCoderAction",
  812. "conditionA": {
  813. "ContainerValue": null,
  814. "StringValue": {
  815. "Type": "STRING",
  816. "Value": "初始化个人信息玩家主题的程序变量"
  817. },
  818. "Type": "BTInputSlot"
  819. },
  820. "isIllegal": true,
  821. "randomID": "mXvcijckracZ",
  822. "stepSlot": {
  823. "ContainerValue": {
  824. "Name": {
  825. "Type": "STRING",
  826. "Value": "刷新按钮状态",
  827. "displayName": ""
  828. },
  829. "Type": "BTCustomFuncBodyAction",
  830. "funcHeadID": "7OWpJodj7ikS",
  831. "isIllegal": true,
  832. "paramArr": [
  833. ],
  834. "randomID": "MsnwAp4Bpctn",
  835. "stepSlot": {
  836. "ContainerValue": null,
  837. "Type": "BTStepSlot"
  838. }
  839. },
  840. "Type": "BTStepSlot"
  841. }
  842. },
  843. "Type": "BTStepSlot"
  844. },
  845. "x": -46,
  846. "y": 383
  847. },
  848. "Tree2": {
  849. "ExportTree": true,
  850. "ImageIndex": 2,
  851. "Name": {
  852. "Type": "STRING",
  853. "Value": "刷新按钮状态",
  854. "displayName": ""
  855. },
  856. "Type": "BTCustomFuncHeadAction",
  857. "VarJson": {
  858. "boolJson": {
  859. },
  860. "numberJson": {
  861. }
  862. },
  863. "isIllegal": false,
  864. "randomID": "7OWpJodj7ikS",
  865. "stepSlot": {
  866. "ContainerValue": {
  867. "Type": "BTIFControlAction",
  868. "conditionA": {
  869. "ContainerValue": {
  870. "Type": "BTStringEqualOperatorAction",
  871. "conditionA": {
  872. "ContainerValue": {
  873. "Type": "BTCoderVariableAction",
  874. "VarScope": "Scene",
  875. "isIllegal": true,
  876. "randomID": "hmzQZWE2pUc6",
  877. "titleLabel": {
  878. "Type": "STRING",
  879. "Value": "P-是否选中",
  880. "displayName": ""
  881. }
  882. },
  883. "StringValue": {
  884. "Type": "STRING",
  885. "Value": "Red"
  886. },
  887. "Type": "BTInputSlot"
  888. },
  889. "conditionB": {
  890. "ContainerValue": null,
  891. "StringValue": {
  892. "Type": "STRING",
  893. "Value": "是"
  894. },
  895. "Type": "BTInputSlot"
  896. },
  897. "isIllegal": true,
  898. "randomID": "BnUmpFeCQiGy"
  899. },
  900. "Type": "BTBoolSlot"
  901. },
  902. "isIllegal": true,
  903. "randomID": "8Fry8LixOJEh",
  904. "sectionA": {
  905. "ContainerValue": {
  906. "Type": "BTPlayTimeLineWaitAction",
  907. "baseSelect": {
  908. "DisplayName": "选中",
  909. "Type": "Action",
  910. "Value": "1"
  911. },
  912. "isIllegal": true,
  913. "randomID": "bjGtpCQXJq8c",
  914. "stepSlot": {
  915. "ContainerValue": null,
  916. "Type": "BTStepSlot"
  917. }
  918. },
  919. "Type": "BTSectionSlot"
  920. },
  921. "stepSlot": {
  922. "ContainerValue": {
  923. "Type": "BTIFControlAction",
  924. "conditionA": {
  925. "ContainerValue": {
  926. "Type": "BTStringEqualOperatorAction",
  927. "conditionA": {
  928. "ContainerValue": {
  929. "Type": "BTCoderVariableAction",
  930. "VarScope": "Scene",
  931. "isIllegal": true,
  932. "randomID": "iP5xOkpIj3hK",
  933. "titleLabel": {
  934. "Type": "STRING",
  935. "Value": "P-是否选中",
  936. "displayName": ""
  937. }
  938. },
  939. "StringValue": {
  940. "Type": "STRING",
  941. "Value": "Red"
  942. },
  943. "Type": "BTInputSlot"
  944. },
  945. "conditionB": {
  946. "ContainerValue": null,
  947. "StringValue": {
  948. "Type": "STRING",
  949. "Value": "否"
  950. },
  951. "Type": "BTInputSlot"
  952. },
  953. "isIllegal": true,
  954. "randomID": "m8y9wN0oGEoZ"
  955. },
  956. "Type": "BTBoolSlot"
  957. },
  958. "isIllegal": true,
  959. "randomID": "MzOi448mbe0e",
  960. "sectionA": {
  961. "ContainerValue": {
  962. "Type": "BTPlayTimeLineWaitAction",
  963. "baseSelect": {
  964. "DisplayName": "常态",
  965. "Type": "Action",
  966. "Value": "0"
  967. },
  968. "isIllegal": true,
  969. "randomID": "su3dego1Wecx",
  970. "stepSlot": {
  971. "ContainerValue": null,
  972. "Type": "BTStepSlot"
  973. }
  974. },
  975. "Type": "BTSectionSlot"
  976. },
  977. "stepSlot": {
  978. "ContainerValue": null,
  979. "Type": "BTStepSlot"
  980. }
  981. },
  982. "Type": "BTStepSlot"
  983. }
  984. },
  985. "Type": "BTStepSlot"
  986. },
  987. "x": -37,
  988. "y": 569
  989. },
  990. "Tree3": {
  991. "ExportTree": false,
  992. "ImageIndex": 4,
  993. "Name": {
  994. "Type": "STRING",
  995. "Value": "模拟程序执行",
  996. "displayName": ""
  997. },
  998. "Type": "BTSimulatorAction",
  999. "VarJson": {
  1000. "boolJson": {
  1001. },
  1002. "numberJson": {
  1003. "参数": "Number",
  1004. "通知名": "Number"
  1005. }
  1006. },
  1007. "isIllegal": false,
  1008. "randomID": "k9VMCj9GzrCr",
  1009. "stepSlot": {
  1010. "ContainerValue": {
  1011. "Type": "BTIFControlAction",
  1012. "conditionA": {
  1013. "ContainerValue": {
  1014. "Type": "BTStringEqualOperatorAction",
  1015. "conditionA": {
  1016. "ContainerValue": {
  1017. "Type": "BTFuncVariableAction",
  1018. "colorName": "Disable",
  1019. "currentStr": "通知名",
  1020. "fatherFuncID": "k9VMCj9GzrCr",
  1021. "isIllegal": true,
  1022. "randomID": "hhQCGFBSPMtc",
  1023. "titleLabel": {
  1024. "Type": "STRING",
  1025. "Value": "通知名",
  1026. "displayName": ""
  1027. }
  1028. },
  1029. "StringValue": {
  1030. "Type": "STRING",
  1031. "Value": "Red"
  1032. },
  1033. "Type": "BTInputSlot"
  1034. },
  1035. "conditionB": {
  1036. "ContainerValue": null,
  1037. "StringValue": {
  1038. "Type": "STRING",
  1039. "Value": "初始化个人信息玩家主题的程序变量"
  1040. },
  1041. "Type": "BTInputSlot"
  1042. },
  1043. "isIllegal": true,
  1044. "randomID": "vwSBMefKg6ri"
  1045. },
  1046. "Type": "BTBoolSlot"
  1047. },
  1048. "isIllegal": true,
  1049. "randomID": "2cSom1rJm6VH",
  1050. "sectionA": {
  1051. "ContainerValue": {
  1052. "TitleInput": {
  1053. "ContainerValue": null,
  1054. "StringValue": {
  1055. "Type": "STRING",
  1056. "Value": "是"
  1057. },
  1058. "Type": "BTInputSlot"
  1059. },
  1060. "Type": "BTDataCoderVarSetAction",
  1061. "VarScope": "Scene",
  1062. "baseSelect": {
  1063. "DisplayName": "P-是否选中",
  1064. "Type": "Action",
  1065. "Value": "P-是否选中"
  1066. },
  1067. "isIllegal": true,
  1068. "randomID": "L9WBqtgvEERv",
  1069. "stepSlot": {
  1070. "ContainerValue": {
  1071. "TitleInput": {
  1072. "ContainerValue": null,
  1073. "StringValue": {
  1074. "Type": "STRING",
  1075. "Value": "guild_personal_icon.plist"
  1076. },
  1077. "Type": "BTInputSlot"
  1078. },
  1079. "Type": "BTDataCoderVarSetAction",
  1080. "VarScope": "Scene",
  1081. "baseSelect": {
  1082. "DisplayName": "P-Plist名",
  1083. "Type": "Action",
  1084. "Value": "P-Plist名"
  1085. },
  1086. "isIllegal": true,
  1087. "randomID": "m6Sy1uinNSN7",
  1088. "stepSlot": {
  1089. "ContainerValue": {
  1090. "TitleInput": {
  1091. "ContainerValue": null,
  1092. "StringValue": {
  1093. "Type": "STRING",
  1094. "Value": "pu_theme_2.png"
  1095. },
  1096. "Type": "BTInputSlot"
  1097. },
  1098. "Type": "BTDataCoderVarSetAction",
  1099. "VarScope": "Scene",
  1100. "baseSelect": {
  1101. "DisplayName": "P-图片名",
  1102. "Type": "Action",
  1103. "Value": "P-图片名"
  1104. },
  1105. "isIllegal": true,
  1106. "randomID": "HRScTfPlvvzU",
  1107. "stepSlot": {
  1108. "ContainerValue": {
  1109. "TitleInput": {
  1110. "ContainerValue": null,
  1111. "StringValue": {
  1112. "Type": "STRING",
  1113. "Value": "123456"
  1114. },
  1115. "Type": "BTInputSlot"
  1116. },
  1117. "Type": "BTDataCoderVarSetAction",
  1118. "VarScope": "Scene",
  1119. "baseSelect": {
  1120. "DisplayName": "P-主题ID",
  1121. "Type": "Action",
  1122. "Value": "P-主题ID"
  1123. },
  1124. "isIllegal": true,
  1125. "randomID": "4PzySVZwrRr6",
  1126. "stepSlot": {
  1127. "ContainerValue": null,
  1128. "Type": "BTStepSlot"
  1129. }
  1130. },
  1131. "Type": "BTStepSlot"
  1132. }
  1133. },
  1134. "Type": "BTStepSlot"
  1135. }
  1136. },
  1137. "Type": "BTStepSlot"
  1138. }
  1139. },
  1140. "Type": "BTSectionSlot"
  1141. },
  1142. "stepSlot": {
  1143. "ContainerValue": null,
  1144. "Type": "BTStepSlot"
  1145. }
  1146. },
  1147. "Type": "BTStepSlot"
  1148. },
  1149. "x": 451,
  1150. "y": 217
  1151. },
  1152. "Tree4": {
  1153. "ExportTree": true,
  1154. "ImageIndex": -1,
  1155. "Type": "BTButtonClickFuncAction",
  1156. "VarJson": {
  1157. "boolJson": {
  1158. },
  1159. "numberJson": {
  1160. }
  1161. },
  1162. "isIllegal": false,
  1163. "mathSelector": {
  1164. "DisplayName": "选中按钮",
  1165. "Type": "OBJ",
  1166. "Value": "5wQj5eugoHDc"
  1167. },
  1168. "randomID": "BlmXthUQptlG",
  1169. "stepSlot": {
  1170. "ContainerValue": {
  1171. "Type": "BTNotificationToCoderWithParamAction",
  1172. "conditionA": {
  1173. "ContainerValue": null,
  1174. "StringValue": {
  1175. "Type": "STRING",
  1176. "Value": "点击个人信息玩家主题选中按钮"
  1177. },
  1178. "Type": "BTInputSlot"
  1179. },
  1180. "isIllegal": true,
  1181. "paramA": {
  1182. "ContainerValue": {
  1183. "Type": "BTCoderVariableAction",
  1184. "VarScope": "Scene",
  1185. "isIllegal": true,
  1186. "randomID": "iOHSkoNgPAii",
  1187. "titleLabel": {
  1188. "Type": "STRING",
  1189. "Value": "P-主题ID",
  1190. "displayName": ""
  1191. }
  1192. },
  1193. "StringValue": {
  1194. "Type": "STRING",
  1195. "Value": ""
  1196. },
  1197. "Type": "BTInputSlot"
  1198. },
  1199. "randomID": "6yqS1ETROzo0",
  1200. "stepSlot": {
  1201. "ContainerValue": null,
  1202. "Type": "BTStepSlot"
  1203. }
  1204. },
  1205. "Type": "BTStepSlot"
  1206. },
  1207. "x": -440,
  1208. "y": 268
  1209. },
  1210. "Tree5": {
  1211. "ExportTree": true,
  1212. "ImageIndex": 6,
  1213. "Name": {
  1214. "Type": "STRING",
  1215. "Value": "刷新图片",
  1216. "displayName": ""
  1217. },
  1218. "Type": "BTCustomFuncHeadAction",
  1219. "VarJson": {
  1220. "boolJson": {
  1221. },
  1222. "numberJson": {
  1223. }
  1224. },
  1225. "isIllegal": false,
  1226. "randomID": "1q0guleyh4Vh",
  1227. "stepSlot": {
  1228. "ContainerValue": {
  1229. "Type": "BTSpritePlistAction",
  1230. "baseSelect": {
  1231. "DisplayName": "图片",
  1232. "Type": "Action",
  1233. "Value": "OyMr2oDWbods"
  1234. },
  1235. "frameNameInput": {
  1236. "ContainerValue": {
  1237. "Type": "BTCoderVariableAction",
  1238. "VarScope": "Scene",
  1239. "isIllegal": true,
  1240. "randomID": "CjgT6yTxLcSU",
  1241. "titleLabel": {
  1242. "Type": "STRING",
  1243. "Value": "P-图片名",
  1244. "displayName": ""
  1245. }
  1246. },
  1247. "StringValue": {
  1248. "Type": "STRING",
  1249. "Value": "图片名"
  1250. },
  1251. "Type": "BTInputSlot"
  1252. },
  1253. "isIllegal": true,
  1254. "pathInput": {
  1255. "ContainerValue": {
  1256. "Type": "BTCoderVariableAction",
  1257. "VarScope": "Scene",
  1258. "isIllegal": true,
  1259. "randomID": "dIX4CwtNAc1o",
  1260. "titleLabel": {
  1261. "Type": "STRING",
  1262. "Value": "P-Plist名",
  1263. "displayName": ""
  1264. }
  1265. },
  1266. "StringValue": {
  1267. "Type": "STRING",
  1268. "Value": "Plist路径"
  1269. },
  1270. "Type": "BTInputSlot"
  1271. },
  1272. "randomID": "DTODUySuOJV7",
  1273. "stepSlot": {
  1274. "ContainerValue": null,
  1275. "Type": "BTStepSlot"
  1276. }
  1277. },
  1278. "Type": "BTStepSlot"
  1279. },
  1280. "x": -49,
  1281. "y": 856
  1282. }
  1283. }
  1284. },
  1285. "ehABWlni6ouc": {
  1286. "CustomFunc": {
  1287. "刷新图片": [
  1288. [
  1289. "Name",
  1290. "刷新图片",
  1291. "1q0guleyh4Vh",
  1292. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  1293. ]
  1294. ],
  1295. "刷新按钮状态": [
  1296. [
  1297. "Name",
  1298. "刷新按钮状态",
  1299. "7OWpJodj7ikS",
  1300. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  1301. ]
  1302. ],
  1303. "在滚动页面上展示页面": [
  1304. [
  1305. "Name",
  1306. "在滚动页面上展示页面",
  1307. "WBGveBpardcG",
  1308. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  1309. ]
  1310. ],
  1311. "展示页面": [
  1312. [
  1313. "Name",
  1314. "展示页面",
  1315. "aQnIzNQ03jbn",
  1316. "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red"
  1317. ]
  1318. ]
  1319. },
  1320. "CustomList": {
  1321. },
  1322. "CustomTestFunc": {
  1323. },
  1324. "CustomVar": {
  1325. "P-Plist名": 0,
  1326. "P-主题ID": 0,
  1327. "P-图片名": 0,
  1328. "P-是否选中": 0
  1329. },
  1330. "DisPlayName": "第三个",
  1331. "RedNoteInfo": {
  1332. },
  1333. "TreeList": {
  1334. "Tree0": {
  1335. "ExportTree": true,
  1336. "ImageIndex": 1,
  1337. "Name": {
  1338. "Type": "STRING",
  1339. "Value": "在滚动页面上展示页面",
  1340. "displayName": ""
  1341. },
  1342. "Type": "BTCustomFuncHeadAction",
  1343. "VarJson": {
  1344. "boolJson": {
  1345. },
  1346. "numberJson": {
  1347. }
  1348. },
  1349. "isIllegal": false,
  1350. "randomID": "WBGveBpardcG",
  1351. "stepSlot": {
  1352. "ContainerValue": {
  1353. "Type": "BTNodeShowAction",
  1354. "baseSelect": {
  1355. "DisplayName": "选中按钮",
  1356. "Type": "Action",
  1357. "Value": "5wQj5eugoHDc"
  1358. },
  1359. "isIllegal": true,
  1360. "randomID": "SBs4R7PlZloQ",
  1361. "stepSlot": {
  1362. "ContainerValue": {
  1363. "Type": "BTNotificationToCoderAction",
  1364. "conditionA": {
  1365. "ContainerValue": null,
  1366. "StringValue": {
  1367. "Type": "STRING",
  1368. "Value": "初始化个人信息玩家主题的程序变量"
  1369. },
  1370. "Type": "BTInputSlot"
  1371. },
  1372. "isIllegal": true,
  1373. "randomID": "i8gMwtfGBMZi",
  1374. "stepSlot": {
  1375. "ContainerValue": {
  1376. "Name": {
  1377. "Type": "STRING",
  1378. "Value": "刷新按钮状态",
  1379. "displayName": ""
  1380. },
  1381. "Type": "BTCustomFuncBodyAction",
  1382. "funcHeadID": "7OWpJodj7ikS",
  1383. "isIllegal": true,
  1384. "paramArr": [
  1385. ],
  1386. "randomID": "PRdFZnhlPncB",
  1387. "stepSlot": {
  1388. "ContainerValue": {
  1389. "Name": {
  1390. "Type": "STRING",
  1391. "Value": "刷新图片",
  1392. "displayName": ""
  1393. },
  1394. "Type": "BTCustomFuncBodyAction",
  1395. "funcHeadID": "1q0guleyh4Vh",
  1396. "isIllegal": true,
  1397. "paramArr": [
  1398. ],
  1399. "randomID": "JjSdmUaDfjD1",
  1400. "stepSlot": {
  1401. "ContainerValue": null,
  1402. "Type": "BTStepSlot"
  1403. }
  1404. },
  1405. "Type": "BTStepSlot"
  1406. }
  1407. },
  1408. "Type": "BTStepSlot"
  1409. }
  1410. },
  1411. "Type": "BTStepSlot"
  1412. }
  1413. },
  1414. "Type": "BTStepSlot"
  1415. },
  1416. "x": -11,
  1417. "y": 138
  1418. },
  1419. "Tree1": {
  1420. "ExportTree": true,
  1421. "ImageIndex": 3,
  1422. "Name": {
  1423. "Type": "STRING",
  1424. "Value": "展示页面",
  1425. "displayName": ""
  1426. },
  1427. "Type": "BTCustomFuncHeadAction",
  1428. "VarJson": {
  1429. "boolJson": {
  1430. },
  1431. "numberJson": {
  1432. }
  1433. },
  1434. "isIllegal": false,
  1435. "randomID": "aQnIzNQ03jbn",
  1436. "stepSlot": {
  1437. "ContainerValue": {
  1438. "Type": "BTNotificationToCoderAction",
  1439. "conditionA": {
  1440. "ContainerValue": null,
  1441. "StringValue": {
  1442. "Type": "STRING",
  1443. "Value": "初始化个人信息玩家主题的程序变量"
  1444. },
  1445. "Type": "BTInputSlot"
  1446. },
  1447. "isIllegal": true,
  1448. "randomID": "mXvcijckracZ",
  1449. "stepSlot": {
  1450. "ContainerValue": {
  1451. "Name": {
  1452. "Type": "STRING",
  1453. "Value": "刷新按钮状态",
  1454. "displayName": ""
  1455. },
  1456. "Type": "BTCustomFuncBodyAction",
  1457. "funcHeadID": "7OWpJodj7ikS",
  1458. "isIllegal": true,
  1459. "paramArr": [
  1460. ],
  1461. "randomID": "MsnwAp4Bpctn",
  1462. "stepSlot": {
  1463. "ContainerValue": null,
  1464. "Type": "BTStepSlot"
  1465. }
  1466. },
  1467. "Type": "BTStepSlot"
  1468. }
  1469. },
  1470. "Type": "BTStepSlot"
  1471. },
  1472. "x": -46,
  1473. "y": 383
  1474. },
  1475. "Tree2": {
  1476. "ExportTree": true,
  1477. "ImageIndex": 2,
  1478. "Name": {
  1479. "Type": "STRING",
  1480. "Value": "刷新按钮状态",
  1481. "displayName": ""
  1482. },
  1483. "Type": "BTCustomFuncHeadAction",
  1484. "VarJson": {
  1485. "boolJson": {
  1486. },
  1487. "numberJson": {
  1488. }
  1489. },
  1490. "isIllegal": false,
  1491. "randomID": "7OWpJodj7ikS",
  1492. "stepSlot": {
  1493. "ContainerValue": {
  1494. "Type": "BTIFControlAction",
  1495. "conditionA": {
  1496. "ContainerValue": {
  1497. "Type": "BTStringEqualOperatorAction",
  1498. "conditionA": {
  1499. "ContainerValue": {
  1500. "Type": "BTCoderVariableAction",
  1501. "VarScope": "Scene",
  1502. "isIllegal": true,
  1503. "randomID": "hmzQZWE2pUc6",
  1504. "titleLabel": {
  1505. "Type": "STRING",
  1506. "Value": "P-是否选中",
  1507. "displayName": ""
  1508. }
  1509. },
  1510. "StringValue": {
  1511. "Type": "STRING",
  1512. "Value": "Red"
  1513. },
  1514. "Type": "BTInputSlot"
  1515. },
  1516. "conditionB": {
  1517. "ContainerValue": null,
  1518. "StringValue": {
  1519. "Type": "STRING",
  1520. "Value": "是"
  1521. },
  1522. "Type": "BTInputSlot"
  1523. },
  1524. "isIllegal": true,
  1525. "randomID": "BnUmpFeCQiGy"
  1526. },
  1527. "Type": "BTBoolSlot"
  1528. },
  1529. "isIllegal": true,
  1530. "randomID": "8Fry8LixOJEh",
  1531. "sectionA": {
  1532. "ContainerValue": {
  1533. "Type": "BTPlayTimeLineWaitAction",
  1534. "baseSelect": {
  1535. "DisplayName": "选中",
  1536. "Type": "Action",
  1537. "Value": "1"
  1538. },
  1539. "isIllegal": true,
  1540. "randomID": "bjGtpCQXJq8c",
  1541. "stepSlot": {
  1542. "ContainerValue": null,
  1543. "Type": "BTStepSlot"
  1544. }
  1545. },
  1546. "Type": "BTSectionSlot"
  1547. },
  1548. "stepSlot": {
  1549. "ContainerValue": {
  1550. "Type": "BTIFControlAction",
  1551. "conditionA": {
  1552. "ContainerValue": {
  1553. "Type": "BTStringEqualOperatorAction",
  1554. "conditionA": {
  1555. "ContainerValue": {
  1556. "Type": "BTCoderVariableAction",
  1557. "VarScope": "Scene",
  1558. "isIllegal": true,
  1559. "randomID": "iP5xOkpIj3hK",
  1560. "titleLabel": {
  1561. "Type": "STRING",
  1562. "Value": "P-是否选中",
  1563. "displayName": ""
  1564. }
  1565. },
  1566. "StringValue": {
  1567. "Type": "STRING",
  1568. "Value": "Red"
  1569. },
  1570. "Type": "BTInputSlot"
  1571. },
  1572. "conditionB": {
  1573. "ContainerValue": null,
  1574. "StringValue": {
  1575. "Type": "STRING",
  1576. "Value": "否"
  1577. },
  1578. "Type": "BTInputSlot"
  1579. },
  1580. "isIllegal": true,
  1581. "randomID": "m8y9wN0oGEoZ"
  1582. },
  1583. "Type": "BTBoolSlot"
  1584. },
  1585. "isIllegal": true,
  1586. "randomID": "MzOi448mbe0e",
  1587. "sectionA": {
  1588. "ContainerValue": {
  1589. "Type": "BTPlayTimeLineWaitAction",
  1590. "baseSelect": {
  1591. "DisplayName": "常态",
  1592. "Type": "Action",
  1593. "Value": "0"
  1594. },
  1595. "isIllegal": true,
  1596. "randomID": "su3dego1Wecx",
  1597. "stepSlot": {
  1598. "ContainerValue": null,
  1599. "Type": "BTStepSlot"
  1600. }
  1601. },
  1602. "Type": "BTSectionSlot"
  1603. },
  1604. "stepSlot": {
  1605. "ContainerValue": null,
  1606. "Type": "BTStepSlot"
  1607. }
  1608. },
  1609. "Type": "BTStepSlot"
  1610. }
  1611. },
  1612. "Type": "BTStepSlot"
  1613. },
  1614. "x": -37,
  1615. "y": 569
  1616. },
  1617. "Tree3": {
  1618. "ExportTree": false,
  1619. "ImageIndex": 4,
  1620. "Name": {
  1621. "Type": "STRING",
  1622. "Value": "模拟程序执行",
  1623. "displayName": ""
  1624. },
  1625. "Type": "BTSimulatorAction",
  1626. "VarJson": {
  1627. "boolJson": {
  1628. },
  1629. "numberJson": {
  1630. "参数": "Number",
  1631. "通知名": "Number"
  1632. }
  1633. },
  1634. "isIllegal": false,
  1635. "randomID": "k9VMCj9GzrCr",
  1636. "stepSlot": {
  1637. "ContainerValue": {
  1638. "Type": "BTIFControlAction",
  1639. "conditionA": {
  1640. "ContainerValue": {
  1641. "Type": "BTStringEqualOperatorAction",
  1642. "conditionA": {
  1643. "ContainerValue": {
  1644. "Type": "BTFuncVariableAction",
  1645. "colorName": "Disable",
  1646. "currentStr": "通知名",
  1647. "fatherFuncID": "k9VMCj9GzrCr",
  1648. "isIllegal": true,
  1649. "randomID": "hhQCGFBSPMtc",
  1650. "titleLabel": {
  1651. "Type": "STRING",
  1652. "Value": "通知名",
  1653. "displayName": ""
  1654. }
  1655. },
  1656. "StringValue": {
  1657. "Type": "STRING",
  1658. "Value": "Red"
  1659. },
  1660. "Type": "BTInputSlot"
  1661. },
  1662. "conditionB": {
  1663. "ContainerValue": null,
  1664. "StringValue": {
  1665. "Type": "STRING",
  1666. "Value": "初始化个人信息玩家主题的程序变量"
  1667. },
  1668. "Type": "BTInputSlot"
  1669. },
  1670. "isIllegal": true,
  1671. "randomID": "vwSBMefKg6ri"
  1672. },
  1673. "Type": "BTBoolSlot"
  1674. },
  1675. "isIllegal": true,
  1676. "randomID": "2cSom1rJm6VH",
  1677. "sectionA": {
  1678. "ContainerValue": {
  1679. "TitleInput": {
  1680. "ContainerValue": null,
  1681. "StringValue": {
  1682. "Type": "STRING",
  1683. "Value": "是"
  1684. },
  1685. "Type": "BTInputSlot"
  1686. },
  1687. "Type": "BTDataCoderVarSetAction",
  1688. "VarScope": "Scene",
  1689. "baseSelect": {
  1690. "DisplayName": "P-是否选中",
  1691. "Type": "Action",
  1692. "Value": "P-是否选中"
  1693. },
  1694. "isIllegal": true,
  1695. "randomID": "L9WBqtgvEERv",
  1696. "stepSlot": {
  1697. "ContainerValue": {
  1698. "TitleInput": {
  1699. "ContainerValue": null,
  1700. "StringValue": {
  1701. "Type": "STRING",
  1702. "Value": "guild_personal_icon.plist"
  1703. },
  1704. "Type": "BTInputSlot"
  1705. },
  1706. "Type": "BTDataCoderVarSetAction",
  1707. "VarScope": "Scene",
  1708. "baseSelect": {
  1709. "DisplayName": "P-Plist名",
  1710. "Type": "Action",
  1711. "Value": "P-Plist名"
  1712. },
  1713. "isIllegal": true,
  1714. "randomID": "m6Sy1uinNSN7",
  1715. "stepSlot": {
  1716. "ContainerValue": {
  1717. "TitleInput": {
  1718. "ContainerValue": null,
  1719. "StringValue": {
  1720. "Type": "STRING",
  1721. "Value": "pu_theme_2.png"
  1722. },
  1723. "Type": "BTInputSlot"
  1724. },
  1725. "Type": "BTDataCoderVarSetAction",
  1726. "VarScope": "Scene",
  1727. "baseSelect": {
  1728. "DisplayName": "P-图片名",
  1729. "Type": "Action",
  1730. "Value": "P-图片名"
  1731. },
  1732. "isIllegal": true,
  1733. "randomID": "HRScTfPlvvzU",
  1734. "stepSlot": {
  1735. "ContainerValue": {
  1736. "TitleInput": {
  1737. "ContainerValue": null,
  1738. "StringValue": {
  1739. "Type": "STRING",
  1740. "Value": "123456"
  1741. },
  1742. "Type": "BTInputSlot"
  1743. },
  1744. "Type": "BTDataCoderVarSetAction",
  1745. "VarScope": "Scene",
  1746. "baseSelect": {
  1747. "DisplayName": "P-主题ID",
  1748. "Type": "Action",
  1749. "Value": "P-主题ID"
  1750. },
  1751. "isIllegal": true,
  1752. "randomID": "4PzySVZwrRr6",
  1753. "stepSlot": {
  1754. "ContainerValue": null,
  1755. "Type": "BTStepSlot"
  1756. }
  1757. },
  1758. "Type": "BTStepSlot"
  1759. }
  1760. },
  1761. "Type": "BTStepSlot"
  1762. }
  1763. },
  1764. "Type": "BTStepSlot"
  1765. }
  1766. },
  1767. "Type": "BTSectionSlot"
  1768. },
  1769. "stepSlot": {
  1770. "ContainerValue": null,
  1771. "Type": "BTStepSlot"
  1772. }
  1773. },
  1774. "Type": "BTStepSlot"
  1775. },
  1776. "x": 451,
  1777. "y": 217
  1778. },
  1779. "Tree4": {
  1780. "ExportTree": true,
  1781. "ImageIndex": -1,
  1782. "Type": "BTButtonClickFuncAction",
  1783. "VarJson": {
  1784. "boolJson": {
  1785. },
  1786. "numberJson": {
  1787. }
  1788. },
  1789. "isIllegal": false,
  1790. "mathSelector": {
  1791. "DisplayName": "选中按钮",
  1792. "Type": "OBJ",
  1793. "Value": "5wQj5eugoHDc"
  1794. },
  1795. "randomID": "BlmXthUQptlG",
  1796. "stepSlot": {
  1797. "ContainerValue": {
  1798. "Type": "BTNotificationToCoderWithParamAction",
  1799. "conditionA": {
  1800. "ContainerValue": null,
  1801. "StringValue": {
  1802. "Type": "STRING",
  1803. "Value": "点击个人信息玩家主题选中按钮"
  1804. },
  1805. "Type": "BTInputSlot"
  1806. },
  1807. "isIllegal": true,
  1808. "paramA": {
  1809. "ContainerValue": {
  1810. "Type": "BTCoderVariableAction",
  1811. "VarScope": "Scene",
  1812. "isIllegal": true,
  1813. "randomID": "iOHSkoNgPAii",
  1814. "titleLabel": {
  1815. "Type": "STRING",
  1816. "Value": "P-主题ID",
  1817. "displayName": ""
  1818. }
  1819. },
  1820. "StringValue": {
  1821. "Type": "STRING",
  1822. "Value": ""
  1823. },
  1824. "Type": "BTInputSlot"
  1825. },
  1826. "randomID": "6yqS1ETROzo0",
  1827. "stepSlot": {
  1828. "ContainerValue": null,
  1829. "Type": "BTStepSlot"
  1830. }
  1831. },
  1832. "Type": "BTStepSlot"
  1833. },
  1834. "x": -440,
  1835. "y": 268
  1836. },
  1837. "Tree5": {
  1838. "ExportTree": true,
  1839. "ImageIndex": 6,
  1840. "Name": {
  1841. "Type": "STRING",
  1842. "Value": "刷新图片",
  1843. "displayName": ""
  1844. },
  1845. "Type": "BTCustomFuncHeadAction",
  1846. "VarJson": {
  1847. "boolJson": {
  1848. },
  1849. "numberJson": {
  1850. }
  1851. },
  1852. "isIllegal": false,
  1853. "randomID": "1q0guleyh4Vh",
  1854. "stepSlot": {
  1855. "ContainerValue": {
  1856. "Type": "BTSpritePlistAction",
  1857. "baseSelect": {
  1858. "DisplayName": "图片",
  1859. "Type": "Action",
  1860. "Value": "OyMr2oDWbods"
  1861. },
  1862. "frameNameInput": {
  1863. "ContainerValue": {
  1864. "Type": "BTCoderVariableAction",
  1865. "VarScope": "Scene",
  1866. "isIllegal": true,
  1867. "randomID": "CjgT6yTxLcSU",
  1868. "titleLabel": {
  1869. "Type": "STRING",
  1870. "Value": "P-图片名",
  1871. "displayName": ""
  1872. }
  1873. },
  1874. "StringValue": {
  1875. "Type": "STRING",
  1876. "Value": "图片名"
  1877. },
  1878. "Type": "BTInputSlot"
  1879. },
  1880. "isIllegal": true,
  1881. "pathInput": {
  1882. "ContainerValue": {
  1883. "Type": "BTCoderVariableAction",
  1884. "VarScope": "Scene",
  1885. "isIllegal": true,
  1886. "randomID": "dIX4CwtNAc1o",
  1887. "titleLabel": {
  1888. "Type": "STRING",
  1889. "Value": "P-Plist名",
  1890. "displayName": ""
  1891. }
  1892. },
  1893. "StringValue": {
  1894. "Type": "STRING",
  1895. "Value": "Plist路径"
  1896. },
  1897. "Type": "BTInputSlot"
  1898. },
  1899. "randomID": "DTODUySuOJV7",
  1900. "stepSlot": {
  1901. "ContainerValue": null,
  1902. "Type": "BTStepSlot"
  1903. }
  1904. },
  1905. "Type": "BTStepSlot"
  1906. },
  1907. "x": -49,
  1908. "y": 856
  1909. }
  1910. }
  1911. }
  1912. },
  1913. "RedNoteInfo": {
  1914. },
  1915. "TreeList": {
  1916. "Tree0": {
  1917. "ExportTree": true,
  1918. "ImageIndex": 1,
  1919. "Name": {
  1920. "Type": "STRING",
  1921. "Value": "展示页面",
  1922. "displayName": ""
  1923. },
  1924. "Type": "BTCustomFuncHeadAction",
  1925. "VarJson": {
  1926. "boolJson": {
  1927. },
  1928. "numberJson": {
  1929. }
  1930. },
  1931. "isIllegal": false,
  1932. "randomID": "Fy9zmzVZryzV",
  1933. "stepSlot": {
  1934. "ContainerValue": {
  1935. "Type": "BTCallRedCustomFuncBodyAction",
  1936. "baseSelect": {
  1937. "DisplayName": "在滚动页面上展示页面",
  1938. "Type": "Action",
  1939. "Value": "在滚动页面上展示页面"
  1940. },
  1941. "funcHeadID": "WBGveBpardcG",
  1942. "isIllegal": true,
  1943. "paramArr": [
  1944. ],
  1945. "randomID": "7z6vfLwOUzi6",
  1946. "redId": "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red",
  1947. "redSelect": {
  1948. "DisplayName": "第一个",
  1949. "Type": "OBJ",
  1950. "Value": "Wer4yAErgPti"
  1951. },
  1952. "stepSlot": {
  1953. "ContainerValue": {
  1954. "Type": "BTCallRedCustomFuncBodyAction",
  1955. "baseSelect": {
  1956. "DisplayName": "在滚动页面上展示页面",
  1957. "Type": "Action",
  1958. "Value": "在滚动页面上展示页面"
  1959. },
  1960. "funcHeadID": "WBGveBpardcG",
  1961. "isIllegal": true,
  1962. "paramArr": [
  1963. ],
  1964. "randomID": "GzNmt3wYafw5",
  1965. "redId": "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red",
  1966. "redSelect": {
  1967. "DisplayName": "第二个",
  1968. "Type": "OBJ",
  1969. "Value": "VtO22FSnujg5"
  1970. },
  1971. "stepSlot": {
  1972. "ContainerValue": {
  1973. "Type": "BTCallRedCustomFuncBodyAction",
  1974. "baseSelect": {
  1975. "DisplayName": "在滚动页面上展示页面",
  1976. "Type": "Action",
  1977. "Value": "在滚动页面上展示页面"
  1978. },
  1979. "funcHeadID": "WBGveBpardcG",
  1980. "isIllegal": true,
  1981. "paramArr": [
  1982. ],
  1983. "randomID": "zIePWnVyK7iY",
  1984. "redId": "/Users/yujizhu/Documents/Git/RedTools/res_guild/team/ccb/ui/个人信息_玩家主题.red",
  1985. "redSelect": {
  1986. "DisplayName": "第三个",
  1987. "Type": "OBJ",
  1988. "Value": "ehABWlni6ouc"
  1989. },
  1990. "stepSlot": {
  1991. "ContainerValue": null,
  1992. "Type": "BTStepSlot"
  1993. }
  1994. },
  1995. "Type": "BTStepSlot"
  1996. }
  1997. },
  1998. "Type": "BTStepSlot"
  1999. }
  2000. },
  2001. "Type": "BTStepSlot"
  2002. },
  2003. "x": -15,
  2004. "y": 156
  2005. },
  2006. "Tree1": {
  2007. "ExportTree": true,
  2008. "ImageIndex": 3,
  2009. "Name": {
  2010. "Type": "STRING",
  2011. "Value": "设置程序节点",
  2012. "displayName": ""
  2013. },
  2014. "Type": "BTCustomFuncHeadAction",
  2015. "VarJson": {
  2016. "boolJson": {
  2017. },
  2018. "numberJson": {
  2019. }
  2020. },
  2021. "isIllegal": false,
  2022. "randomID": "CDeiWnpqPAqQ",
  2023. "stepSlot": {
  2024. "ContainerValue": {
  2025. "Type": "BTNotificationNodeToCoderAction",
  2026. "baseSelect": {
  2027. "DisplayName": "第一个",
  2028. "Type": "Action",
  2029. "Value": "Wer4yAErgPti"
  2030. },
  2031. "conditionA": {
  2032. "ContainerValue": null,
  2033. "StringValue": {
  2034. "Type": "STRING",
  2035. "Value": "设置程序节点"
  2036. },
  2037. "Type": "BTInputSlot"
  2038. },
  2039. "isIllegal": true,
  2040. "paramA": {
  2041. "ContainerValue": null,
  2042. "StringValue": {
  2043. "Type": "STRING",
  2044. "Value": "0"
  2045. },
  2046. "Type": "BTInputSlot"
  2047. },
  2048. "randomID": "O2e212PvRviI",
  2049. "stepSlot": {
  2050. "ContainerValue": {
  2051. "Type": "BTNotificationNodeToCoderAction",
  2052. "baseSelect": {
  2053. "DisplayName": "第二个",
  2054. "Type": "Action",
  2055. "Value": "VtO22FSnujg5"
  2056. },
  2057. "conditionA": {
  2058. "ContainerValue": null,
  2059. "StringValue": {
  2060. "Type": "STRING",
  2061. "Value": "设置程序节点"
  2062. },
  2063. "Type": "BTInputSlot"
  2064. },
  2065. "isIllegal": true,
  2066. "paramA": {
  2067. "ContainerValue": null,
  2068. "StringValue": {
  2069. "Type": "STRING",
  2070. "Value": "1"
  2071. },
  2072. "Type": "BTInputSlot"
  2073. },
  2074. "randomID": "nrOz7V4T9zBi",
  2075. "stepSlot": {
  2076. "ContainerValue": {
  2077. "Type": "BTNotificationNodeToCoderAction",
  2078. "baseSelect": {
  2079. "DisplayName": "第三个",
  2080. "Type": "Action",
  2081. "Value": "ehABWlni6ouc"
  2082. },
  2083. "conditionA": {
  2084. "ContainerValue": null,
  2085. "StringValue": {
  2086. "Type": "STRING",
  2087. "Value": "设置程序节点"
  2088. },
  2089. "Type": "BTInputSlot"
  2090. },
  2091. "isIllegal": true,
  2092. "paramA": {
  2093. "ContainerValue": null,
  2094. "StringValue": {
  2095. "Type": "STRING",
  2096. "Value": "2"
  2097. },
  2098. "Type": "BTInputSlot"
  2099. },
  2100. "randomID": "JpKxgUvlMCsm",
  2101. "stepSlot": {
  2102. "ContainerValue": null,
  2103. "Type": "BTStepSlot"
  2104. }
  2105. },
  2106. "Type": "BTStepSlot"
  2107. }
  2108. },
  2109. "Type": "BTStepSlot"
  2110. }
  2111. },
  2112. "Type": "BTStepSlot"
  2113. },
  2114. "x": -11,
  2115. "y": -70
  2116. }
  2117. }
  2118. }