1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423 |
- [gd_scene load_steps=3 format=2]
- [ext_resource path="res://joypads.gd" type="Script" id=1]
- [ext_resource path="res://jsdiagram.tscn" type="PackedScene" id=2]
- [node name="joypads" type="Node2D" index="0"]
- script = ExtResource( 1 )
- [node name="diagram" parent="." index="0" instance=ExtResource( 2 )]
- position = Vector2( 400, 200 )
- [node name="device_info" type="Control" parent="." index="1"]
- editor/display_folded = true
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 40.0
- margin_bottom = 40.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- [node name="label_device" type="Label" parent="device_info" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 10.0
- margin_right = 60.0
- margin_bottom = 30.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Device"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="joy_num" type="SpinBox" parent="device_info" index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 65.0
- margin_top = 10.0
- margin_right = 139.0
- margin_bottom = 34.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- min_value = 0.0
- max_value = 16.0
- step = 1.0
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- editable = true
- prefix = ""
- suffix = ""
- [node name="joy_name" type="Label" parent="device_info" index="2"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 35.0
- margin_right = 250.0
- margin_bottom = 50.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- custom_colors/font_color = Color( 0.229156, 1, 0.239205, 1 )
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axes" type="Control" parent="." index="2"]
- editor/display_folded = true
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 40.0
- margin_bottom = 40.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- [node name="axis_prog0" type="ProgressBar" parent="axes" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 60.0
- margin_right = 260.0
- margin_bottom = 76.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog1" type="ProgressBar" parent="axes" index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 80.0
- margin_right = 260.0
- margin_bottom = 96.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog2" type="ProgressBar" parent="axes" index="2"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 100.0
- margin_right = 260.0
- margin_bottom = 116.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog3" type="ProgressBar" parent="axes" index="3"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 120.0
- margin_right = 260.0
- margin_bottom = 136.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog4" type="ProgressBar" parent="axes" index="4"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 140.0
- margin_right = 260.0
- margin_bottom = 156.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog5" type="ProgressBar" parent="axes" index="5"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 160.0
- margin_right = 260.0
- margin_bottom = 176.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog6" type="ProgressBar" parent="axes" index="6"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 180.0
- margin_right = 260.0
- margin_bottom = 196.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog7" type="ProgressBar" parent="axes" index="7"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 200.0
- margin_right = 260.0
- margin_bottom = 216.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog8" type="ProgressBar" parent="axes" index="8"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 220.0
- margin_right = 260.0
- margin_bottom = 236.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog9" type="ProgressBar" parent="axes" index="9"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 240.0
- margin_right = 260.0
- margin_bottom = 256.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_prog10" type="ProgressBar" parent="axes" index="10"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 260.0
- margin_right = 260.0
- margin_bottom = 276.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- min_value = -100.0
- max_value = 100.0
- step = 0.0001
- page = 0.0
- value = 0.0
- exp_edit = false
- rounded = false
- percent_visible = false
- [node name="axis_val0" type="Label" parent="axes" index="11"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 60.0
- margin_right = 260.0
- margin_bottom = 75.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val1" type="Label" parent="axes" index="12"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 80.0
- margin_right = 260.0
- margin_bottom = 95.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val2" type="Label" parent="axes" index="13"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 100.0
- margin_right = 260.0
- margin_bottom = 115.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val3" type="Label" parent="axes" index="14"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 120.0
- margin_right = 260.0
- margin_bottom = 135.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val4" type="Label" parent="axes" index="15"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 140.0
- margin_right = 260.0
- margin_bottom = 155.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val5" type="Label" parent="axes" index="16"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 160.0
- margin_right = 260.0
- margin_bottom = 175.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val6" type="Label" parent="axes" index="17"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 180.0
- margin_right = 260.0
- margin_bottom = 195.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val7" type="Label" parent="axes" index="18"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 200.0
- margin_right = 260.0
- margin_bottom = 215.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val8" type="Label" parent="axes" index="19"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 220.0
- margin_right = 260.0
- margin_bottom = 235.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val9" type="Label" parent="axes" index="20"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 240.0
- margin_right = 260.0
- margin_bottom = 255.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="axis_val10" type="Label" parent="axes" index="21"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 60.0
- margin_top = 260.0
- margin_right = 260.0
- margin_bottom = 275.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis0" type="Label" parent="axes" index="22"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 60.0
- margin_right = 51.0
- margin_bottom = 75.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 0"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis1" type="Label" parent="axes" index="23"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 80.0
- margin_right = 51.0
- margin_bottom = 95.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 1"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis2" type="Label" parent="axes" index="24"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 100.0
- margin_right = 51.0
- margin_bottom = 115.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 2"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis3" type="Label" parent="axes" index="25"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 120.0
- margin_right = 51.0
- margin_bottom = 135.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 3"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis4" type="Label" parent="axes" index="26"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 140.0
- margin_right = 51.0
- margin_bottom = 155.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 4"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis5" type="Label" parent="axes" index="27"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 160.0
- margin_right = 51.0
- margin_bottom = 175.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 5"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis6" type="Label" parent="axes" index="28"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 180.0
- margin_right = 51.0
- margin_bottom = 195.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 6"
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis7" type="Label" parent="axes" index="29"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 200.0
- margin_right = 51.0
- margin_bottom = 215.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 7"
- valign = 2
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis8" type="Label" parent="axes" index="30"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 220.0
- margin_right = 51.0
- margin_bottom = 235.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 8"
- valign = 2
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis9" type="Label" parent="axes" index="31"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 240.0
- margin_right = 51.0
- margin_bottom = 255.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 9"
- valign = 2
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="label_axis10" type="Label" parent="axes" index="32"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 260.0
- margin_right = 51.0
- margin_bottom = 275.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Axis 10"
- valign = 2
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="buttons" type="Control" parent="." index="3"]
- editor/display_folded = true
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 40.0
- margin_bottom = 40.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- [node name="label_buttons" type="Label" parent="buttons" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 290.0
- margin_right = 65.0
- margin_bottom = 304.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Buttons:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn0" type="Label" parent="buttons" index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 20.0
- margin_top = 310.0
- margin_right = 45.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "0"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn1" type="Label" parent="buttons" index="2"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 45.0
- margin_top = 310.0
- margin_right = 70.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "1"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn2" type="Label" parent="buttons" index="3"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 70.0
- margin_top = 310.0
- margin_right = 95.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "2"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn3" type="Label" parent="buttons" index="4"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 95.0
- margin_top = 310.0
- margin_right = 120.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "3"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn4" type="Label" parent="buttons" index="5"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 120.0
- margin_top = 310.0
- margin_right = 145.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "4"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn5" type="Label" parent="buttons" index="6"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 145.0
- margin_top = 310.0
- margin_right = 170.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "5"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn6" type="Label" parent="buttons" index="7"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 170.0
- margin_top = 310.0
- margin_right = 195.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "6"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn7" type="Label" parent="buttons" index="8"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 195.0
- margin_top = 310.0
- margin_right = 220.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "7"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn8" type="Label" parent="buttons" index="9"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 220.0
- margin_top = 310.0
- margin_right = 245.0
- margin_bottom = 324.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "8"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn9" type="Label" parent="buttons" index="10"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 20.0
- margin_top = 330.0
- margin_right = 45.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "9"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn10" type="Label" parent="buttons" index="11"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 45.0
- margin_top = 330.0
- margin_right = 70.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "10"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn11" type="Label" parent="buttons" index="12"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 70.0
- margin_top = 330.0
- margin_right = 95.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "11"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn12" type="Label" parent="buttons" index="13"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 95.0
- margin_top = 330.0
- margin_right = 120.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "12"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn13" type="Label" parent="buttons" index="14"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 120.0
- margin_top = 330.0
- margin_right = 145.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "13"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn14" type="Label" parent="buttons" index="15"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 145.0
- margin_top = 330.0
- margin_right = 170.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "14"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="btn15" type="Label" parent="buttons" index="16"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 170.0
- margin_top = 330.0
- margin_right = 195.0
- margin_bottom = 344.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "15"
- align = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="vibration" type="Control" parent="." index="4"]
- editor/display_folded = true
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 40.0
- margin_bottom = 40.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- [node name="weak_label" type="Label" parent="vibration" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 375.0
- margin_right = 152.0
- margin_bottom = 389.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Vibration Weak Motor:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="strong_label" type="Label" parent="vibration" index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 413.0
- margin_right = 157.0
- margin_bottom = 427.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Vibration Strong Motor:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="duration_label" type="Label" parent="vibration" index="2"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 454.0
- margin_right = 157.0
- margin_bottom = 468.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 0
- text = "Vibration Duration:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="vibration_weak_value" type="SpinBox" parent="vibration" index="3"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 165.0
- margin_top = 370.0
- margin_right = 239.0
- margin_bottom = 394.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- min_value = 0.0
- max_value = 1.0
- step = 0.05
- page = 0.0
- value = 1.0
- exp_edit = false
- rounded = false
- editable = true
- prefix = ""
- suffix = ""
- [node name="vibration_strong_value" type="SpinBox" parent="vibration" index="4"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 165.0
- margin_top = 408.0
- margin_right = 239.0
- margin_bottom = 432.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- min_value = 0.0
- max_value = 1.0
- step = 0.05
- page = 0.0
- value = 1.0
- exp_edit = false
- rounded = false
- editable = true
- prefix = ""
- suffix = ""
- [node name="vibration_duration_value" type="SpinBox" parent="vibration" index="5"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 165.0
- margin_top = 449.0
- margin_right = 239.0
- margin_bottom = 473.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- min_value = 0.0
- max_value = 10.0
- step = 0.1
- page = 0.0
- value = 1.0
- exp_edit = false
- rounded = false
- editable = true
- prefix = ""
- suffix = ""
- [node name="start_vibration" type="Button" parent="vibration" index="6"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 290.0
- margin_top = 400.0
- margin_right = 392.0
- margin_bottom = 420.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- toggle_mode = false
- enabled_focus_mode = 0
- shortcut = null
- group = null
- text = "Start Vibration"
- flat = false
- align = 1
- [node name="stop_vibration" type="Button" parent="vibration" index="7"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 408.0
- margin_top = 400.0
- margin_right = 509.0
- margin_bottom = 420.0
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- toggle_mode = false
- enabled_focus_mode = 2
- shortcut = null
- group = null
- text = "Stop Vibration"
- flat = false
- align = 1
- [connection signal="pressed" from="vibration/start_vibration" to="." method="_on_start_vibration_pressed"]
- [connection signal="pressed" from="vibration/stop_vibration" to="." method="_on_stop_vibration_pressed"]
|