Adjust scaling in an emergency
This commit is contained in:
parent
4ebb2dfcb4
commit
1ae6aad011
3 changed files with 2 additions and 4 deletions
Binary file not shown.
|
@ -16,6 +16,7 @@ config/name_localized={
|
||||||
}
|
}
|
||||||
run/main_scene="res://start.tscn"
|
run/main_scene="res://start.tscn"
|
||||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||||
|
boot_splash/image="uid://0hcyy1njk5tu"
|
||||||
config/icon="uid://fad7xr2jj2nu"
|
config/icon="uid://fad7xr2jj2nu"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
@ -24,8 +25,6 @@ DiscordRPCLoader="*res://addons/discord-rpc-gd/nodes/discord_autoload.gd"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/viewport_width=1920
|
|
||||||
window/size/viewport_height=1080
|
|
||||||
window/stretch/mode="viewport"
|
window/stretch/mode="viewport"
|
||||||
window/stretch/aspect="expand"
|
window/stretch/aspect="expand"
|
||||||
|
|
||||||
|
|
|
@ -103,13 +103,12 @@ script = ExtResource("1_g38d0")
|
||||||
|
|
||||||
[node name="TextureRect" type="TextureRect" parent="."]
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = -1
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
texture = ExtResource("2_g38d0")
|
texture = ExtResource("2_g38d0")
|
||||||
expand_mode = 5
|
|
||||||
stretch_mode = 6
|
stretch_mode = 6
|
||||||
|
|
||||||
[node name="MarginContainer" type="MarginContainer" parent="TextureRect"]
|
[node name="MarginContainer" type="MarginContainer" parent="TextureRect"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue