lcb调整

This commit is contained in:
fan 2024-04-19 15:46:44 +08:00
parent 464dd1d593
commit 953167d62c
3 changed files with 9 additions and 12 deletions

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=17 format=3 uid="uid://b41ml6vpfik6v"]
[ext_resource type="Script" path="res://UI/LCB/lcb.gd" id="1_x2nee"]
[ext_resource type="Theme" uid="uid://dn8j4j5ct40v6" path="res://lcb_text.tres" id="2_owxtu"]
[ext_resource type="Theme" uid="uid://dn8j4j5ct40v6" path="res://lcb_text.tres" id="2_pno1b"]
[ext_resource type="Texture2D" uid="uid://cmej8kbdhxqss" path="res://Assets/LCB旋钮孔.png" id="3_g3cqx"]
[ext_resource type="Texture2D" uid="uid://cpukjt3o0dk41" path="res://Assets/LCB旋钮.png" id="4_i7jy7"]
[ext_resource type="Texture2D" uid="uid://b7j3msd4bw0im" path="res://Assets/LCB_Arrow.svg" id="5_l3h46"]
@ -142,7 +142,7 @@ _data = {
}
[node name="LCB" type="Window"]
title = "LCB2"
title = "LCB"
position = Vector2i(0, 36)
size = Vector2i(400, 400)
script = ExtResource("1_x2nee")
@ -150,7 +150,7 @@ script = ExtResource("1_x2nee")
[node name="PanelContainer" type="PanelContainer" parent="."]
offset_right = 400.0
offset_bottom = 400.0
theme = ExtResource("2_owxtu")
theme = ExtResource("2_pno1b")
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
layout_mode = 2
@ -163,7 +163,6 @@ texture = ExtResource("3_g3cqx")
stretch_mode = 5
[node name="TextureRect2" type="TextureRect" parent="."]
visible = false
offset_left = 72.0
offset_top = 72.0
offset_right = 328.0
@ -178,7 +177,7 @@ offset_left = 96.0
offset_top = 147.0
offset_right = 496.0
offset_bottom = 170.0
theme = ExtResource("2_owxtu")
theme = ExtResource("2_pno1b")
text = "隔离"
[node name="Label2" type="Label" parent="."]
@ -186,7 +185,7 @@ offset_left = 179.0
offset_top = 93.0
offset_right = 579.0
offset_bottom = 116.0
theme = ExtResource("2_owxtu")
theme = ExtResource("2_pno1b")
text = "自动"
[node name="Label3" type="Label" parent="."]
@ -195,7 +194,7 @@ offset_left = 278.0
offset_top = 186.0
offset_right = 678.0
offset_bottom = 209.0
theme = ExtResource("2_owxtu")
theme = ExtResource("2_pno1b")
text = "开门"
[node name="Label4" type="Label" parent="."]
@ -203,11 +202,10 @@ offset_left = 262.0
offset_top = 134.0
offset_right = 662.0
offset_bottom = 157.0
theme = ExtResource("2_owxtu")
theme = ExtResource("2_pno1b")
text = "关门"
[node name="LCB2_Right_Rotate" type="Sprite2D" parent="."]
visible = false
modulate = Color(0, 1, 1, 1)
position = Vector2(241, 140)
rotation = 0.968658
@ -216,7 +214,6 @@ texture = ExtResource("5_l3h46")
script = ExtResource("6_bg24u")
[node name="LCB2_Left_Rotate" type="Sprite2D" parent="."]
visible = false
position = Vector2(154, 140)
rotation = -0.961676
scale = Vector2(0.23, 0.23)

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=10 format=3 uid="uid://cmnsn2joxo68l"]
[ext_resource type="PackedScene" uid="uid://b07w0k0uy82f7" path="res://Model/platform/platform.gltf" id="1_5t7j8"]
[ext_resource type="PackedScene" uid="uid://b41ml6vpfik6v" path="res://UI/LCB2/lcb_2.tscn" id="3_f0qkt"]
[ext_resource type="PackedScene" uid="uid://b41ml6vpfik6v" path="res://UI/LCB/lcb.tscn" id="3_f0qkt"]
[ext_resource type="PackedScene" uid="uid://bc2dnsyx16kk6" path="res://sceen/platform/screenDoor.tscn" id="4_507v2"]
[ext_resource type="PackedScene" uid="uid://d167och8l6jms" path="res://UI/station_keys/station_keys_window.tscn" id="4_xd08d"]

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=3 uid="uid://btcksdsburk7t"]
[gd_scene load_steps=11 format=3 uid="uid://btcksdsburk7t"]
[ext_resource type="PackedScene" uid="uid://cmnsn2joxo68l" path="res://sceen/platform/platform.tscn" id="1_rjva4"]
[ext_resource type="PackedScene" uid="uid://d167och8l6jms" path="res://UI/station_keys/station_keys_window.tscn" id="4_wk067"]