61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://gjmtus0cnppi"]
|
|
|
|
[ext_resource type="Script" path="res://sceen/platform/TextureRect.gd" id="2_3cpku"]
|
|
[ext_resource type="Texture2D" uid="uid://conkf5pl66e10" path="res://Assets/jjtc/jjtc_lockArea.png" id="3_0sd1y"]
|
|
[ext_resource type="Texture2D" uid="uid://dwo21aihhep0w" path="res://Assets/jjtc/jjtc_ky.png" id="3_cilkf"]
|
|
[ext_resource type="Texture2D" uid="uid://b7j3msd4bw0im" path="res://Assets/LCB_Arrow.svg" id="4_xrw3n"]
|
|
|
|
[node name="jjlc" type="Window"]
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(570, 512)
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
anchors_preset = -1
|
|
anchor_right = 1.00351
|
|
anchor_bottom = 1.0
|
|
grow_vertical = 2
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 60
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="PanelContainer/VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_3cpku")
|
|
|
|
[node name="Close_Click_Area" type="TextureRect" parent="."]
|
|
offset_left = 390.0
|
|
offset_top = 55.0
|
|
offset_right = 470.0
|
|
offset_bottom = 530.0
|
|
texture = ExtResource("3_0sd1y")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_left = 146.0
|
|
offset_top = 234.0
|
|
offset_right = 210.0
|
|
offset_bottom = 254.0
|
|
texture = ExtResource("3_cilkf")
|
|
|
|
[node name="JJLC_Right_Rotate" type="Sprite2D" parent="."]
|
|
position = Vector2(224, 210)
|
|
rotation = 0.912807
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("4_xrw3n")
|
|
|
|
[node name="JJLC_Left_Rotate" type="Sprite2D" parent="."]
|
|
position = Vector2(132, 210)
|
|
rotation = -0.912807
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("4_xrw3n")
|
|
flip_h = true
|
|
|
|
[connection signal="gui_input" from="Close_Click_Area" to="PanelContainer/VBoxContainer/MarginContainer/TextureRect" method="_on_close_click_area_gui_input"]
|
|
[connection signal="mouse_entered" from="Close_Click_Area" to="PanelContainer/VBoxContainer/MarginContainer/TextureRect" method="_on_close_click_area_mouse_entered"]
|
|
[connection signal="mouse_exited" from="Close_Click_Area" to="PanelContainer/VBoxContainer/MarginContainer/TextureRect" method="_on_close_click_area_mouse_exited"]
|
|
[connection signal="gui_input" from="TextureRect" to="PanelContainer/VBoxContainer/MarginContainer/TextureRect" method="_on_texture_rect_gui_input"]
|