İ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
43
scenes/splash.tscn
Normal file
43
scenes/splash.tscn
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b0splash00000"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/splash.gd" id="1_splash"]
|
||||
|
||||
[node name="Splash" type="Control"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource("1_splash")
|
||||
|
||||
[node name="Bg" type="ColorRect" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
color = Color(0.227, 0.353, 0.251, 1)
|
||||
|
||||
[node name="VBox" type="VBoxContainer" parent="."]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -180.0
|
||||
offset_top = -80.0
|
||||
offset_right = 180.0
|
||||
offset_bottom = 80.0
|
||||
alignment = 1
|
||||
|
||||
[node name="Title" type="Label" parent="VBox"]
|
||||
text = "Stepstead"
|
||||
horizontal_alignment = 1
|
||||
theme_override_font_sizes/font_size = 64
|
||||
theme_override_colors/font_color = Color(0.961, 0.949, 0.929, 1)
|
||||
|
||||
[node name="Tagline" type="Label" parent="VBox"]
|
||||
text = "Her adımın değer kazanır"
|
||||
horizontal_alignment = 1
|
||||
theme_override_colors/font_color = Color(0.961, 0.949, 0.929, 0.8)
|
||||
|
||||
[node name="Status" type="Label" parent="VBox"]
|
||||
text = "Yükleniyor..."
|
||||
horizontal_alignment = 1
|
||||
theme_override_colors/font_color = Color(0.961, 0.949, 0.929, 0.6)
|
||||
Loading…
Add table
Add a link
Reference in a new issue