diff --git a/DungeonShooting_Godot/prefab/ui/EditorDungeonGroup.tscn b/DungeonShooting_Godot/prefab/ui/EditorDungeonGroup.tscn index 65d6f74..c29e13b 100644 --- a/DungeonShooting_Godot/prefab/ui/EditorDungeonGroup.tscn +++ b/DungeonShooting_Godot/prefab/ui/EditorDungeonGroup.tscn @@ -7,6 +7,8 @@ anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 script = ExtResource("1_apg3p") [node name="MarginContainer" type="MarginContainer" parent="."] diff --git a/DungeonShooting_Godot/prefab/ui/Main.tscn b/DungeonShooting_Godot/prefab/ui/Main.tscn index 74a3011..364e28a 100644 --- a/DungeonShooting_Godot/prefab/ui/Main.tscn +++ b/DungeonShooting_Godot/prefab/ui/Main.tscn @@ -32,8 +32,8 @@ [node name="Title" type="Label" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 6 -theme_override_font_sizes/font_size = 160 -text = "Dungeon Shooting" +theme_override_font_sizes/font_size = 120 +text = "枪火地牢" horizontal_alignment = 1 vertical_alignment = 1