Skip to content

Commit c66aa79

Browse files
committed
Remove static map since countries are now represented using individual nodes
1 parent 13bc809 commit c66aa79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scenes/worldmap/world_map.tscn

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
[gd_scene load_steps=199 format=3 uid="uid://xlfbl7fowoic"]
1+
[gd_scene load_steps=198 format=3 uid="uid://xlfbl7fowoic"]
22

3-
[ext_resource type="Texture2D" uid="uid://xrpjeff551cv" path="res://art/PixelWorldMap_All_Countries_3x_Green.png" id="1_g7ewq"]
43
[ext_resource type="PackedScene" uid="uid://b0vtlhn6w422p" path="res://entities/countries/africa/algeria.tscn" id="4_uqfyt"]
54
[ext_resource type="PackedScene" uid="uid://cqgmhlbn41vkj" path="res://entities/countries/africa/angola.tscn" id="5_s26wb"]
65
[ext_resource type="PackedScene" uid="uid://caxd3vlv7etkk" path="res://entities/countries/africa/benin.tscn" id="6_s24bq"]
@@ -201,10 +200,10 @@
201200

202201
[node name="WorldMap" type="Node2D"]
203202

204-
[node name="WorldMapImage" type="TextureRect" parent="."]
203+
[node name="Oceans" type="ColorRect" parent="."]
205204
offset_right = 2562.0
206205
offset_bottom = 1620.0
207-
texture = ExtResource("1_g7ewq")
206+
color = Color(0.533333, 0.807843, 0.87451, 1)
208207

209208
[node name="Countries" type="Node" parent="."]
210209

0 commit comments

Comments
 (0)