joypads.tscn 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://joypads.gd" type="Script" id=1]
  3. [ext_resource path="res://jsdiagram.tscn" type="PackedScene" id=2]
  4. [node name="joypads" type="Node2D" index="0"]
  5. script = ExtResource( 1 )
  6. [node name="diagram" parent="." index="0" instance=ExtResource( 2 )]
  7. position = Vector2( 400, 200 )
  8. [node name="device_info" type="Control" parent="." index="1"]
  9. editor/display_folded = true
  10. anchor_left = 0.0
  11. anchor_top = 0.0
  12. anchor_right = 0.0
  13. anchor_bottom = 0.0
  14. margin_right = 40.0
  15. margin_bottom = 40.0
  16. rect_pivot_offset = Vector2( 0, 0 )
  17. mouse_filter = 0
  18. mouse_default_cursor_shape = 0
  19. size_flags_horizontal = 1
  20. size_flags_vertical = 1
  21. [node name="label_device" type="Label" parent="device_info" index="0"]
  22. anchor_left = 0.0
  23. anchor_top = 0.0
  24. anchor_right = 0.0
  25. anchor_bottom = 0.0
  26. margin_left = 10.0
  27. margin_top = 10.0
  28. margin_right = 60.0
  29. margin_bottom = 30.0
  30. rect_pivot_offset = Vector2( 0, 0 )
  31. mouse_filter = 2
  32. mouse_default_cursor_shape = 0
  33. size_flags_horizontal = 2
  34. size_flags_vertical = 0
  35. text = "Device"
  36. valign = 1
  37. percent_visible = 1.0
  38. lines_skipped = 0
  39. max_lines_visible = -1
  40. [node name="joy_num" type="SpinBox" parent="device_info" index="1"]
  41. anchor_left = 0.0
  42. anchor_top = 0.0
  43. anchor_right = 0.0
  44. anchor_bottom = 0.0
  45. margin_left = 65.0
  46. margin_top = 10.0
  47. margin_right = 139.0
  48. margin_bottom = 34.0
  49. rect_pivot_offset = Vector2( 0, 0 )
  50. mouse_filter = 0
  51. mouse_default_cursor_shape = 0
  52. size_flags_horizontal = 2
  53. size_flags_vertical = 2
  54. min_value = 0.0
  55. max_value = 16.0
  56. step = 1.0
  57. page = 0.0
  58. value = 0.0
  59. exp_edit = false
  60. rounded = false
  61. editable = true
  62. prefix = ""
  63. suffix = ""
  64. [node name="joy_name" type="Label" parent="device_info" index="2"]
  65. anchor_left = 0.0
  66. anchor_top = 0.0
  67. anchor_right = 0.0
  68. anchor_bottom = 0.0
  69. margin_left = 10.0
  70. margin_top = 35.0
  71. margin_right = 250.0
  72. margin_bottom = 50.0
  73. rect_pivot_offset = Vector2( 0, 0 )
  74. mouse_filter = 2
  75. mouse_default_cursor_shape = 0
  76. size_flags_horizontal = 2
  77. size_flags_vertical = 0
  78. custom_colors/font_color = Color( 0.229156, 1, 0.239205, 1 )
  79. percent_visible = 1.0
  80. lines_skipped = 0
  81. max_lines_visible = -1
  82. [node name="axes" type="Control" parent="." index="2"]
  83. editor/display_folded = true
  84. anchor_left = 0.0
  85. anchor_top = 0.0
  86. anchor_right = 0.0
  87. anchor_bottom = 0.0
  88. margin_right = 40.0
  89. margin_bottom = 40.0
  90. rect_pivot_offset = Vector2( 0, 0 )
  91. mouse_filter = 0
  92. mouse_default_cursor_shape = 0
  93. size_flags_horizontal = 1
  94. size_flags_vertical = 1
  95. [node name="axis_prog0" type="ProgressBar" parent="axes" index="0"]
  96. anchor_left = 0.0
  97. anchor_top = 0.0
  98. anchor_right = 0.0
  99. anchor_bottom = 0.0
  100. margin_left = 60.0
  101. margin_top = 60.0
  102. margin_right = 260.0
  103. margin_bottom = 76.0
  104. rect_pivot_offset = Vector2( 0, 0 )
  105. mouse_filter = 0
  106. mouse_default_cursor_shape = 0
  107. size_flags_horizontal = 2
  108. size_flags_vertical = 0
  109. min_value = -100.0
  110. max_value = 100.0
  111. step = 0.0001
  112. page = 0.0
  113. value = 0.0
  114. exp_edit = false
  115. rounded = false
  116. percent_visible = false
  117. [node name="axis_prog1" type="ProgressBar" parent="axes" index="1"]
  118. anchor_left = 0.0
  119. anchor_top = 0.0
  120. anchor_right = 0.0
  121. anchor_bottom = 0.0
  122. margin_left = 60.0
  123. margin_top = 80.0
  124. margin_right = 260.0
  125. margin_bottom = 96.0
  126. rect_pivot_offset = Vector2( 0, 0 )
  127. mouse_filter = 0
  128. mouse_default_cursor_shape = 0
  129. size_flags_horizontal = 2
  130. size_flags_vertical = 0
  131. min_value = -100.0
  132. max_value = 100.0
  133. step = 0.0001
  134. page = 0.0
  135. value = 0.0
  136. exp_edit = false
  137. rounded = false
  138. percent_visible = false
  139. [node name="axis_prog2" type="ProgressBar" parent="axes" index="2"]
  140. anchor_left = 0.0
  141. anchor_top = 0.0
  142. anchor_right = 0.0
  143. anchor_bottom = 0.0
  144. margin_left = 60.0
  145. margin_top = 100.0
  146. margin_right = 260.0
  147. margin_bottom = 116.0
  148. rect_pivot_offset = Vector2( 0, 0 )
  149. mouse_filter = 0
  150. mouse_default_cursor_shape = 0
  151. size_flags_horizontal = 2
  152. size_flags_vertical = 0
  153. min_value = -100.0
  154. max_value = 100.0
  155. step = 0.0001
  156. page = 0.0
  157. value = 0.0
  158. exp_edit = false
  159. rounded = false
  160. percent_visible = false
  161. [node name="axis_prog3" type="ProgressBar" parent="axes" index="3"]
  162. anchor_left = 0.0
  163. anchor_top = 0.0
  164. anchor_right = 0.0
  165. anchor_bottom = 0.0
  166. margin_left = 60.0
  167. margin_top = 120.0
  168. margin_right = 260.0
  169. margin_bottom = 136.0
  170. rect_pivot_offset = Vector2( 0, 0 )
  171. mouse_filter = 0
  172. mouse_default_cursor_shape = 0
  173. size_flags_horizontal = 2
  174. size_flags_vertical = 0
  175. min_value = -100.0
  176. max_value = 100.0
  177. step = 0.0001
  178. page = 0.0
  179. value = 0.0
  180. exp_edit = false
  181. rounded = false
  182. percent_visible = false
  183. [node name="axis_prog4" type="ProgressBar" parent="axes" index="4"]
  184. anchor_left = 0.0
  185. anchor_top = 0.0
  186. anchor_right = 0.0
  187. anchor_bottom = 0.0
  188. margin_left = 60.0
  189. margin_top = 140.0
  190. margin_right = 260.0
  191. margin_bottom = 156.0
  192. rect_pivot_offset = Vector2( 0, 0 )
  193. mouse_filter = 0
  194. mouse_default_cursor_shape = 0
  195. size_flags_horizontal = 2
  196. size_flags_vertical = 0
  197. min_value = -100.0
  198. max_value = 100.0
  199. step = 0.0001
  200. page = 0.0
  201. value = 0.0
  202. exp_edit = false
  203. rounded = false
  204. percent_visible = false
  205. [node name="axis_prog5" type="ProgressBar" parent="axes" index="5"]
  206. anchor_left = 0.0
  207. anchor_top = 0.0
  208. anchor_right = 0.0
  209. anchor_bottom = 0.0
  210. margin_left = 60.0
  211. margin_top = 160.0
  212. margin_right = 260.0
  213. margin_bottom = 176.0
  214. rect_pivot_offset = Vector2( 0, 0 )
  215. mouse_filter = 0
  216. mouse_default_cursor_shape = 0
  217. size_flags_horizontal = 2
  218. size_flags_vertical = 0
  219. min_value = -100.0
  220. max_value = 100.0
  221. step = 0.0001
  222. page = 0.0
  223. value = 0.0
  224. exp_edit = false
  225. rounded = false
  226. percent_visible = false
  227. [node name="axis_prog6" type="ProgressBar" parent="axes" index="6"]
  228. anchor_left = 0.0
  229. anchor_top = 0.0
  230. anchor_right = 0.0
  231. anchor_bottom = 0.0
  232. margin_left = 60.0
  233. margin_top = 180.0
  234. margin_right = 260.0
  235. margin_bottom = 196.0
  236. rect_pivot_offset = Vector2( 0, 0 )
  237. mouse_filter = 0
  238. mouse_default_cursor_shape = 0
  239. size_flags_horizontal = 2
  240. size_flags_vertical = 0
  241. min_value = -100.0
  242. max_value = 100.0
  243. step = 0.0001
  244. page = 0.0
  245. value = 0.0
  246. exp_edit = false
  247. rounded = false
  248. percent_visible = false
  249. [node name="axis_prog7" type="ProgressBar" parent="axes" index="7"]
  250. anchor_left = 0.0
  251. anchor_top = 0.0
  252. anchor_right = 0.0
  253. anchor_bottom = 0.0
  254. margin_left = 60.0
  255. margin_top = 200.0
  256. margin_right = 260.0
  257. margin_bottom = 216.0
  258. rect_pivot_offset = Vector2( 0, 0 )
  259. mouse_filter = 0
  260. mouse_default_cursor_shape = 0
  261. size_flags_horizontal = 2
  262. size_flags_vertical = 0
  263. min_value = -100.0
  264. max_value = 100.0
  265. step = 0.0001
  266. page = 0.0
  267. value = 0.0
  268. exp_edit = false
  269. rounded = false
  270. percent_visible = false
  271. [node name="axis_prog8" type="ProgressBar" parent="axes" index="8"]
  272. anchor_left = 0.0
  273. anchor_top = 0.0
  274. anchor_right = 0.0
  275. anchor_bottom = 0.0
  276. margin_left = 60.0
  277. margin_top = 220.0
  278. margin_right = 260.0
  279. margin_bottom = 236.0
  280. rect_pivot_offset = Vector2( 0, 0 )
  281. mouse_filter = 0
  282. mouse_default_cursor_shape = 0
  283. size_flags_horizontal = 2
  284. size_flags_vertical = 0
  285. min_value = -100.0
  286. max_value = 100.0
  287. step = 0.0001
  288. page = 0.0
  289. value = 0.0
  290. exp_edit = false
  291. rounded = false
  292. percent_visible = false
  293. [node name="axis_prog9" type="ProgressBar" parent="axes" index="9"]
  294. anchor_left = 0.0
  295. anchor_top = 0.0
  296. anchor_right = 0.0
  297. anchor_bottom = 0.0
  298. margin_left = 60.0
  299. margin_top = 240.0
  300. margin_right = 260.0
  301. margin_bottom = 256.0
  302. rect_pivot_offset = Vector2( 0, 0 )
  303. mouse_filter = 0
  304. mouse_default_cursor_shape = 0
  305. size_flags_horizontal = 2
  306. size_flags_vertical = 0
  307. min_value = -100.0
  308. max_value = 100.0
  309. step = 0.0001
  310. page = 0.0
  311. value = 0.0
  312. exp_edit = false
  313. rounded = false
  314. percent_visible = false
  315. [node name="axis_prog10" type="ProgressBar" parent="axes" index="10"]
  316. anchor_left = 0.0
  317. anchor_top = 0.0
  318. anchor_right = 0.0
  319. anchor_bottom = 0.0
  320. margin_left = 60.0
  321. margin_top = 260.0
  322. margin_right = 260.0
  323. margin_bottom = 276.0
  324. rect_pivot_offset = Vector2( 0, 0 )
  325. mouse_filter = 0
  326. mouse_default_cursor_shape = 0
  327. size_flags_horizontal = 2
  328. size_flags_vertical = 0
  329. min_value = -100.0
  330. max_value = 100.0
  331. step = 0.0001
  332. page = 0.0
  333. value = 0.0
  334. exp_edit = false
  335. rounded = false
  336. percent_visible = false
  337. [node name="axis_val0" type="Label" parent="axes" index="11"]
  338. anchor_left = 0.0
  339. anchor_top = 0.0
  340. anchor_right = 0.0
  341. anchor_bottom = 0.0
  342. margin_left = 60.0
  343. margin_top = 60.0
  344. margin_right = 260.0
  345. margin_bottom = 75.0
  346. rect_pivot_offset = Vector2( 0, 0 )
  347. mouse_filter = 2
  348. mouse_default_cursor_shape = 0
  349. size_flags_horizontal = 2
  350. size_flags_vertical = 0
  351. text = "0"
  352. align = 1
  353. valign = 1
  354. percent_visible = 1.0
  355. lines_skipped = 0
  356. max_lines_visible = -1
  357. [node name="axis_val1" type="Label" parent="axes" index="12"]
  358. anchor_left = 0.0
  359. anchor_top = 0.0
  360. anchor_right = 0.0
  361. anchor_bottom = 0.0
  362. margin_left = 60.0
  363. margin_top = 80.0
  364. margin_right = 260.0
  365. margin_bottom = 95.0
  366. rect_pivot_offset = Vector2( 0, 0 )
  367. mouse_filter = 2
  368. mouse_default_cursor_shape = 0
  369. size_flags_horizontal = 2
  370. size_flags_vertical = 0
  371. text = "0"
  372. align = 1
  373. valign = 1
  374. percent_visible = 1.0
  375. lines_skipped = 0
  376. max_lines_visible = -1
  377. [node name="axis_val2" type="Label" parent="axes" index="13"]
  378. anchor_left = 0.0
  379. anchor_top = 0.0
  380. anchor_right = 0.0
  381. anchor_bottom = 0.0
  382. margin_left = 60.0
  383. margin_top = 100.0
  384. margin_right = 260.0
  385. margin_bottom = 115.0
  386. rect_pivot_offset = Vector2( 0, 0 )
  387. mouse_filter = 2
  388. mouse_default_cursor_shape = 0
  389. size_flags_horizontal = 2
  390. size_flags_vertical = 0
  391. text = "0"
  392. align = 1
  393. valign = 1
  394. percent_visible = 1.0
  395. lines_skipped = 0
  396. max_lines_visible = -1
  397. [node name="axis_val3" type="Label" parent="axes" index="14"]
  398. anchor_left = 0.0
  399. anchor_top = 0.0
  400. anchor_right = 0.0
  401. anchor_bottom = 0.0
  402. margin_left = 60.0
  403. margin_top = 120.0
  404. margin_right = 260.0
  405. margin_bottom = 135.0
  406. rect_pivot_offset = Vector2( 0, 0 )
  407. mouse_filter = 2
  408. mouse_default_cursor_shape = 0
  409. size_flags_horizontal = 2
  410. size_flags_vertical = 0
  411. text = "0"
  412. align = 1
  413. valign = 1
  414. percent_visible = 1.0
  415. lines_skipped = 0
  416. max_lines_visible = -1
  417. [node name="axis_val4" type="Label" parent="axes" index="15"]
  418. anchor_left = 0.0
  419. anchor_top = 0.0
  420. anchor_right = 0.0
  421. anchor_bottom = 0.0
  422. margin_left = 60.0
  423. margin_top = 140.0
  424. margin_right = 260.0
  425. margin_bottom = 155.0
  426. rect_pivot_offset = Vector2( 0, 0 )
  427. mouse_filter = 2
  428. mouse_default_cursor_shape = 0
  429. size_flags_horizontal = 2
  430. size_flags_vertical = 0
  431. text = "0"
  432. align = 1
  433. valign = 1
  434. percent_visible = 1.0
  435. lines_skipped = 0
  436. max_lines_visible = -1
  437. [node name="axis_val5" type="Label" parent="axes" index="16"]
  438. anchor_left = 0.0
  439. anchor_top = 0.0
  440. anchor_right = 0.0
  441. anchor_bottom = 0.0
  442. margin_left = 60.0
  443. margin_top = 160.0
  444. margin_right = 260.0
  445. margin_bottom = 175.0
  446. rect_pivot_offset = Vector2( 0, 0 )
  447. mouse_filter = 2
  448. mouse_default_cursor_shape = 0
  449. size_flags_horizontal = 2
  450. size_flags_vertical = 0
  451. text = "0"
  452. align = 1
  453. valign = 1
  454. percent_visible = 1.0
  455. lines_skipped = 0
  456. max_lines_visible = -1
  457. [node name="axis_val6" type="Label" parent="axes" index="17"]
  458. anchor_left = 0.0
  459. anchor_top = 0.0
  460. anchor_right = 0.0
  461. anchor_bottom = 0.0
  462. margin_left = 60.0
  463. margin_top = 180.0
  464. margin_right = 260.0
  465. margin_bottom = 195.0
  466. rect_pivot_offset = Vector2( 0, 0 )
  467. mouse_filter = 2
  468. mouse_default_cursor_shape = 0
  469. size_flags_horizontal = 2
  470. size_flags_vertical = 0
  471. text = "0"
  472. align = 1
  473. valign = 1
  474. percent_visible = 1.0
  475. lines_skipped = 0
  476. max_lines_visible = -1
  477. [node name="axis_val7" type="Label" parent="axes" index="18"]
  478. anchor_left = 0.0
  479. anchor_top = 0.0
  480. anchor_right = 0.0
  481. anchor_bottom = 0.0
  482. margin_left = 60.0
  483. margin_top = 200.0
  484. margin_right = 260.0
  485. margin_bottom = 215.0
  486. rect_pivot_offset = Vector2( 0, 0 )
  487. mouse_filter = 2
  488. mouse_default_cursor_shape = 0
  489. size_flags_horizontal = 2
  490. size_flags_vertical = 0
  491. text = "0"
  492. align = 1
  493. valign = 1
  494. percent_visible = 1.0
  495. lines_skipped = 0
  496. max_lines_visible = -1
  497. [node name="axis_val8" type="Label" parent="axes" index="19"]
  498. anchor_left = 0.0
  499. anchor_top = 0.0
  500. anchor_right = 0.0
  501. anchor_bottom = 0.0
  502. margin_left = 60.0
  503. margin_top = 220.0
  504. margin_right = 260.0
  505. margin_bottom = 235.0
  506. rect_pivot_offset = Vector2( 0, 0 )
  507. mouse_filter = 2
  508. mouse_default_cursor_shape = 0
  509. size_flags_horizontal = 2
  510. size_flags_vertical = 0
  511. text = "0"
  512. align = 1
  513. valign = 1
  514. percent_visible = 1.0
  515. lines_skipped = 0
  516. max_lines_visible = -1
  517. [node name="axis_val9" type="Label" parent="axes" index="20"]
  518. anchor_left = 0.0
  519. anchor_top = 0.0
  520. anchor_right = 0.0
  521. anchor_bottom = 0.0
  522. margin_left = 60.0
  523. margin_top = 240.0
  524. margin_right = 260.0
  525. margin_bottom = 255.0
  526. rect_pivot_offset = Vector2( 0, 0 )
  527. mouse_filter = 2
  528. mouse_default_cursor_shape = 0
  529. size_flags_horizontal = 2
  530. size_flags_vertical = 0
  531. text = "0"
  532. align = 1
  533. valign = 1
  534. percent_visible = 1.0
  535. lines_skipped = 0
  536. max_lines_visible = -1
  537. [node name="axis_val10" type="Label" parent="axes" index="21"]
  538. anchor_left = 0.0
  539. anchor_top = 0.0
  540. anchor_right = 0.0
  541. anchor_bottom = 0.0
  542. margin_left = 60.0
  543. margin_top = 260.0
  544. margin_right = 260.0
  545. margin_bottom = 275.0
  546. rect_pivot_offset = Vector2( 0, 0 )
  547. mouse_filter = 2
  548. mouse_default_cursor_shape = 0
  549. size_flags_horizontal = 2
  550. size_flags_vertical = 0
  551. text = "0"
  552. align = 1
  553. valign = 1
  554. percent_visible = 1.0
  555. lines_skipped = 0
  556. max_lines_visible = -1
  557. [node name="label_axis0" type="Label" parent="axes" index="22"]
  558. anchor_left = 0.0
  559. anchor_top = 0.0
  560. anchor_right = 0.0
  561. anchor_bottom = 0.0
  562. margin_left = 10.0
  563. margin_top = 60.0
  564. margin_right = 51.0
  565. margin_bottom = 75.0
  566. rect_pivot_offset = Vector2( 0, 0 )
  567. mouse_filter = 2
  568. mouse_default_cursor_shape = 0
  569. size_flags_horizontal = 2
  570. size_flags_vertical = 0
  571. text = "Axis 0"
  572. valign = 1
  573. percent_visible = 1.0
  574. lines_skipped = 0
  575. max_lines_visible = -1
  576. [node name="label_axis1" type="Label" parent="axes" index="23"]
  577. anchor_left = 0.0
  578. anchor_top = 0.0
  579. anchor_right = 0.0
  580. anchor_bottom = 0.0
  581. margin_left = 10.0
  582. margin_top = 80.0
  583. margin_right = 51.0
  584. margin_bottom = 95.0
  585. rect_pivot_offset = Vector2( 0, 0 )
  586. mouse_filter = 2
  587. mouse_default_cursor_shape = 0
  588. size_flags_horizontal = 2
  589. size_flags_vertical = 0
  590. text = "Axis 1"
  591. valign = 1
  592. percent_visible = 1.0
  593. lines_skipped = 0
  594. max_lines_visible = -1
  595. [node name="label_axis2" type="Label" parent="axes" index="24"]
  596. anchor_left = 0.0
  597. anchor_top = 0.0
  598. anchor_right = 0.0
  599. anchor_bottom = 0.0
  600. margin_left = 10.0
  601. margin_top = 100.0
  602. margin_right = 51.0
  603. margin_bottom = 115.0
  604. rect_pivot_offset = Vector2( 0, 0 )
  605. mouse_filter = 2
  606. mouse_default_cursor_shape = 0
  607. size_flags_horizontal = 2
  608. size_flags_vertical = 0
  609. text = "Axis 2"
  610. valign = 1
  611. percent_visible = 1.0
  612. lines_skipped = 0
  613. max_lines_visible = -1
  614. [node name="label_axis3" type="Label" parent="axes" index="25"]
  615. anchor_left = 0.0
  616. anchor_top = 0.0
  617. anchor_right = 0.0
  618. anchor_bottom = 0.0
  619. margin_left = 10.0
  620. margin_top = 120.0
  621. margin_right = 51.0
  622. margin_bottom = 135.0
  623. rect_pivot_offset = Vector2( 0, 0 )
  624. mouse_filter = 2
  625. mouse_default_cursor_shape = 0
  626. size_flags_horizontal = 2
  627. size_flags_vertical = 0
  628. text = "Axis 3"
  629. valign = 1
  630. percent_visible = 1.0
  631. lines_skipped = 0
  632. max_lines_visible = -1
  633. [node name="label_axis4" type="Label" parent="axes" index="26"]
  634. anchor_left = 0.0
  635. anchor_top = 0.0
  636. anchor_right = 0.0
  637. anchor_bottom = 0.0
  638. margin_left = 10.0
  639. margin_top = 140.0
  640. margin_right = 51.0
  641. margin_bottom = 155.0
  642. rect_pivot_offset = Vector2( 0, 0 )
  643. mouse_filter = 2
  644. mouse_default_cursor_shape = 0
  645. size_flags_horizontal = 2
  646. size_flags_vertical = 0
  647. text = "Axis 4"
  648. valign = 1
  649. percent_visible = 1.0
  650. lines_skipped = 0
  651. max_lines_visible = -1
  652. [node name="label_axis5" type="Label" parent="axes" index="27"]
  653. anchor_left = 0.0
  654. anchor_top = 0.0
  655. anchor_right = 0.0
  656. anchor_bottom = 0.0
  657. margin_left = 10.0
  658. margin_top = 160.0
  659. margin_right = 51.0
  660. margin_bottom = 175.0
  661. rect_pivot_offset = Vector2( 0, 0 )
  662. mouse_filter = 2
  663. mouse_default_cursor_shape = 0
  664. size_flags_horizontal = 2
  665. size_flags_vertical = 0
  666. text = "Axis 5"
  667. valign = 1
  668. percent_visible = 1.0
  669. lines_skipped = 0
  670. max_lines_visible = -1
  671. [node name="label_axis6" type="Label" parent="axes" index="28"]
  672. anchor_left = 0.0
  673. anchor_top = 0.0
  674. anchor_right = 0.0
  675. anchor_bottom = 0.0
  676. margin_left = 10.0
  677. margin_top = 180.0
  678. margin_right = 51.0
  679. margin_bottom = 195.0
  680. rect_pivot_offset = Vector2( 0, 0 )
  681. mouse_filter = 2
  682. mouse_default_cursor_shape = 0
  683. size_flags_horizontal = 2
  684. size_flags_vertical = 0
  685. text = "Axis 6"
  686. valign = 1
  687. percent_visible = 1.0
  688. lines_skipped = 0
  689. max_lines_visible = -1
  690. [node name="label_axis7" type="Label" parent="axes" index="29"]
  691. anchor_left = 0.0
  692. anchor_top = 0.0
  693. anchor_right = 0.0
  694. anchor_bottom = 0.0
  695. margin_left = 10.0
  696. margin_top = 200.0
  697. margin_right = 51.0
  698. margin_bottom = 215.0
  699. rect_pivot_offset = Vector2( 0, 0 )
  700. mouse_filter = 2
  701. mouse_default_cursor_shape = 0
  702. size_flags_horizontal = 2
  703. size_flags_vertical = 0
  704. text = "Axis 7"
  705. valign = 2
  706. percent_visible = 1.0
  707. lines_skipped = 0
  708. max_lines_visible = -1
  709. [node name="label_axis8" type="Label" parent="axes" index="30"]
  710. anchor_left = 0.0
  711. anchor_top = 0.0
  712. anchor_right = 0.0
  713. anchor_bottom = 0.0
  714. margin_left = 10.0
  715. margin_top = 220.0
  716. margin_right = 51.0
  717. margin_bottom = 235.0
  718. rect_pivot_offset = Vector2( 0, 0 )
  719. mouse_filter = 2
  720. mouse_default_cursor_shape = 0
  721. size_flags_horizontal = 2
  722. size_flags_vertical = 0
  723. text = "Axis 8"
  724. valign = 2
  725. percent_visible = 1.0
  726. lines_skipped = 0
  727. max_lines_visible = -1
  728. [node name="label_axis9" type="Label" parent="axes" index="31"]
  729. anchor_left = 0.0
  730. anchor_top = 0.0
  731. anchor_right = 0.0
  732. anchor_bottom = 0.0
  733. margin_left = 10.0
  734. margin_top = 240.0
  735. margin_right = 51.0
  736. margin_bottom = 255.0
  737. rect_pivot_offset = Vector2( 0, 0 )
  738. mouse_filter = 2
  739. mouse_default_cursor_shape = 0
  740. size_flags_horizontal = 2
  741. size_flags_vertical = 0
  742. text = "Axis 9"
  743. valign = 2
  744. percent_visible = 1.0
  745. lines_skipped = 0
  746. max_lines_visible = -1
  747. [node name="label_axis10" type="Label" parent="axes" index="32"]
  748. anchor_left = 0.0
  749. anchor_top = 0.0
  750. anchor_right = 0.0
  751. anchor_bottom = 0.0
  752. margin_left = 10.0
  753. margin_top = 260.0
  754. margin_right = 51.0
  755. margin_bottom = 275.0
  756. rect_pivot_offset = Vector2( 0, 0 )
  757. mouse_filter = 2
  758. mouse_default_cursor_shape = 0
  759. size_flags_horizontal = 2
  760. size_flags_vertical = 0
  761. text = "Axis 10"
  762. valign = 2
  763. percent_visible = 1.0
  764. lines_skipped = 0
  765. max_lines_visible = -1
  766. [node name="buttons" type="Control" parent="." index="3"]
  767. editor/display_folded = true
  768. anchor_left = 0.0
  769. anchor_top = 0.0
  770. anchor_right = 0.0
  771. anchor_bottom = 0.0
  772. margin_right = 40.0
  773. margin_bottom = 40.0
  774. rect_pivot_offset = Vector2( 0, 0 )
  775. mouse_filter = 0
  776. mouse_default_cursor_shape = 0
  777. size_flags_horizontal = 1
  778. size_flags_vertical = 1
  779. [node name="label_buttons" type="Label" parent="buttons" index="0"]
  780. anchor_left = 0.0
  781. anchor_top = 0.0
  782. anchor_right = 0.0
  783. anchor_bottom = 0.0
  784. margin_left = 10.0
  785. margin_top = 290.0
  786. margin_right = 65.0
  787. margin_bottom = 304.0
  788. rect_pivot_offset = Vector2( 0, 0 )
  789. mouse_filter = 2
  790. mouse_default_cursor_shape = 0
  791. size_flags_horizontal = 2
  792. size_flags_vertical = 0
  793. text = "Buttons:"
  794. percent_visible = 1.0
  795. lines_skipped = 0
  796. max_lines_visible = -1
  797. [node name="btn0" type="Label" parent="buttons" index="1"]
  798. anchor_left = 0.0
  799. anchor_top = 0.0
  800. anchor_right = 0.0
  801. anchor_bottom = 0.0
  802. margin_left = 20.0
  803. margin_top = 310.0
  804. margin_right = 45.0
  805. margin_bottom = 324.0
  806. rect_pivot_offset = Vector2( 0, 0 )
  807. mouse_filter = 2
  808. mouse_default_cursor_shape = 0
  809. size_flags_horizontal = 2
  810. size_flags_vertical = 0
  811. text = "0"
  812. align = 1
  813. percent_visible = 1.0
  814. lines_skipped = 0
  815. max_lines_visible = -1
  816. [node name="btn1" type="Label" parent="buttons" index="2"]
  817. anchor_left = 0.0
  818. anchor_top = 0.0
  819. anchor_right = 0.0
  820. anchor_bottom = 0.0
  821. margin_left = 45.0
  822. margin_top = 310.0
  823. margin_right = 70.0
  824. margin_bottom = 324.0
  825. rect_pivot_offset = Vector2( 0, 0 )
  826. mouse_filter = 2
  827. mouse_default_cursor_shape = 0
  828. size_flags_horizontal = 2
  829. size_flags_vertical = 0
  830. text = "1"
  831. align = 1
  832. percent_visible = 1.0
  833. lines_skipped = 0
  834. max_lines_visible = -1
  835. [node name="btn2" type="Label" parent="buttons" index="3"]
  836. anchor_left = 0.0
  837. anchor_top = 0.0
  838. anchor_right = 0.0
  839. anchor_bottom = 0.0
  840. margin_left = 70.0
  841. margin_top = 310.0
  842. margin_right = 95.0
  843. margin_bottom = 324.0
  844. rect_pivot_offset = Vector2( 0, 0 )
  845. mouse_filter = 2
  846. mouse_default_cursor_shape = 0
  847. size_flags_horizontal = 2
  848. size_flags_vertical = 0
  849. text = "2"
  850. align = 1
  851. percent_visible = 1.0
  852. lines_skipped = 0
  853. max_lines_visible = -1
  854. [node name="btn3" type="Label" parent="buttons" index="4"]
  855. anchor_left = 0.0
  856. anchor_top = 0.0
  857. anchor_right = 0.0
  858. anchor_bottom = 0.0
  859. margin_left = 95.0
  860. margin_top = 310.0
  861. margin_right = 120.0
  862. margin_bottom = 324.0
  863. rect_pivot_offset = Vector2( 0, 0 )
  864. mouse_filter = 2
  865. mouse_default_cursor_shape = 0
  866. size_flags_horizontal = 2
  867. size_flags_vertical = 0
  868. text = "3"
  869. align = 1
  870. percent_visible = 1.0
  871. lines_skipped = 0
  872. max_lines_visible = -1
  873. [node name="btn4" type="Label" parent="buttons" index="5"]
  874. anchor_left = 0.0
  875. anchor_top = 0.0
  876. anchor_right = 0.0
  877. anchor_bottom = 0.0
  878. margin_left = 120.0
  879. margin_top = 310.0
  880. margin_right = 145.0
  881. margin_bottom = 324.0
  882. rect_pivot_offset = Vector2( 0, 0 )
  883. mouse_filter = 2
  884. mouse_default_cursor_shape = 0
  885. size_flags_horizontal = 2
  886. size_flags_vertical = 0
  887. text = "4"
  888. align = 1
  889. percent_visible = 1.0
  890. lines_skipped = 0
  891. max_lines_visible = -1
  892. [node name="btn5" type="Label" parent="buttons" index="6"]
  893. anchor_left = 0.0
  894. anchor_top = 0.0
  895. anchor_right = 0.0
  896. anchor_bottom = 0.0
  897. margin_left = 145.0
  898. margin_top = 310.0
  899. margin_right = 170.0
  900. margin_bottom = 324.0
  901. rect_pivot_offset = Vector2( 0, 0 )
  902. mouse_filter = 2
  903. mouse_default_cursor_shape = 0
  904. size_flags_horizontal = 2
  905. size_flags_vertical = 0
  906. text = "5"
  907. align = 1
  908. percent_visible = 1.0
  909. lines_skipped = 0
  910. max_lines_visible = -1
  911. [node name="btn6" type="Label" parent="buttons" index="7"]
  912. anchor_left = 0.0
  913. anchor_top = 0.0
  914. anchor_right = 0.0
  915. anchor_bottom = 0.0
  916. margin_left = 170.0
  917. margin_top = 310.0
  918. margin_right = 195.0
  919. margin_bottom = 324.0
  920. rect_pivot_offset = Vector2( 0, 0 )
  921. mouse_filter = 2
  922. mouse_default_cursor_shape = 0
  923. size_flags_horizontal = 2
  924. size_flags_vertical = 0
  925. text = "6"
  926. align = 1
  927. percent_visible = 1.0
  928. lines_skipped = 0
  929. max_lines_visible = -1
  930. [node name="btn7" type="Label" parent="buttons" index="8"]
  931. anchor_left = 0.0
  932. anchor_top = 0.0
  933. anchor_right = 0.0
  934. anchor_bottom = 0.0
  935. margin_left = 195.0
  936. margin_top = 310.0
  937. margin_right = 220.0
  938. margin_bottom = 324.0
  939. rect_pivot_offset = Vector2( 0, 0 )
  940. mouse_filter = 2
  941. mouse_default_cursor_shape = 0
  942. size_flags_horizontal = 2
  943. size_flags_vertical = 0
  944. text = "7"
  945. align = 1
  946. percent_visible = 1.0
  947. lines_skipped = 0
  948. max_lines_visible = -1
  949. [node name="btn8" type="Label" parent="buttons" index="9"]
  950. anchor_left = 0.0
  951. anchor_top = 0.0
  952. anchor_right = 0.0
  953. anchor_bottom = 0.0
  954. margin_left = 220.0
  955. margin_top = 310.0
  956. margin_right = 245.0
  957. margin_bottom = 324.0
  958. rect_pivot_offset = Vector2( 0, 0 )
  959. mouse_filter = 2
  960. mouse_default_cursor_shape = 0
  961. size_flags_horizontal = 2
  962. size_flags_vertical = 0
  963. text = "8"
  964. align = 1
  965. percent_visible = 1.0
  966. lines_skipped = 0
  967. max_lines_visible = -1
  968. [node name="btn9" type="Label" parent="buttons" index="10"]
  969. anchor_left = 0.0
  970. anchor_top = 0.0
  971. anchor_right = 0.0
  972. anchor_bottom = 0.0
  973. margin_left = 20.0
  974. margin_top = 330.0
  975. margin_right = 45.0
  976. margin_bottom = 344.0
  977. rect_pivot_offset = Vector2( 0, 0 )
  978. mouse_filter = 2
  979. mouse_default_cursor_shape = 0
  980. size_flags_horizontal = 2
  981. size_flags_vertical = 0
  982. text = "9"
  983. align = 1
  984. percent_visible = 1.0
  985. lines_skipped = 0
  986. max_lines_visible = -1
  987. [node name="btn10" type="Label" parent="buttons" index="11"]
  988. anchor_left = 0.0
  989. anchor_top = 0.0
  990. anchor_right = 0.0
  991. anchor_bottom = 0.0
  992. margin_left = 45.0
  993. margin_top = 330.0
  994. margin_right = 70.0
  995. margin_bottom = 344.0
  996. rect_pivot_offset = Vector2( 0, 0 )
  997. mouse_filter = 2
  998. mouse_default_cursor_shape = 0
  999. size_flags_horizontal = 2
  1000. size_flags_vertical = 0
  1001. text = "10"
  1002. align = 1
  1003. percent_visible = 1.0
  1004. lines_skipped = 0
  1005. max_lines_visible = -1
  1006. [node name="btn11" type="Label" parent="buttons" index="12"]
  1007. anchor_left = 0.0
  1008. anchor_top = 0.0
  1009. anchor_right = 0.0
  1010. anchor_bottom = 0.0
  1011. margin_left = 70.0
  1012. margin_top = 330.0
  1013. margin_right = 95.0
  1014. margin_bottom = 344.0
  1015. rect_pivot_offset = Vector2( 0, 0 )
  1016. mouse_filter = 2
  1017. mouse_default_cursor_shape = 0
  1018. size_flags_horizontal = 2
  1019. size_flags_vertical = 0
  1020. text = "11"
  1021. align = 1
  1022. percent_visible = 1.0
  1023. lines_skipped = 0
  1024. max_lines_visible = -1
  1025. [node name="btn12" type="Label" parent="buttons" index="13"]
  1026. anchor_left = 0.0
  1027. anchor_top = 0.0
  1028. anchor_right = 0.0
  1029. anchor_bottom = 0.0
  1030. margin_left = 95.0
  1031. margin_top = 330.0
  1032. margin_right = 120.0
  1033. margin_bottom = 344.0
  1034. rect_pivot_offset = Vector2( 0, 0 )
  1035. mouse_filter = 2
  1036. mouse_default_cursor_shape = 0
  1037. size_flags_horizontal = 2
  1038. size_flags_vertical = 0
  1039. text = "12"
  1040. align = 1
  1041. percent_visible = 1.0
  1042. lines_skipped = 0
  1043. max_lines_visible = -1
  1044. [node name="btn13" type="Label" parent="buttons" index="14"]
  1045. anchor_left = 0.0
  1046. anchor_top = 0.0
  1047. anchor_right = 0.0
  1048. anchor_bottom = 0.0
  1049. margin_left = 120.0
  1050. margin_top = 330.0
  1051. margin_right = 145.0
  1052. margin_bottom = 344.0
  1053. rect_pivot_offset = Vector2( 0, 0 )
  1054. mouse_filter = 2
  1055. mouse_default_cursor_shape = 0
  1056. size_flags_horizontal = 2
  1057. size_flags_vertical = 0
  1058. text = "13"
  1059. align = 1
  1060. percent_visible = 1.0
  1061. lines_skipped = 0
  1062. max_lines_visible = -1
  1063. [node name="btn14" type="Label" parent="buttons" index="15"]
  1064. anchor_left = 0.0
  1065. anchor_top = 0.0
  1066. anchor_right = 0.0
  1067. anchor_bottom = 0.0
  1068. margin_left = 145.0
  1069. margin_top = 330.0
  1070. margin_right = 170.0
  1071. margin_bottom = 344.0
  1072. rect_pivot_offset = Vector2( 0, 0 )
  1073. mouse_filter = 2
  1074. mouse_default_cursor_shape = 0
  1075. size_flags_horizontal = 2
  1076. size_flags_vertical = 0
  1077. text = "14"
  1078. align = 1
  1079. percent_visible = 1.0
  1080. lines_skipped = 0
  1081. max_lines_visible = -1
  1082. [node name="btn15" type="Label" parent="buttons" index="16"]
  1083. anchor_left = 0.0
  1084. anchor_top = 0.0
  1085. anchor_right = 0.0
  1086. anchor_bottom = 0.0
  1087. margin_left = 170.0
  1088. margin_top = 330.0
  1089. margin_right = 195.0
  1090. margin_bottom = 344.0
  1091. rect_pivot_offset = Vector2( 0, 0 )
  1092. mouse_filter = 2
  1093. mouse_default_cursor_shape = 0
  1094. size_flags_horizontal = 2
  1095. size_flags_vertical = 0
  1096. text = "15"
  1097. align = 1
  1098. percent_visible = 1.0
  1099. lines_skipped = 0
  1100. max_lines_visible = -1
  1101. [node name="vibration" type="Control" parent="." index="4"]
  1102. editor/display_folded = true
  1103. anchor_left = 0.0
  1104. anchor_top = 0.0
  1105. anchor_right = 0.0
  1106. anchor_bottom = 0.0
  1107. margin_right = 40.0
  1108. margin_bottom = 40.0
  1109. rect_pivot_offset = Vector2( 0, 0 )
  1110. mouse_filter = 0
  1111. mouse_default_cursor_shape = 0
  1112. size_flags_horizontal = 1
  1113. size_flags_vertical = 1
  1114. [node name="weak_label" type="Label" parent="vibration" index="0"]
  1115. anchor_left = 0.0
  1116. anchor_top = 0.0
  1117. anchor_right = 0.0
  1118. anchor_bottom = 0.0
  1119. margin_left = 10.0
  1120. margin_top = 375.0
  1121. margin_right = 152.0
  1122. margin_bottom = 389.0
  1123. rect_pivot_offset = Vector2( 0, 0 )
  1124. mouse_filter = 2
  1125. mouse_default_cursor_shape = 0
  1126. size_flags_horizontal = 2
  1127. size_flags_vertical = 0
  1128. text = "Vibration Weak Motor:"
  1129. percent_visible = 1.0
  1130. lines_skipped = 0
  1131. max_lines_visible = -1
  1132. [node name="strong_label" type="Label" parent="vibration" index="1"]
  1133. anchor_left = 0.0
  1134. anchor_top = 0.0
  1135. anchor_right = 0.0
  1136. anchor_bottom = 0.0
  1137. margin_left = 10.0
  1138. margin_top = 413.0
  1139. margin_right = 157.0
  1140. margin_bottom = 427.0
  1141. rect_pivot_offset = Vector2( 0, 0 )
  1142. mouse_filter = 2
  1143. mouse_default_cursor_shape = 0
  1144. size_flags_horizontal = 2
  1145. size_flags_vertical = 0
  1146. text = "Vibration Strong Motor:"
  1147. percent_visible = 1.0
  1148. lines_skipped = 0
  1149. max_lines_visible = -1
  1150. [node name="duration_label" type="Label" parent="vibration" index="2"]
  1151. anchor_left = 0.0
  1152. anchor_top = 0.0
  1153. anchor_right = 0.0
  1154. anchor_bottom = 0.0
  1155. margin_left = 10.0
  1156. margin_top = 454.0
  1157. margin_right = 157.0
  1158. margin_bottom = 468.0
  1159. rect_pivot_offset = Vector2( 0, 0 )
  1160. mouse_filter = 2
  1161. mouse_default_cursor_shape = 0
  1162. size_flags_horizontal = 2
  1163. size_flags_vertical = 0
  1164. text = "Vibration Duration:"
  1165. percent_visible = 1.0
  1166. lines_skipped = 0
  1167. max_lines_visible = -1
  1168. [node name="vibration_weak_value" type="SpinBox" parent="vibration" index="3"]
  1169. anchor_left = 0.0
  1170. anchor_top = 0.0
  1171. anchor_right = 0.0
  1172. anchor_bottom = 0.0
  1173. margin_left = 165.0
  1174. margin_top = 370.0
  1175. margin_right = 239.0
  1176. margin_bottom = 394.0
  1177. rect_pivot_offset = Vector2( 0, 0 )
  1178. mouse_filter = 0
  1179. mouse_default_cursor_shape = 0
  1180. size_flags_horizontal = 2
  1181. size_flags_vertical = 2
  1182. min_value = 0.0
  1183. max_value = 1.0
  1184. step = 0.05
  1185. page = 0.0
  1186. value = 1.0
  1187. exp_edit = false
  1188. rounded = false
  1189. editable = true
  1190. prefix = ""
  1191. suffix = ""
  1192. [node name="vibration_strong_value" type="SpinBox" parent="vibration" index="4"]
  1193. anchor_left = 0.0
  1194. anchor_top = 0.0
  1195. anchor_right = 0.0
  1196. anchor_bottom = 0.0
  1197. margin_left = 165.0
  1198. margin_top = 408.0
  1199. margin_right = 239.0
  1200. margin_bottom = 432.0
  1201. rect_pivot_offset = Vector2( 0, 0 )
  1202. mouse_filter = 0
  1203. mouse_default_cursor_shape = 0
  1204. size_flags_horizontal = 2
  1205. size_flags_vertical = 2
  1206. min_value = 0.0
  1207. max_value = 1.0
  1208. step = 0.05
  1209. page = 0.0
  1210. value = 1.0
  1211. exp_edit = false
  1212. rounded = false
  1213. editable = true
  1214. prefix = ""
  1215. suffix = ""
  1216. [node name="vibration_duration_value" type="SpinBox" parent="vibration" index="5"]
  1217. anchor_left = 0.0
  1218. anchor_top = 0.0
  1219. anchor_right = 0.0
  1220. anchor_bottom = 0.0
  1221. margin_left = 165.0
  1222. margin_top = 449.0
  1223. margin_right = 239.0
  1224. margin_bottom = 473.0
  1225. rect_pivot_offset = Vector2( 0, 0 )
  1226. mouse_filter = 0
  1227. mouse_default_cursor_shape = 0
  1228. size_flags_horizontal = 2
  1229. size_flags_vertical = 2
  1230. min_value = 0.0
  1231. max_value = 10.0
  1232. step = 0.1
  1233. page = 0.0
  1234. value = 1.0
  1235. exp_edit = false
  1236. rounded = false
  1237. editable = true
  1238. prefix = ""
  1239. suffix = ""
  1240. [node name="start_vibration" type="Button" parent="vibration" index="6"]
  1241. anchor_left = 0.0
  1242. anchor_top = 0.0
  1243. anchor_right = 0.0
  1244. anchor_bottom = 0.0
  1245. margin_left = 290.0
  1246. margin_top = 400.0
  1247. margin_right = 392.0
  1248. margin_bottom = 420.0
  1249. rect_pivot_offset = Vector2( 0, 0 )
  1250. mouse_filter = 0
  1251. mouse_default_cursor_shape = 0
  1252. size_flags_horizontal = 2
  1253. size_flags_vertical = 2
  1254. toggle_mode = false
  1255. enabled_focus_mode = 0
  1256. shortcut = null
  1257. group = null
  1258. text = "Start Vibration"
  1259. flat = false
  1260. align = 1
  1261. [node name="stop_vibration" type="Button" parent="vibration" index="7"]
  1262. anchor_left = 0.0
  1263. anchor_top = 0.0
  1264. anchor_right = 0.0
  1265. anchor_bottom = 0.0
  1266. margin_left = 408.0
  1267. margin_top = 400.0
  1268. margin_right = 509.0
  1269. margin_bottom = 420.0
  1270. rect_pivot_offset = Vector2( 0, 0 )
  1271. focus_mode = 2
  1272. mouse_filter = 0
  1273. mouse_default_cursor_shape = 0
  1274. size_flags_horizontal = 2
  1275. size_flags_vertical = 2
  1276. toggle_mode = false
  1277. enabled_focus_mode = 2
  1278. shortcut = null
  1279. group = null
  1280. text = "Stop Vibration"
  1281. flat = false
  1282. align = 1
  1283. [connection signal="pressed" from="vibration/start_vibration" to="." method="_on_start_vibration_pressed"]
  1284. [connection signal="pressed" from="vibration/stop_vibration" to="." method="_on_stop_vibration_pressed"]