Start of the lesson 26.

This commit is contained in:
Penelope 2025-04-07 23:16:55 -03:00
parent 10fc584d1e
commit 5688c7644d
4 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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")

View File

@ -5,7 +5,6 @@
[node name="MessageLine" type="RichTextLabel"]
theme = ExtResource("1_re2k6")
text = "Enter Command:
"
fit_content = true
scroll_active = false

View File

@ -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")