[gd_scene load_steps=2 format=3 uid="uid://b0login000000"] [ext_resource type="Script" path="res://scripts/login.gd" id="1_login"] [node name="Login" type="Control"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource("1_login") [node name="Bg" type="ColorRect" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0.961, 0.949, 0.929, 1) [node name="Panel" type="PanelContainer" parent="."] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -260.0 offset_top = -260.0 offset_right = 260.0 offset_bottom = 260.0 [node name="VBox" type="VBoxContainer" parent="Panel"] custom_minimum_size = Vector2(440, 0) theme_override_constants/separation = 12 [node name="Title" type="Label" parent="Panel/VBox"] text = "Stepstead'e Giriş" horizontal_alignment = 1 theme_override_font_sizes/font_size = 28 theme_override_colors/font_color = Color(0.227, 0.353, 0.251, 1) [node name="Email" type="LineEdit" parent="Panel/VBox"] placeholder_text = "E-posta" [node name="Password" type="LineEdit" parent="Panel/VBox"] placeholder_text = "Şifre" secret = true [node name="LoginBtn" type="Button" parent="Panel/VBox"] text = "Giriş Yap" [node name="RegisterBtn" type="Button" parent="Panel/VBox"] text = "Hesabın yok mu? Kayıt ol" flat = true [node name="Error" type="Label" parent="Panel/VBox"] horizontal_alignment = 1 theme_override_colors/font_color = Color(0.8, 0.2, 0.2, 1)