End of lesson 14, World map, terrain data.

This commit is contained in:
2025-04-05 15:42:17 -03:00
parent e882e0e5fd
commit fc038ba113
13 changed files with 2094 additions and 22 deletions

View File

@@ -1,25 +1,9 @@
[gd_scene format=3 uid="uid://c0b5w48jk67qd"]
[gd_scene load_steps=2 format=3 uid="uid://c0b5w48jk67qd"]
[node name="Game" type="Node2D"]
[ext_resource type="Script" uid="uid://dq5qq5xj76nwe" path="res://scripts/game/game_screen.gd" id="1_uwrxv"]
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 640.0
offset_bottom = 360.0
grow_horizontal = 2
grow_vertical = 2
[node name="Game" type="Node" node_paths=PackedStringArray("map")]
script = ExtResource("1_uwrxv")
map = NodePath("Map")
[node name="CenterContainer" type="CenterContainer" parent="Control"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="Control/CenterContainer"]
layout_mode = 2
text = "Game!"
[node name="Map" type="Node" parent="."]