[gd_scene load_steps=6 format=2] [ext_resource path="res://fonts/about.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/start.tres" type="DynamicFont" id=2] [ext_resource path="res://backgounds/night-sky-at-ceres.jpg" type="Texture" id=3] [ext_resource path="res://levels/ui/gamepadtest.gd" type="Script" id=4] [ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=5] [node name="Gamepadtest" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 4 ) [node name="Night Sky" type="TextureRect" parent="."] margin_right = 1280.0 margin_bottom = 720.0 texture = ExtResource( 3 ) [node name="Label" type="Label" parent="."] margin_right = 40.0 margin_bottom = 14.0 custom_fonts/font = ExtResource( 1 ) [node name="Game name" type="Label" parent="."] margin_top = 20.0 margin_right = 1280.0 margin_bottom = 90.0 custom_fonts/font = ExtResource( 2 ) text = "BUTTON_GAMEPADTEST" align = 1 valign = 1 [node name="Info" type="Label" parent="."] margin_left = 28.0 margin_top = 94.0 margin_right = 322.0 margin_bottom = 164.0 custom_fonts/font = ExtResource( 1 ) [node name="Stop" type="Label" parent="."] margin_left = 5.0 margin_top = 672.0 margin_right = 444.0 margin_bottom = 708.0 custom_fonts/font = ExtResource( 1 ) text = "BUTTON_GAMEPADTEST_DONE" [node name="BoxContainer" type="HBoxContainer" parent="."] margin_left = 640.0 margin_top = 301.0 margin_right = 1280.0 margin_bottom = 720.0 [node name="VBoxContainer" type="VBoxContainer" parent="BoxContainer"] margin_right = 134.0 margin_bottom = 419.0 [node name="Left X Axis" type="Label" parent="BoxContainer/VBoxContainer"] margin_right = 134.0 margin_bottom = 24.0 custom_fonts/font = ExtResource( 1 ) text = "Left X Axis" [node name="Left Y Axis" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 28.0 margin_right = 134.0 margin_bottom = 52.0 custom_fonts/font = ExtResource( 1 ) text = "Left Y Axis" [node name="DPAD Up" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 56.0 margin_right = 134.0 margin_bottom = 80.0 custom_fonts/font = ExtResource( 1 ) text = "DPAD Up" [node name="DPAD Left" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 84.0 margin_right = 134.0 margin_bottom = 108.0 custom_fonts/font = ExtResource( 1 ) text = "DPAD Left" [node name="Left Trigger" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 112.0 margin_right = 134.0 margin_bottom = 136.0 custom_fonts/font = ExtResource( 1 ) text = "Left Trigger" [node name="Left Shoulder" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 140.0 margin_right = 134.0 margin_bottom = 164.0 custom_fonts/font = ExtResource( 1 ) text = "Left Shoulder" [node name="Left Stick" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 168.0 margin_right = 134.0 margin_bottom = 192.0 custom_fonts/font = ExtResource( 1 ) text = "Left Stick" [node name="View" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 196.0 margin_right = 134.0 margin_bottom = 220.0 custom_fonts/font = ExtResource( 1 ) text = "View" [node name="X" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 224.0 margin_right = 134.0 margin_bottom = 248.0 custom_fonts/font = ExtResource( 1 ) text = "X" [node name="A" type="Label" parent="BoxContainer/VBoxContainer"] margin_top = 252.0 margin_right = 134.0 margin_bottom = 276.0 custom_fonts/font = ExtResource( 1 ) text = "A" [node name="VBoxContainer2" type="VBoxContainer" parent="BoxContainer"] margin_left = 138.0 margin_right = 288.0 margin_bottom = 419.0 [node name="Right X Axis" type="Label" parent="BoxContainer/VBoxContainer2"] margin_right = 150.0 margin_bottom = 24.0 custom_fonts/font = ExtResource( 1 ) text = "Right X Axis" [node name="Right Y Axis" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 28.0 margin_right = 150.0 margin_bottom = 52.0 custom_fonts/font = ExtResource( 1 ) text = "Right Y Axis" [node name="DPAD Down" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 56.0 margin_right = 150.0 margin_bottom = 80.0 custom_fonts/font = ExtResource( 1 ) text = "DPAD Down" [node name="DPAD Right" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 84.0 margin_right = 150.0 margin_bottom = 108.0 custom_fonts/font = ExtResource( 1 ) text = "DPAD Right" [node name="Right Trigger" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 112.0 margin_right = 150.0 margin_bottom = 136.0 custom_fonts/font = ExtResource( 1 ) text = "Right Trigger" [node name="Right Shoulder" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 140.0 margin_right = 150.0 margin_bottom = 164.0 custom_fonts/font = ExtResource( 1 ) text = "Right Shoulder" [node name="Right Stick" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 168.0 margin_right = 150.0 margin_bottom = 192.0 custom_fonts/font = ExtResource( 1 ) text = "Right Stick" [node name="Menu" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 196.0 margin_right = 150.0 margin_bottom = 220.0 custom_fonts/font = ExtResource( 1 ) text = "Menu" [node name="Y" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 224.0 margin_right = 150.0 margin_bottom = 248.0 custom_fonts/font = ExtResource( 1 ) text = "Y" [node name="B" type="Label" parent="BoxContainer/VBoxContainer2"] margin_top = 252.0 margin_right = 150.0 margin_bottom = 276.0 custom_fonts/font = ExtResource( 1 ) text = "B" [node name="Bottomhud" parent="." instance=ExtResource( 5 )]