Skip to content

Commit 326a2fb

Browse files
committed
Add green color to all countries.
1 parent 54bf08c commit 326a2fb

File tree

6 files changed

+42
-18
lines changed

6 files changed

+42
-18
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://xrpjeff551cv"
6+
path="res://.godot/imported/PixelWorldMap_All_Countries_3x_Green.png-47ea6cf532633fe9a3fb0bee4a7a4442.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://art/PixelWorldMap_All_Countries_3x_Green.png"
14+
dest_files=["res://.godot/imported/PixelWorldMap_All_Countries_3x_Green.png-47ea6cf532633fe9a3fb0bee4a7a4442.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1

scenes/worldmap/world_map.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[gd_scene load_steps=2 format=3 uid="uid://xlfbl7fowoic"]
22

3-
[ext_resource type="Texture2D" uid="uid://dy5vfc6jr3l4i" path="res://vendor/Double C's Pixel World Map/3x Size/All_3x/PixelWorldMap_All_Countries_3x.png" id="1_kd50k"]
3+
[ext_resource type="Texture2D" uid="uid://xrpjeff551cv" path="res://art/PixelWorldMap_All_Countries_3x_Green.png" id="1_g7ewq"]
44

55
[node name="WorldMap" type="Node2D"]
66

77
[node name="WorldMapImage" type="TextureRect" parent="."]
88
offset_right = 40.0
99
offset_bottom = 40.0
10-
texture = ExtResource("1_kd50k")
10+
texture = ExtResource("1_g7ewq")

ui/widgets/modal_menu.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ grow_vertical = 2
2828
[node name="CreditsButton" parent="BackgroundTextureRect/Content/VBoxContainer" index="0" instance=ExtResource("2_ls4d8")]
2929
layout_mode = 2
3030
text = "Credits"
31-
button_text = "Credits"
3231

3332
[node name="QuitButton" parent="BackgroundTextureRect/Content/VBoxContainer" index="1" instance=ExtResource("2_ls4d8")]
3433
layout_mode = 2
3534
text = "Quit"
36-
button_text = "Quit"

ui/widgets/shared/primary_button.gd

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
[gd_scene load_steps=4 format=3 uid="uid://d0do44kqxb7ws"]
1+
[gd_scene load_steps=3 format=3 uid="uid://d0do44kqxb7ws"]
22

3-
[ext_resource type="Script" path="res://ui/widgets/shared/primary_button.gd" id="1_jo3q3"]
43
[ext_resource type="Theme" uid="uid://dxgsaua2q7y8i" path="res://ui/themes/text_body_grey.tres" id="2_ilb70"]
54
[ext_resource type="Theme" uid="uid://dpfx4ghsih8rl" path="res://ui/themes/text_body_gold.tres" id="3_job5g"]
65

7-
[node name="PrimaryButton" type="Button" node_paths=PackedStringArray("label")]
6+
[node name="PrimaryButton" type="Button"]
87
offset_right = 250.0
98
offset_bottom = 50.0
109
size_flags_horizontal = 3
1110
size_flags_vertical = 3
1211
theme = ExtResource("2_ilb70")
13-
script = ExtResource("1_jo3q3")
14-
label = NodePath("ButtonText")
12+
text = "Test"
1513

1614
[node name="ButtonText" type="Label" parent="."]
1715
layout_mode = 1
@@ -21,6 +19,5 @@ anchor_bottom = 1.0
2119
grow_horizontal = 2
2220
grow_vertical = 2
2321
theme = ExtResource("3_job5g")
24-
text = "Test"
2522
horizontal_alignment = 1
2623
vertical_alignment = 1

0 commit comments

Comments
 (0)