Start of the lesson 26.
This commit is contained in:
parent
10fc584d1e
commit
5688c7644d
|
|
@ -7,4 +7,4 @@
|
||||||
script = ExtResource("2_us7jc")
|
script = ExtResource("2_us7jc")
|
||||||
|
|
||||||
[node name="Camera2D" type="Camera2D" parent="." index="3"]
|
[node name="Camera2D" type="Camera2D" parent="." index="3"]
|
||||||
zoom = Vector2(2, 2)
|
zoom = Vector2(1.5, 1.5)
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,9 @@ offset_bottom = 216.0
|
||||||
stretch = true
|
stretch = true
|
||||||
|
|
||||||
[node name="SubViewport" type="SubViewport" parent="UI/Map View"]
|
[node name="SubViewport" type="SubViewport" parent="UI/Map View"]
|
||||||
|
handle_input_locally = false
|
||||||
size = Vector2i(446, 201)
|
size = Vector2i(446, 201)
|
||||||
|
render_target_update_mode = 4
|
||||||
|
|
||||||
[node name="MapContainer" type="Node" parent="UI/Map View/SubViewport" node_paths=PackedStringArray("entities")]
|
[node name="MapContainer" type="Node" parent="UI/Map View/SubViewport" node_paths=PackedStringArray("entities")]
|
||||||
script = ExtResource("3_vnpv3")
|
script = ExtResource("3_vnpv3")
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
[node name="MessageLine" type="RichTextLabel"]
|
[node name="MessageLine" type="RichTextLabel"]
|
||||||
theme = ExtResource("1_re2k6")
|
theme = ExtResource("1_re2k6")
|
||||||
text = "Enter Command:
|
text = "Enter Command:
|
||||||
|
|
||||||
"
|
"
|
||||||
fit_content = true
|
fit_content = true
|
||||||
scroll_active = false
|
scroll_active = false
|
||||||
|
|
|
||||||
|
|
@ -40,4 +40,5 @@ Button/styles/hover = SubResource("StyleBoxTexture_r3xux")
|
||||||
Button/styles/normal = SubResource("StyleBoxTexture_oxkhk")
|
Button/styles/normal = SubResource("StyleBoxTexture_oxkhk")
|
||||||
Button/styles/pressed = SubResource("StyleBoxTexture_pvobe")
|
Button/styles/pressed = SubResource("StyleBoxTexture_pvobe")
|
||||||
Label/fonts/font = ExtResource("1_lkf7m")
|
Label/fonts/font = ExtResource("1_lkf7m")
|
||||||
|
RichTextLabel/font_sizes/normal_font_size = 10
|
||||||
RichTextLabel/fonts/normal_font = ExtResource("1_lkf7m")
|
RichTextLabel/fonts/normal_font = ExtResource("1_lkf7m")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue