Welcome Scren = fixed Scaling Issue

This commit is contained in:
2025-07-01 22:30:35 +03:00
parent a3044c01c6
commit 573d14a26c
2 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
[gd_scene format=3 uid="uid://57px5totoewp"]
[node name="WelcomeScreen" type="CanvasLayer"]
[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="ProgressBar" type="ProgressBar" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -125.0
offset_top = -125.0
offset_right = 125.0
offset_bottom = 125.0
grow_horizontal = 2
grow_vertical = 2
value = 5.73
metadata/_edit_use_anchors_ = true
[node name="CanvasLayer" type="CanvasLayer" parent="."]

View File

@@ -17,6 +17,5 @@ config/icon="res://icon.svg"
[display]
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/vsync/vsync_mode=0