End of lesson 24.

This commit is contained in:
2025-04-07 21:12:10 -03:00
parent d44f69f731
commit 68a1e19ebe
13 changed files with 127 additions and 18 deletions

View File

@@ -1,21 +1,26 @@
[gd_scene load_steps=6 format=3 uid="uid://c0b5w48jk67qd"]
[gd_scene load_steps=7 format=3 uid="uid://c0b5w48jk67qd"]
[ext_resource type="Script" uid="uid://c0uvlwmkm3r8o" path="res://scripts/game/game_screen.gd" id="1_uwrxv"]
[ext_resource type="Script" uid="uid://dcqqr8b42tn0x" path="res://scripts/game/CommandProcessor.gd" id="2_lbhrr"]
[ext_resource type="Texture2D" uid="uid://ccxs3ctob15es" path="res://gfx/ui/main_frame.png" id="2_lnu2h"]
[ext_resource type="FontFile" uid="uid://1u28cjgctsn7" path="res://fonts/alagard_by_pix3m-d6awiwp.ttf" id="3_lbhrr"]
[ext_resource type="Script" uid="uid://b63jt1uexm120" path="res://scripts/game/maps/MapContainer.gd" id="3_p57ef"]
[ext_resource type="Script" uid="uid://dv3fd112uj8o1" path="res://scripts/ui/Message Console.gd" id="5_iywne"]
[node name="Game" type="Node" node_paths=PackedStringArray("map")]
script = ExtResource("1_uwrxv")
map = NodePath("Map")
map = NodePath("MapContainer")
[node name="Command Processor" type="Timer" parent="."]
wait_time = 3.0
autostart = true
script = ExtResource("2_lbhrr")
[node name="Map" type="Node" parent="."]
[node name="MapContainer" type="Node" parent="." node_paths=PackedStringArray("entities")]
script = ExtResource("3_p57ef")
entities = NodePath("Entities")
[node name="Entities" type="Node" parent="MapContainer"]
[node name="UI" type="Control" parent="."]
layout_mode = 3