84 lines
3.1 KiB
Plaintext
84 lines
3.1 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://84vxs0ksabkq"]
|
|
|
|
[ext_resource type="Script" path="res://Modules/tabs.gd" id="1_3e4pr"]
|
|
[ext_resource type="Texture2D" uid="uid://cpdf3vws5so12" path="res://pad_hmi_ui/home/home_btn_bg.png" id="2_m8tmb"]
|
|
[ext_resource type="Script" path="res://Modules/buttonItem.gd" id="3_6npc4"]
|
|
[ext_resource type="Texture2D" uid="uid://dgqqrjo65yjsg" path="res://pad_hmi_ui/home/home_btn_high.png" id="3_264m1"]
|
|
[ext_resource type="Texture2D" uid="uid://cttmncxtwl5ts" path="res://pad_hmi_ui/home/information_btn_dis.png" id="4_s3m1f"]
|
|
[ext_resource type="Texture2D" uid="uid://coguqsuv80sih" path="res://pad_hmi_ui/home/home_btn_dis.png" id="5_jj32h"]
|
|
[ext_resource type="Texture2D" uid="uid://b1us3itwpt0qq" path="res://pad_hmi_ui/home/setting_btn_dis.png" id="5_ju30n"]
|
|
[ext_resource type="Texture2D" uid="uid://bv773cosq5s18" path="res://pad_hmi_ui/information/information_btn_high.png" id="6_kiwj3"]
|
|
[ext_resource type="Texture2D" uid="uid://bh7khkit2o5js" path="res://pad_hmi_ui/setting/setting_btn_high.png" id="8_vkhw5"]
|
|
|
|
[node name="Tabs" type="MarginContainer" node_paths=PackedStringArray("nodearr")]
|
|
offset_right = 105.0
|
|
offset_bottom = 477.0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
script = ExtResource("1_3e4pr")
|
|
nodearr = [NodePath("VBoxContainer/Home"), NodePath("VBoxContainer/VehicleInformation"), NodePath("VBoxContainer/SetUp")]
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control"]
|
|
layout_mode = 1
|
|
offset_right = 105.0
|
|
offset_bottom = 105.0
|
|
pivot_offset = Vector2(52, 52)
|
|
texture = ExtResource("2_m8tmb")
|
|
expand_mode = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 81
|
|
|
|
[node name="Home" type="MarginContainer" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(105, 105)
|
|
layout_mode = 2
|
|
script = ExtResource("3_6npc4")
|
|
SelectTexture = ExtResource("3_264m1")
|
|
UnSelectTexture = ExtResource("5_jj32h")
|
|
is_Scale = true
|
|
is_Rotation = true
|
|
size_max = 2.0
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="VBoxContainer/Home"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("5_jj32h")
|
|
|
|
[node name="VehicleInformation" type="MarginContainer" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(105, 105)
|
|
layout_mode = 2
|
|
script = ExtResource("3_6npc4")
|
|
SelectTexture = ExtResource("6_kiwj3")
|
|
UnSelectTexture = ExtResource("4_s3m1f")
|
|
is_Scale = true
|
|
is_Rotation = true
|
|
size_max = 2.0
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="VBoxContainer/VehicleInformation"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("4_s3m1f")
|
|
|
|
[node name="SetUp" type="MarginContainer" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(105, 105)
|
|
layout_mode = 2
|
|
script = ExtResource("3_6npc4")
|
|
SelectTexture = ExtResource("8_vkhw5")
|
|
UnSelectTexture = ExtResource("5_ju30n")
|
|
is_Scale = true
|
|
is_Rotation = true
|
|
size_max = 2.0
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="VBoxContainer/SetUp"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("5_ju30n")
|