98 lines
3.4 KiB
Plaintext
98 lines
3.4 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://b75gufapo12p7"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://djduptonofbh4" path="res://sources/menus/components/code_keyboard.tscn" id="1_2c1xf"]
|
|
[ext_resource type="Script" path="res://sources/menus/adult_check/adult_check.gd" id="1_wqrmw"]
|
|
[ext_resource type="Texture2D" uid="uid://wtx3wqs0l4si" path="res://assets/minigames/minigame_ui/graphic/button_back_up.png" id="2_tyffq"]
|
|
[ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_whxas"]
|
|
[ext_resource type="PackedScene" uid="uid://dxc82xcl7jncd" path="res://sources/menus/main/plants/palm.tscn" id="3_pni2u"]
|
|
[ext_resource type="Texture2D" uid="uid://cbhip35yyqneg" path="res://assets/minigames/minigame_ui/graphic/button_back_down.png" id="3_ui1cy"]
|
|
[ext_resource type="Texture2D" uid="uid://tcapan0mj64o" path="res://assets/minigames/minigame_ui/graphic/button_back_disabled.png" id="4_cnq3y"]
|
|
|
|
[node name="AdultCheck" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_wqrmw")
|
|
|
|
[node name="Background" parent="." instance=ExtResource("2_whxas")]
|
|
layout_mode = 1
|
|
|
|
[node name="Palm" parent="Background" instance=ExtResource("3_pni2u")]
|
|
position = Vector2(1280, 1792)
|
|
scale = Vector2(2.5, 2.5)
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.19375
|
|
anchor_top = 0.102222
|
|
anchor_right = 0.807031
|
|
anchor_bottom = 0.391111
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_type_variation = &"PanelKalulu"
|
|
|
|
[node name="LabelContainer" type="MarginContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 25
|
|
theme_override_constants/margin_right = 25
|
|
|
|
[node name="PasswordLabel" type="Label" parent="PanelContainer/LabelContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(1500, 500)
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_font_sizes/font_size = 70
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
autowrap_mode = 2
|
|
|
|
[node name="CodeKeyboard" parent="." instance=ExtResource("1_2c1xf")]
|
|
unique_name_in_owner = true
|
|
anchors_preset = 0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_right = 2560.0
|
|
offset_bottom = 1800.0
|
|
grow_horizontal = 1
|
|
grow_vertical = 0
|
|
|
|
[node name="PasswordVisualizer" parent="CodeKeyboard" index="0"]
|
|
offset_left = -376.0
|
|
offset_top = -164.0
|
|
offset_right = 376.0
|
|
offset_bottom = 56.0
|
|
key_size = 200
|
|
|
|
[node name="InterfaceLeft" type="MarginContainer" parent="."]
|
|
custom_minimum_size = Vector2(450, 0)
|
|
layout_mode = 1
|
|
anchors_preset = 9
|
|
anchor_bottom = 1.0
|
|
offset_right = 450.0
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 50
|
|
theme_override_constants/margin_top = 50
|
|
theme_override_constants/margin_right = 50
|
|
theme_override_constants/margin_bottom = 50
|
|
|
|
[node name="Container" type="VBoxContainer" parent="InterfaceLeft"]
|
|
layout_mode = 2
|
|
|
|
[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
size_flags_stretch_ratio = 4.0
|
|
texture_normal = ExtResource("2_tyffq")
|
|
texture_pressed = ExtResource("3_ui1cy")
|
|
texture_disabled = ExtResource("4_cnq3y")
|
|
stretch_mode = 4
|
|
|
|
[connection signal="password_entered" from="CodeKeyboard" to="." method="_on_code_keyboard_password_entered"]
|
|
[connection signal="pressed" from="InterfaceLeft/Container/BackButton" to="." method="_on_back_button_pressed"]
|
|
|
|
[editable path="CodeKeyboard"]
|