Compare commits
2 Commits
33c182e623
...
048688da45
Author | SHA1 | Date | |
---|---|---|---|
048688da45 | |||
3d48d7e9d6 |
@@ -14,7 +14,7 @@
|
|||||||
"gods_endurance",
|
"gods_endurance",
|
||||||
"geological_survey",
|
"geological_survey",
|
||||||
"divine_mandate",
|
"divine_mandate",
|
||||||
"craftsmanship",
|
"craftmenship",
|
||||||
"unlock_age_of_industry"
|
"unlock_age_of_industry"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -4,31 +4,31 @@
|
|||||||
"tierEnum": "Tier1",
|
"tierEnum": "Tier1",
|
||||||
"threshold": 0,
|
"threshold": 0,
|
||||||
"imagePath": "res://Sprites/Follower.png",
|
"imagePath": "res://Sprites/Follower.png",
|
||||||
"scale": {"x": 0.1, "y": 0.1}
|
"scale": { "x": 0.1, "y": 0.1 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tierEnum": "Tier2",
|
"tierEnum": "Tier2",
|
||||||
"threshold": 200,
|
"threshold": 200,
|
||||||
"imagePath": "res://Sprites/Follower.png",
|
"imagePath": "res://Sprites/follower_tier_2.png",
|
||||||
"scale": {"x": 0.1, "y": 0.1}
|
"scale": { "x": 0.1, "y": 0.1 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tierEnum": "Tier3",
|
"tierEnum": "Tier3",
|
||||||
"threshold": 500,
|
"threshold": 500,
|
||||||
"imagePath": "res://Sprites/Follower.png",
|
"imagePath": "res://Sprites/follower_tier_3.png",
|
||||||
"scale": {"x": 0.1, "y": 0.1}
|
"scale": { "x": 0.1, "y": 0.1 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tierEnum": "Tier4",
|
"tierEnum": "Tier4",
|
||||||
"threshold": 1000,
|
"threshold": 1000,
|
||||||
"imagePath": "res://Sprites/Follower.png",
|
"imagePath": "res://Sprites/follower_tier_4.png",
|
||||||
"scale": {"x": 0.1, "y": 0.1}
|
"scale": { "x": 0.1, "y": 0.1 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tierEnum": "Tier5",
|
"tierEnum": "Tier5",
|
||||||
"threshold": 2500,
|
"threshold": 2500,
|
||||||
"imagePath": "res://Sprites/Follower.png",
|
"imagePath": "res://Sprites/follower_tier_5.png",
|
||||||
"scale": {"x": 0.1, "y": 0.1}
|
"scale": { "x": 0.1, "y": 0.1 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -9,13 +9,13 @@
|
|||||||
{
|
{
|
||||||
"tierEnum": "Tier2",
|
"tierEnum": "Tier2",
|
||||||
"threshold": 3000,
|
"threshold": 3000,
|
||||||
"imagePath": "res://Sprites/Temple.png",
|
"imagePath": "res://Sprites/temple_tier_2.png",
|
||||||
"scale": { "x": 0.05, "y": 0.05 }
|
"scale": { "x": 0.05, "y": 0.05 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tierEnum": "Tier3",
|
"tierEnum": "Tier3",
|
||||||
"threshold": 6000,
|
"threshold": 6000,
|
||||||
"imagePath": "res://Sprites/Temple.png",
|
"imagePath": "res://Sprites/temple_tier_3.png",
|
||||||
"scale": { "x": 0.05, "y": 0.05 }
|
"scale": { "x": 0.05, "y": 0.05 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -142,6 +142,12 @@ scale = Vector2(2.41247, 2.41247)
|
|||||||
texture = ExtResource("4_i3fi7")
|
texture = ExtResource("4_i3fi7")
|
||||||
metadata/_edit_lock_ = true
|
metadata/_edit_lock_ = true
|
||||||
|
|
||||||
|
[node name="RoadManager" type="Node2D" parent="." node_paths=PackedStringArray("_markersContainer")]
|
||||||
|
script = ExtResource("19_qdkat")
|
||||||
|
_markersContainer = NodePath("../Hut Markers")
|
||||||
|
metadata/_custom_type_script = "uid://cw8gpeaq3yfjn"
|
||||||
|
metadata/_edit_lock_ = true
|
||||||
|
|
||||||
[node name="Hut Markers" type="Node2D" parent="."]
|
[node name="Hut Markers" type="Node2D" parent="."]
|
||||||
metadata/_edit_lock_ = true
|
metadata/_edit_lock_ = true
|
||||||
|
|
||||||
@@ -5621,10 +5627,3 @@ _unitsPerMarker = 1
|
|||||||
Category = 2
|
Category = 2
|
||||||
_moddableVisualScene = ExtResource("17_qdkat")
|
_moddableVisualScene = ExtResource("17_qdkat")
|
||||||
metadata/_custom_type_script = "uid://dj2wyrq07gfp2"
|
metadata/_custom_type_script = "uid://dj2wyrq07gfp2"
|
||||||
|
|
||||||
[node name="RoadManager" type="Node2D" parent="." node_paths=PackedStringArray("_markersContainer")]
|
|
||||||
position = Vector2(63, -27)
|
|
||||||
script = ExtResource("19_qdkat")
|
|
||||||
_markersContainer = NodePath("../Hut Markers")
|
|
||||||
metadata/_custom_type_script = "uid://cw8gpeaq3yfjn"
|
|
||||||
metadata/_edit_lock_ = true
|
|
||||||
|
BIN
Sprites/follower_tier_2.png
Normal file
BIN
Sprites/follower_tier_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
34
Sprites/follower_tier_2.png.import
Normal file
34
Sprites/follower_tier_2.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://1mlyq0tnf5w0"
|
||||||
|
path="res://.godot/imported/follower_tier_2.png-c0835bd482282c19270872d58029088a.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/follower_tier_2.png"
|
||||||
|
dest_files=["res://.godot/imported/follower_tier_2.png-c0835bd482282c19270872d58029088a.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
BIN
Sprites/follower_tier_3.png
Normal file
BIN
Sprites/follower_tier_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
34
Sprites/follower_tier_3.png.import
Normal file
34
Sprites/follower_tier_3.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://dmxigrs34kses"
|
||||||
|
path="res://.godot/imported/follower_tier_3.png-de0f24dce7eead705d94ea8586346de9.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/follower_tier_3.png"
|
||||||
|
dest_files=["res://.godot/imported/follower_tier_3.png-de0f24dce7eead705d94ea8586346de9.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
BIN
Sprites/follower_tier_4.png
Normal file
BIN
Sprites/follower_tier_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
34
Sprites/follower_tier_4.png.import
Normal file
34
Sprites/follower_tier_4.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://cdgbjwia50o4l"
|
||||||
|
path="res://.godot/imported/follower_tier_4.png-9af78db52829a406c8a0465f6eb7be2d.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/follower_tier_4.png"
|
||||||
|
dest_files=["res://.godot/imported/follower_tier_4.png-9af78db52829a406c8a0465f6eb7be2d.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
BIN
Sprites/follower_tier_5.png
Normal file
BIN
Sprites/follower_tier_5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
34
Sprites/follower_tier_5.png.import
Normal file
34
Sprites/follower_tier_5.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://h6uqhvwe445k"
|
||||||
|
path="res://.godot/imported/follower_tier_5.png-98db9534677b580a84cb2cfa55a2873a.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/follower_tier_5.png"
|
||||||
|
dest_files=["res://.godot/imported/follower_tier_5.png-98db9534677b580a84cb2cfa55a2873a.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
BIN
Sprites/temple_tier_2.png
Normal file
BIN
Sprites/temple_tier_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
34
Sprites/temple_tier_2.png.import
Normal file
34
Sprites/temple_tier_2.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://c3cqg5tt67fkt"
|
||||||
|
path="res://.godot/imported/temple_tier_2.png-715fd8f4f7106da004c3dd8bcd63f109.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/temple_tier_2.png"
|
||||||
|
dest_files=["res://.godot/imported/temple_tier_2.png-715fd8f4f7106da004c3dd8bcd63f109.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
BIN
Sprites/temple_tier_3.png
Normal file
BIN
Sprites/temple_tier_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
34
Sprites/temple_tier_3.png.import
Normal file
34
Sprites/temple_tier_3.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://c61afan5i25r2"
|
||||||
|
path="res://.godot/imported/temple_tier_3.png-81a93334ab35d846e54fcdeca2f0b628.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Sprites/temple_tier_3.png"
|
||||||
|
dest_files=["res://.godot/imported/temple_tier_3.png-81a93334ab35d846e54fcdeca2f0b628.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
Reference in New Issue
Block a user