diff --git a/scenes/game/maps/entities/player.tscn b/scenes/game/maps/entities/player.tscn index 9c4e2da..f81e8e4 100644 --- a/scenes/game/maps/entities/player.tscn +++ b/scenes/game/maps/entities/player.tscn @@ -7,4 +7,4 @@ script = ExtResource("2_us7jc") [node name="Camera2D" type="Camera2D" parent="." index="3"] -zoom = Vector2(2, 2) +zoom = Vector2(1.5, 1.5) diff --git a/scenes/game_screen.tscn b/scenes/game_screen.tscn index cb976f2..7897946 100644 --- a/scenes/game_screen.tscn +++ b/scenes/game_screen.tscn @@ -88,7 +88,9 @@ offset_bottom = 216.0 stretch = true [node name="SubViewport" type="SubViewport" parent="UI/Map View"] +handle_input_locally = false size = Vector2i(446, 201) +render_target_update_mode = 4 [node name="MapContainer" type="Node" parent="UI/Map View/SubViewport" node_paths=PackedStringArray("entities")] script = ExtResource("3_vnpv3") diff --git a/scenes/ui/MessageLine.tscn b/scenes/ui/MessageLine.tscn index bdb93e1..ca7f9bd 100644 --- a/scenes/ui/MessageLine.tscn +++ b/scenes/ui/MessageLine.tscn @@ -4,8 +4,7 @@ [node name="MessageLine" type="RichTextLabel"] theme = ExtResource("1_re2k6") -text = "Enter Command: - +text = "Enter Command: " fit_content = true scroll_active = false diff --git a/themes/default_theme.tres b/themes/default_theme.tres index dd5e2f0..6fc1d2f 100644 --- a/themes/default_theme.tres +++ b/themes/default_theme.tres @@ -40,4 +40,5 @@ Button/styles/hover = SubResource("StyleBoxTexture_r3xux") Button/styles/normal = SubResource("StyleBoxTexture_oxkhk") Button/styles/pressed = SubResource("StyleBoxTexture_pvobe") Label/fonts/font = ExtResource("1_lkf7m") +RichTextLabel/font_sizes/normal_font_size = 10 RichTextLabel/fonts/normal_font = ExtResource("1_lkf7m")