2024-11-04 00:29:58 +01:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2024-01-27 05:38:12 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[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]
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Gamepadtest" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-11-04 00:29:58 +01:00
|
|
|
script = ExtResource( 4 )
|
2024-01-27 05:38:12 +01:00
|
|
|
|
2024-03-08 02:29:09 +01:00
|
|
|
[node name="Night Sky" type="TextureRect" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
|
|
|
texture = ExtResource( 3 )
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Game name" type="Label" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 20.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 90.0
|
|
|
|
custom_fonts/font = ExtResource( 2 )
|
2024-04-21 03:56:48 +02:00
|
|
|
text = "BUTTON_GAMEPADTEST"
|
2024-11-04 00:29:58 +01:00
|
|
|
align = 1
|
|
|
|
valign = 1
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Info" type="Label" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_left = 28.0
|
|
|
|
margin_top = 94.0
|
|
|
|
margin_right = 322.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Stop" type="Label" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_left = 5.0
|
|
|
|
margin_top = 672.0
|
|
|
|
margin_right = 444.0
|
|
|
|
margin_bottom = 708.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-04-21 03:56:48 +02:00
|
|
|
text = "BUTTON_GAMEPADTEST_DONE"
|
2024-01-27 05:38:12 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[node name="BoxContainer" type="HBoxContainer" parent="."]
|
|
|
|
margin_left = 640.0
|
|
|
|
margin_top = 301.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="BoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 419.0
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Left X Axis" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
text = "Left X Axis"
|
|
|
|
|
|
|
|
[node name="Left Y Axis" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 28.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 52.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
text = "Left Y Axis"
|
|
|
|
|
|
|
|
[node name="DPAD Up" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 56.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 80.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
text = "DPAD Up"
|
|
|
|
|
|
|
|
[node name="DPAD Left" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 84.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 108.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "DPAD Left"
|
|
|
|
|
|
|
|
[node name="Left Trigger" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 112.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 136.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Left Trigger"
|
|
|
|
|
|
|
|
[node name="Left Shoulder" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 140.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Left Shoulder"
|
|
|
|
|
|
|
|
[node name="Left Stick" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 168.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 192.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Left Stick"
|
|
|
|
|
|
|
|
[node name="View" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 196.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 220.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "View"
|
|
|
|
|
|
|
|
[node name="X" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 224.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 248.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "X"
|
|
|
|
|
|
|
|
[node name="A" type="Label" parent="BoxContainer/VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 252.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 276.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "A"
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="BoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_left = 138.0
|
|
|
|
margin_right = 288.0
|
|
|
|
margin_bottom = 419.0
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="Right X Axis" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
text = "Right X Axis"
|
|
|
|
|
|
|
|
[node name="Right Y Axis" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 28.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 52.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 05:38:12 +01:00
|
|
|
text = "Right Y Axis"
|
|
|
|
|
|
|
|
[node name="DPAD Down" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 56.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 80.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
|
|
|
text = "DPAD Down"
|
2024-01-27 05:38:12 +01:00
|
|
|
|
|
|
|
[node name="DPAD Right" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 84.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 108.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "DPAD Right"
|
|
|
|
|
|
|
|
[node name="Right Trigger" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 112.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 136.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Right Trigger"
|
|
|
|
|
|
|
|
[node name="Right Shoulder" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 140.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Right Shoulder"
|
|
|
|
|
|
|
|
[node name="Right Stick" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 168.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 192.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Right Stick"
|
|
|
|
|
|
|
|
[node name="Menu" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 196.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 220.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Menu"
|
|
|
|
|
|
|
|
[node name="Y" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 224.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 248.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "Y"
|
|
|
|
|
|
|
|
[node name="B" type="Label" parent="BoxContainer/VBoxContainer2"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 252.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 276.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-01-27 17:06:31 +01:00
|
|
|
text = "B"
|
2024-01-27 05:38:12 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 5 )]
|