[gd_scene load_steps=3 format=2] [ext_resource path="res://assets/step_arrow_2048_atlas_texture.tres" type="Texture" id=1] [ext_resource path="res://scenes/JoypadMonitor6Btn.gd" type="Script" id=2] [node name="JoypadMonitor" type="VBoxContainer"] margin_right = 160.0 margin_bottom = 200.0 script = ExtResource( 2 ) [node name="Label" type="Label" parent="."] margin_right = 200.0 margin_bottom = 14.0 text = "Joypad Name" align = 1 [node name="TopRow" type="Control" parent="."] margin_top = 18.0 margin_right = 200.0 margin_bottom = 34.0 rect_min_size = Vector2( 160, 16 ) [node name="lbl_back" type="Label" parent="TopRow"] margin_right = 40.0 margin_bottom = 14.0 text = "BACK" [node name="lbl_start" type="Label" parent="TopRow"] anchor_right = 1.0 margin_bottom = 14.0 text = "START" align = 2 [node name="Grid" type="GridContainer" parent="."] margin_top = 38.0 margin_right = 200.0 margin_bottom = 238.0 rect_min_size = Vector2( 192, 192 ) columns = 3 [node name="up_left" type="Control" parent="Grid"] margin_right = 64.0 margin_bottom = 64.0 rect_min_size = Vector2( 64, 64 ) [node name="up" type="Control" parent="Grid"] margin_left = 68.0 margin_right = 132.0 margin_bottom = 64.0 rect_min_size = Vector2( 64, 64 ) [node name="t" type="TextureRect" parent="Grid/up"] margin_right = 512.0 margin_bottom = 512.0 rect_scale = Vector2( 0.125, 0.125 ) texture = ExtResource( 1 ) stretch_mode = 1 [node name="Label" type="Label" parent="Grid/up"] anchor_right = 1.0 anchor_bottom = 1.0 text = "0.00" align = 1 valign = 1 [node name="up_right" type="Control" parent="Grid"] margin_left = 136.0 margin_right = 200.0 margin_bottom = 64.0 rect_min_size = Vector2( 64, 64 ) [node name="left" type="Control" parent="Grid"] margin_top = 68.0 margin_right = 64.0 margin_bottom = 132.0 rect_min_size = Vector2( 64, 64 ) [node name="t" type="TextureRect" parent="Grid/left"] margin_top = 64.0 margin_right = 512.0 margin_bottom = 576.0 rect_rotation = -90.0 rect_scale = Vector2( 0.125, 0.125 ) texture = ExtResource( 1 ) stretch_mode = 1 [node name="Label" type="Label" parent="Grid/left"] anchor_right = 1.0 anchor_bottom = 1.0 text = "0.00" align = 1 valign = 1 [node name="center" type="Control" parent="Grid"] margin_left = 68.0 margin_top = 68.0 margin_right = 132.0 margin_bottom = 132.0 rect_min_size = Vector2( 64, 64 ) [node name="right" type="Control" parent="Grid"] margin_left = 136.0 margin_top = 68.0 margin_right = 200.0 margin_bottom = 132.0 rect_min_size = Vector2( 64, 64 ) [node name="t" type="TextureRect" parent="Grid/right"] margin_left = 64.0 margin_right = 576.0 margin_bottom = 512.0 rect_rotation = 90.0 rect_scale = Vector2( 0.125, 0.125 ) texture = ExtResource( 1 ) stretch_mode = 1 [node name="Label" type="Label" parent="Grid/right"] anchor_right = 1.0 anchor_bottom = 1.0 text = "0.00" align = 1 valign = 1 [node name="down_left" type="Control" parent="Grid"] margin_top = 136.0 margin_right = 64.0 margin_bottom = 200.0 rect_min_size = Vector2( 64, 64 ) [node name="down" type="Control" parent="Grid"] margin_left = 68.0 margin_top = 136.0 margin_right = 132.0 margin_bottom = 200.0 rect_min_size = Vector2( 64, 64 ) [node name="t" type="TextureRect" parent="Grid/down"] margin_right = 512.0 margin_bottom = 512.0 rect_scale = Vector2( 0.125, 0.125 ) texture = ExtResource( 1 ) stretch_mode = 1 flip_v = true [node name="Label" type="Label" parent="Grid/down"] anchor_right = 1.0 anchor_bottom = 1.0 text = "0.00" align = 1 valign = 1 [node name="down_right" type="Control" parent="Grid"] margin_left = 136.0 margin_top = 136.0 margin_right = 200.0 margin_bottom = 200.0 rect_min_size = Vector2( 64, 64 )