|
1 | | -[gd_scene load_steps=4 format=3 uid="uid://bew23sumjs0fg"] |
| 1 | +[gd_scene load_steps=9 format=3 uid="uid://bew23sumjs0fg"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" path="res://scenes/Remapping/ControlSettings.cs" id="1_ir12b"] |
4 | 4 | [ext_resource type="Script" path="res://scenes/Remapping/ControlSchemes.cs" id="1_n6sxo"] |
5 | 5 | [ext_resource type="Script" path="res://scenes/SceneTransitions/scripts/SceneChange.cs" id="2_oippk"] |
| 6 | +[ext_resource type="Texture2D" uid="uid://xtygvpk7s8e4" path="res://scenes/NoteManager/assets/outline_white.png" id="4_se2m3"] |
| 7 | +[ext_resource type="Texture2D" uid="uid://cr6wtf6j6dcfg" path="res://scenes/Remapping/assets/Arrow_Left_Key_Light.png" id="5_xn13c"] |
| 8 | +[ext_resource type="Texture2D" uid="uid://q14p8ypgc43t" path="res://scenes/Remapping/assets/Arrow_Down_Key_Light.png" id="6_qrl0g"] |
| 9 | +[ext_resource type="Texture2D" uid="uid://p06451gq2ujc" path="res://scenes/Remapping/assets/Arrow_Up_Key_Light.png" id="7_1a2jy"] |
| 10 | +[ext_resource type="Texture2D" uid="uid://dvlekute37smy" path="res://scenes/Remapping/assets/Arrow_Right_Key_Light.png" id="8_o7swo"] |
6 | 11 |
|
7 | | -[node name="Remap" type="Node2D"] |
| 12 | +[node name="Remap" type="Node2D" node_paths=PackedStringArray("leftKey", "rightKey", "upKey", "downKey")] |
8 | 13 | script = ExtResource("1_ir12b") |
| 14 | +leftKey = NodePath("Panel/Control/LeftRemap") |
| 15 | +rightKey = NodePath("Panel/Control/RightRemap") |
| 16 | +upKey = NodePath("Panel/Control/UpRemap") |
| 17 | +downKey = NodePath("Panel/Control/DownRemap") |
9 | 18 |
|
10 | 19 | [node name="Panel" type="Panel" parent="."] |
11 | 20 | offset_left = 4.0 |
@@ -54,3 +63,78 @@ offset_right = 607.0 |
54 | 63 | offset_bottom = 322.0 |
55 | 64 | text = "Return to Title Screen" |
56 | 65 | script = ExtResource("2_oippk") |
| 66 | + |
| 67 | +[node name="Control" type="Control" parent="Panel"] |
| 68 | +layout_mode = 3 |
| 69 | +anchors_preset = 0 |
| 70 | +offset_left = -4.0 |
| 71 | +offset_top = -4.0 |
| 72 | +offset_right = 36.0 |
| 73 | +offset_bottom = 36.0 |
| 74 | + |
| 75 | +[node name="Right" type="Sprite2D" parent="Panel/Control"] |
| 76 | +position = Vector2(67, 85) |
| 77 | +rotation = -3.14159 |
| 78 | +texture = ExtResource("4_se2m3") |
| 79 | + |
| 80 | +[node name="Left" type="Sprite2D" parent="Panel/Control"] |
| 81 | +position = Vector2(67, 139) |
| 82 | +rotation = 1.5708 |
| 83 | +texture = ExtResource("4_se2m3") |
| 84 | + |
| 85 | +[node name="Up" type="Sprite2D" parent="Panel/Control"] |
| 86 | +position = Vector2(67, 196) |
| 87 | +rotation = -1.5708 |
| 88 | +texture = ExtResource("4_se2m3") |
| 89 | + |
| 90 | +[node name="Down" type="Sprite2D" parent="Panel/Control"] |
| 91 | +position = Vector2(68, 249) |
| 92 | +texture = ExtResource("4_se2m3") |
| 93 | + |
| 94 | +[node name="Label" type="Label" parent="Panel/Control"] |
| 95 | +offset_left = 95.0 |
| 96 | +offset_top = 74.0 |
| 97 | +offset_right = 108.0 |
| 98 | +offset_bottom = 97.0 |
| 99 | +text = "=" |
| 100 | + |
| 101 | +[node name="Label2" type="Label" parent="Panel/Control"] |
| 102 | +offset_left = 94.0 |
| 103 | +offset_top = 128.0 |
| 104 | +offset_right = 107.0 |
| 105 | +offset_bottom = 151.0 |
| 106 | +text = "=" |
| 107 | + |
| 108 | +[node name="Label3" type="Label" parent="Panel/Control"] |
| 109 | +offset_left = 96.0 |
| 110 | +offset_top = 187.0 |
| 111 | +offset_right = 109.0 |
| 112 | +offset_bottom = 210.0 |
| 113 | +text = "=" |
| 114 | + |
| 115 | +[node name="Label4" type="Label" parent="Panel/Control"] |
| 116 | +offset_left = 96.0 |
| 117 | +offset_top = 239.0 |
| 118 | +offset_right = 109.0 |
| 119 | +offset_bottom = 262.0 |
| 120 | +text = "=" |
| 121 | + |
| 122 | +[node name="LeftRemap" type="Sprite2D" parent="Panel/Control"] |
| 123 | +position = Vector2(147, 87) |
| 124 | +scale = Vector2(0.62, 0.62) |
| 125 | +texture = ExtResource("5_xn13c") |
| 126 | + |
| 127 | +[node name="DownRemap" type="Sprite2D" parent="Panel/Control"] |
| 128 | +position = Vector2(148, 139) |
| 129 | +scale = Vector2(0.62, 0.62) |
| 130 | +texture = ExtResource("6_qrl0g") |
| 131 | + |
| 132 | +[node name="UpRemap" type="Sprite2D" parent="Panel/Control"] |
| 133 | +position = Vector2(148, 197) |
| 134 | +scale = Vector2(0.62, 0.62) |
| 135 | +texture = ExtResource("7_1a2jy") |
| 136 | + |
| 137 | +[node name="RightRemap" type="Sprite2D" parent="Panel/Control"] |
| 138 | +position = Vector2(150, 255) |
| 139 | +scale = Vector2(0.62, 0.62) |
| 140 | +texture = ExtResource("8_o7swo") |
0 commit comments