End of lesson 26

This commit is contained in:
2025-04-17 18:02:54 -03:00
parent 68373a3820
commit c586c869b3
9 changed files with 48 additions and 11 deletions

View File

@@ -92,12 +92,8 @@ handle_input_locally = false
size = Vector2i(493, 235)
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"]
script = ExtResource("3_vnpv3")
entities = NodePath("Entities")
[node name="Entities" type="Node2D" parent="UI/Map View/SubViewport/MapContainer"]
z_index = 1
[connection signal="BROADCAST_COMMAND" from="Command Processor" to="UI/Message Console" method="_on_command"]
[connection signal="timeout" from="Command Processor" to="Command Processor" method="_on_timeout"]