İlk commit: Stepstead Godot istemci (4.6 Mobile)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
6a1706051d
346 changed files with 14415 additions and 0 deletions
57
scenes/character_create.tscn
Normal file
57
scenes/character_create.tscn
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b0charcr00000"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/character_create.gd" id="1_cc"]
|
||||
|
||||
[node name="CharacterCreate" type="Control"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource("1_cc")
|
||||
|
||||
[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 = -200.0
|
||||
offset_right = 260.0
|
||||
offset_bottom = 200.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 = "Karakter Oluştur"
|
||||
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="Hint" type="Label" parent="Panel/VBox"]
|
||||
text = "3-32 karakter, sadece harf/rakam/alt-tire"
|
||||
horizontal_alignment = 1
|
||||
theme_override_colors/font_color = Color(0.4, 0.4, 0.4, 1)
|
||||
|
||||
[node name="Name" type="LineEdit" parent="Panel/VBox"]
|
||||
placeholder_text = "Karakter adı"
|
||||
max_length = 32
|
||||
|
||||
[node name="Create" type="Button" parent="Panel/VBox"]
|
||||
text = "Oluştur"
|
||||
|
||||
[node name="Logout" type="Button" parent="Panel/VBox"]
|
||||
text = "Çıkış"
|
||||
flat = true
|
||||
|
||||
[node name="Error" type="Label" parent="Panel/VBox"]
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
theme_override_colors/font_color = Color(0.8, 0.2, 0.2, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue