increased map size for lesson 26 Map Entities.
This commit is contained in:
parent
5688c7644d
commit
68373a3820
BIN
gfx/ui/main_frame.png (Stored with Git LFS)
BIN
gfx/ui/main_frame.png (Stored with Git LFS)
Binary file not shown.
|
|
@ -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")]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue