Merge branch 'dev' into feature/link-hud-to-code

This commit is contained in:
stilobique
2021-05-18 10:51:24 +02:00
14 changed files with 182 additions and 35 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/UI-Button-Clear-Large-hover.png-4ef91a044c3d0a5c930d923d6d16ea3e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/ui/themes/UI-Button-Clear-Large-hover.png"
dest_files=[ "res://.import/UI-Button-Clear-Large-hover.png-4ef91a044c3d0a5c930d923d6d16ea3e.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/UI-Button-Clear-Large.png-48a0be253108dc6523fa7fe763751b8b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/ui/themes/UI-Button-Clear-Large.png"
dest_files=[ "res://.import/UI-Button-Clear-Large.png-48a0be253108dc6523fa7fe763751b8b.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/UI-Button-Reset-disabled.png-208da0fd0002a57d1eba67dd463ab012.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/ui/themes/UI-Button-Reset-disabled.png"
dest_files=[ "res://.import/UI-Button-Reset-disabled.png-208da0fd0002a57d1eba67dd463ab012.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/UI-Button-Reset-hover.png-5fee2391ba901498b154673eb38cf236.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/ui/themes/UI-Button-Reset-hover.png"
dest_files=[ "res://.import/UI-Button-Reset-hover.png-5fee2391ba901498b154673eb38cf236.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

@@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/icon-reset.png-d000c25cd26938ceb23700c305ecc4f1.stex"
path="res://.import/UI-Button-Reset.png-b3f02437d8e286899b996bc43eb4fc8b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/ui/themes/icon-reset.png"
dest_files=[ "res://.import/icon-reset.png-d000c25cd26938ceb23700c305ecc4f1.stex" ]
source_file="res://assets/ui/themes/UI-Button-Reset.png"
dest_files=[ "res://.import/UI-Button-Reset.png-b3f02437d8e286899b996bc43eb4fc8b.stex" ]
[params]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB