Changed road texture to remove double yellow lines

This commit is contained in:
2024-09-03 17:47:33 -05:00
parent 6f50e27fd0
commit 996b02728f
3 changed files with 44 additions and 6 deletions

View File

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjgu4nglm0dsi"
path.s3tc="res://.godot/imported/RoadNDY.png-8de9e1137be3af7b8e951a3ae2f20dab.s3tc.ctex"
path.etc2="res://.godot/imported/RoadNDY.png-8de9e1137be3af7b8e951a3ae2f20dab.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
[deps]
source_file="res://Assets/textures/RoadNDY.png"
dest_files=["res://.godot/imported/RoadNDY.png-8de9e1137be3af7b8e951a3ae2f20dab.s3tc.ctex", "res://.godot/imported/RoadNDY.png-8de9e1137be3af7b8e951a3ae2f20dab.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
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=0

View File

@ -3,25 +3,27 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bb4s1vqwrryy4" uid="uid://bb4s1vqwrryy4"
path="res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.ctex" path.s3tc="res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.s3tc.ctex"
path.etc2="res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.etc2.ctex"
metadata={ metadata={
"vram_texture": false "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
} }
[deps] [deps]
source_file="res://Assets/textures/roadtexture.webp" source_file="res://Assets/textures/roadtexture.webp"
dest_files=["res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.ctex"] dest_files=["res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.s3tc.ctex", "res://.godot/imported/roadtexture.webp-1c6ca0ca6251aa8802a401e0fe5735e5.etc2.ctex"]
[params] [params]
compress/mode=0 compress/mode=2
compress/high_quality=false compress/high_quality=false
compress/lossy_quality=0.7 compress/lossy_quality=0.7
compress/hdr_compression=1 compress/hdr_compression=1
compress/normal_map=0 compress/normal_map=0
compress/channel_pack=0 compress/channel_pack=0
mipmaps/generate=false mipmaps/generate=true
mipmaps/limit=-1 mipmaps/limit=-1
roughness/mode=0 roughness/mode=0
roughness/src_normal="" roughness/src_normal=""
@ -31,4 +33,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false process/hdr_as_srgb=false
process/hdr_clamp_exposure=false process/hdr_clamp_exposure=false
process/size_limit=0 process/size_limit=0
detect_3d/compress_to=1 detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB