r3-next/levels/gamepadtest.tscn
2024-10-29 14:37:39 -07:00

204 lines
5.5 KiB
Text

[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/nebula_-_6044 (720p).ogv" type="VideoStream" id=3]
[ext_resource path="res://levels/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="nebula" type="VideoPlayer" parent="."]
margin_right = 1280.0
margin_bottom = 720.0
stream = ExtResource( 3 )
autoplay = true
loop = true
[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_left = 407.0
margin_top = 70.0
margin_right = 796.0
margin_bottom = 140.0
custom_fonts/font = ExtResource( 2 )
text = "Gamepad Test"
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 = "Press Escape or A + B to return"
[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 = 123.0
margin_bottom = 419.0
[node name="Left X Axis" type="Label" parent="BoxContainer/VBoxContainer"]
margin_right = 123.0
margin_bottom = 28.0
custom_fonts/font = ExtResource( 1 )
text = "Left X Axis"
[node name="Left Y Axis" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 32.0
margin_right = 123.0
margin_bottom = 60.0
custom_fonts/font = ExtResource( 1 )
text = "Left Y Axis"
[node name="DPAD Up" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 64.0
margin_right = 123.0
margin_bottom = 92.0
custom_fonts/font = ExtResource( 1 )
text = "DPAD Up"
[node name="DPAD Left" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 96.0
margin_right = 123.0
margin_bottom = 124.0
custom_fonts/font = ExtResource( 1 )
text = "DPAD Left"
[node name="Left Trigger" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 128.0
margin_right = 123.0
margin_bottom = 156.0
custom_fonts/font = ExtResource( 1 )
text = "Left Trigger"
[node name="Left Shoulder" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 160.0
margin_right = 123.0
margin_bottom = 188.0
custom_fonts/font = ExtResource( 1 )
text = "Left Shoulder"
[node name="Left Stick" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 192.0
margin_right = 123.0
margin_bottom = 220.0
custom_fonts/font = ExtResource( 1 )
text = "Left Stick"
[node name="View" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 224.0
margin_right = 123.0
margin_bottom = 252.0
custom_fonts/font = ExtResource( 1 )
text = "View"
[node name="X" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 256.0
margin_right = 123.0
margin_bottom = 284.0
custom_fonts/font = ExtResource( 1 )
text = "X"
[node name="A" type="Label" parent="BoxContainer/VBoxContainer"]
margin_top = 288.0
margin_right = 123.0
margin_bottom = 316.0
custom_fonts/font = ExtResource( 1 )
text = "A"
[node name="VBoxContainer2" type="VBoxContainer" parent="BoxContainer"]
margin_left = 127.0
margin_right = 262.0
margin_bottom = 419.0
[node name="Right X Axis" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_right = 135.0
margin_bottom = 28.0
custom_fonts/font = ExtResource( 1 )
text = "Right X Axis"
[node name="Right Y Axis" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 32.0
margin_right = 135.0
margin_bottom = 60.0
custom_fonts/font = ExtResource( 1 )
text = "Right Y Axis"
[node name="DPAD Down" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 64.0
margin_right = 135.0
margin_bottom = 92.0
custom_fonts/font = ExtResource( 1 )
text = "DPAD Down"
[node name="DPAD Right" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 96.0
margin_right = 135.0
margin_bottom = 124.0
custom_fonts/font = ExtResource( 1 )
text = "DPAD Right"
[node name="Right Trigger" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 128.0
margin_right = 135.0
margin_bottom = 156.0
custom_fonts/font = ExtResource( 1 )
text = "Right Trigger"
[node name="Right Shoulder" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 160.0
margin_right = 135.0
margin_bottom = 188.0
custom_fonts/font = ExtResource( 1 )
text = "Right Shoulder"
[node name="Right Stick" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 192.0
margin_right = 135.0
margin_bottom = 220.0
custom_fonts/font = ExtResource( 1 )
text = "Right Stick"
[node name="Menu" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 224.0
margin_right = 135.0
margin_bottom = 252.0
custom_fonts/font = ExtResource( 1 )
text = "Menu"
[node name="Y" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 256.0
margin_right = 135.0
margin_bottom = 284.0
custom_fonts/font = ExtResource( 1 )
text = "Y"
[node name="B" type="Label" parent="BoxContainer/VBoxContainer2"]
margin_top = 288.0
margin_right = 135.0
margin_bottom = 316.0
custom_fonts/font = ExtResource( 1 )
text = "B"
[node name="Bottomhud" parent="." instance=ExtResource( 5 )]