diff options
Diffstat (limited to 'client/gui/overlays/controls_visualization/controller/controller_explanation.tscn')
| -rw-r--r-- | client/gui/overlays/controls_visualization/controller/controller_explanation.tscn | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn b/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn index 410f2592..dbe17ee3 100644 --- a/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn +++ b/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://ceex0cpjrb81p"] +[gd_scene format=3 uid="uid://ceex0cpjrb81p"] [ext_resource type="Script" uid="uid://dsg537e6dc68" path="res://gui/overlays/controls_visualization/controller/controller_explanation.gd" id="1_n0s1n"] [ext_resource type="FontVariation" uid="uid://cl6m4hqsnrpav" path="res://gui/resources/fonts/sansita-swashed-bold.tres" id="2_ewgm4"] [ext_resource type="Texture2D" uid="uid://cf8hrxilqe2ih" path="res://gui/overlays/controls_visualization/arrow.svg" id="3_565r1"] [ext_resource type="Texture2D" uid="uid://doo07i13vtb34" path="res://gui/overlays/controls_visualization/controller/controller.svg" id="5_nalwd"] -[node name="ControllerExplanation" type="Control"] +[node name="ControllerExplanation" type="Control" unique_id=225005545] custom_minimum_size = Vector2(0, 450) layout_mode = 3 anchors_preset = 15 @@ -16,7 +16,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_n0s1n") -[node name="Control" type="Control" parent="."] +[node name="Control" type="Control" parent="." unique_id=612138847] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -26,40 +26,40 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Node2D" type="Node2D" parent="Control"] +[node name="Node2D" type="Node2D" parent="Control" unique_id=1382260045] position = Vector2(0, 50) -[node name="Controller" type="Sprite2D" parent="Control/Node2D"] +[node name="Controller" type="Sprite2D" parent="Control/Node2D" unique_id=443484705] scale = Vector2(0.4, 0.4) texture = ExtResource("5_nalwd") -[node name="Arrow" type="Sprite2D" parent="Control/Node2D"] +[node name="Arrow" type="Sprite2D" parent="Control/Node2D" unique_id=2024226522] position = Vector2(-250, -150) rotation = 1.5707964 scale = Vector2(0.5, 0.5) texture = ExtResource("3_565r1") -[node name="Arrow4" type="Sprite2D" parent="Control/Node2D"] +[node name="Arrow4" type="Sprite2D" parent="Control/Node2D" unique_id=366803430] position = Vector2(45, -150) scale = Vector2(0.5, -0.5) texture = ExtResource("3_565r1") -[node name="Arrow2" type="Sprite2D" parent="Control/Node2D"] +[node name="Arrow2" type="Sprite2D" parent="Control/Node2D" unique_id=2011085377] position = Vector2(260, -140) rotation = 1.5707963 scale = Vector2(0.5, -0.5) texture = ExtResource("3_565r1") -[node name="Arrow3" type="Sprite2D" parent="Control/Node2D"] +[node name="Arrow3" type="Sprite2D" parent="Control/Node2D" unique_id=1350514919] position = Vector2(215, 20) rotation = -1.5707964 scale = Vector2(0.5, 0.5) texture = ExtResource("3_565r1") -[node name="Move" type="Node2D" parent="Control/Node2D"] +[node name="Move" type="Node2D" parent="Control/Node2D" unique_id=1101261466] position = Vector2(-330, -175) -[node name="Label" type="Label" parent="Control/Node2D/Move"] +[node name="Label" type="Label" parent="Control/Node2D/Move" unique_id=1806122210] anchors_preset = 6 anchor_left = 1.0 anchor_top = 0.5 @@ -75,10 +75,10 @@ theme_override_font_sizes/font_size = 40 text = "c.controls_explanation.move" horizontal_alignment = 2 -[node name="Boost" type="Node2D" parent="Control/Node2D"] +[node name="Boost" type="Node2D" parent="Control/Node2D" unique_id=1174801668] position = Vector2(335, -165) -[node name="Label" type="Label" parent="Control/Node2D/Boost"] +[node name="Label" type="Label" parent="Control/Node2D/Boost" unique_id=372533033] anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 @@ -90,10 +90,10 @@ theme_override_fonts/font = ExtResource("2_ewgm4") theme_override_font_sizes/font_size = 40 text = "c.controls_explanation.boost" -[node name="InteractRight" type="Node2D" parent="Control/Node2D"] +[node name="InteractRight" type="Node2D" parent="Control/Node2D" unique_id=629169846] position = Vector2(290, 25) -[node name="Label" type="Label" parent="Control/Node2D/InteractRight"] +[node name="Label" type="Label" parent="Control/Node2D/InteractRight" unique_id=1237574916] anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 @@ -105,10 +105,10 @@ theme_override_fonts/font = ExtResource("2_ewgm4") theme_override_font_sizes/font_size = 40 text = "c.controls_explanation.interact_right" -[node name="InteractLeft" type="Node2D" parent="Control/Node2D"] +[node name="InteractLeft" type="Node2D" parent="Control/Node2D" unique_id=1696365379] position = Vector2(20, -250) -[node name="Label" type="Label" parent="Control/Node2D/InteractLeft"] +[node name="Label" type="Label" parent="Control/Node2D/InteractLeft" unique_id=558541274] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 |