diff --git a/gfx/ui/main_frame.png b/gfx/ui/main_frame.png index fdcfc3c..d3d0222 100644 --- a/gfx/ui/main_frame.png +++ b/gfx/ui/main_frame.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44e44686c59f6700a45da4ec87200dbe7c0c97f3c98093e632c2b4115e578e8e -size 3384 +oid sha256:9aa96d9f4b7f84993c11f0f108ab0b8f133f75af4de5d743e184b3baca7a5fd4 +size 11119 diff --git a/scenes/game_screen.tscn b/scenes/game_screen.tscn index 7897946..07b5eca 100644 --- a/scenes/game_screen.tscn +++ b/scenes/game_screen.tscn @@ -39,8 +39,8 @@ texture = ExtResource("5_mjl5p") layout_mode = 0 offset_left = 13.0 offset_top = 15.0 -offset_right = 167.0 -offset_bottom = 216.0 +offset_right = 118.0 +offset_bottom = 250.0 [node name="Background" type="ColorRect" parent="UI/Left Display"] layout_mode = 2 @@ -60,7 +60,7 @@ text = "Pass" [node name="Message Console" type="MarginContainer" parent="UI" node_paths=PackedStringArray("scrollContainer", "messages")] layout_mode = 0 offset_left = 13.0 -offset_top = 231.0 +offset_top = 265.0 offset_right = 627.0 offset_bottom = 345.0 script = ExtResource("7_5vo8s") @@ -81,15 +81,15 @@ size_flags_horizontal = 3 [node name="Map View" type="SubViewportContainer" parent="UI"] layout_mode = 0 -offset_left = 181.0 +offset_left = 134.0 offset_top = 15.0 offset_right = 627.0 -offset_bottom = 216.0 +offset_bottom = 250.0 stretch = true [node name="SubViewport" type="SubViewport" parent="UI/Map View"] handle_input_locally = false -size = Vector2i(446, 201) +size = Vector2i(493, 235) render_target_update_mode = 4 [node name="MapContainer" type="Node" parent="UI/Map View/SubViewport" node_paths=PackedStringArray("entities")] diff --git a/scripts/ui/Message Console.gd b/scripts/ui/Message Console.gd index 066aff0..33d76ac 100644 --- a/scripts/ui/Message Console.gd +++ b/scripts/ui/Message Console.gd @@ -42,7 +42,7 @@ func displayMessage(message): var messageLine = messageLinePrefab.instantiate() - messageLine.text = "%s\n" % message + messageLine.text = "%s\n\n" % message messages.add_child(messageLine)