Update icons

This commit is contained in:
2026-02-15 15:00:36 -08:00
parent 7e56202e76
commit 1a1e050dcc
401 changed files with 693 additions and 1142 deletions

View File

@@ -1,13 +1,12 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"]
[ext_resource type="Texture2D" uid="uid://ddpvursk6qjfn" path="res://src/items/throwable/textures/air-DICE.png" id="1_6iufs"]
[ext_resource type="Texture2D" uid="uid://rfxc185x4vij" path="res://src/items/throwable/textures/Green Dice.png" id="1_6iufs"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_pxcw1"]
[resource]
script = ExtResource("2_pxcw1")
HealHPAmount = 10
HealVTAmount = 5
ThrowableItemTag = 0
ElementType = 1
UsableItemTag = 0
MinimumCount = 1
@@ -26,6 +25,7 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0

View File

@@ -1,13 +1,12 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b30lp2hl3t77j"]
[ext_resource type="Texture2D" uid="uid://baf0di68frkex" path="res://src/items/throwable/textures/fDICE.png" id="1_vlu0r"]
[ext_resource type="Texture2D" uid="uid://cvslwrchs47uv" path="res://src/items/throwable/textures/Metal Dice.png" id="1_vlu0r"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_h1kw5"]
[resource]
script = ExtResource("2_h1kw5")
HealHPAmount = 10
HealVTAmount = 5
ThrowableItemTag = 0
ElementType = 5
UsableItemTag = 0
MinimumCount = 1
@@ -26,6 +25,7 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0

View File

@@ -1,13 +1,12 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bph8c6by4s047"]
[ext_resource type="Texture2D" uid="uid://bljha1jos652j" path="res://src/items/throwable/textures/water-DICE.png" id="1_82ijj"]
[ext_resource type="Texture2D" uid="uid://b4oiwiv05txfw" path="res://src/items/throwable/textures/Blue Dice.png" id="1_rgguw"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_5fgvy"]
[resource]
script = ExtResource("2_5fgvy")
HealHPAmount = 10
HealVTAmount = 5
ThrowableItemTag = 0
ElementType = 3
UsableItemTag = 0
MinimumCount = 1
@@ -26,7 +25,8 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0
Texture = ExtResource("1_82ijj")
Texture = ExtResource("1_rgguw")

View File

@@ -1,13 +1,12 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://qhfnkvdik7cc"]
[ext_resource type="Texture2D" uid="uid://dh48alpd7ay8j" path="res://src/items/throwable/textures/ig dice.png" id="1_cl58l"]
[ext_resource type="Texture2D" uid="uid://d2melu3c565hm" path="res://src/items/throwable/textures/Red Dice.png" id="1_cl58l"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_4yg0l"]
[resource]
script = ExtResource("2_4yg0l")
HealHPAmount = 10
HealVTAmount = 5
ThrowableItemTag = 0
ElementType = 4
UsableItemTag = 0
MinimumCount = 1
@@ -26,6 +25,7 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0

View File

@@ -1,13 +1,12 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bfsc6crpsqkp2"]
[ext_resource type="Texture2D" uid="uid://vxbjsg88glot" path="res://src/items/throwable/textures/earth-DICE.png" id="1_tbodw"]
[ext_resource type="Texture2D" uid="uid://vlnwkaxxxmtl" path="res://src/items/throwable/textures/yellowd.png" id="1_6blos"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_8p6as"]
[resource]
script = ExtResource("2_8p6as")
HealHPAmount = 10
HealVTAmount = 5
ThrowableItemTag = 0
ElementType = 2
UsableItemTag = 0
MinimumCount = 1
@@ -26,7 +25,8 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0
Texture = ExtResource("1_tbodw")
Texture = ExtResource("1_6blos")

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dh48alpd7ay8j"
path.bptc="res://.godot/imported/ig dice.png-d3c7c841cf02853ec42cc9cc7b5f9569.bptc.ctex"
uid="uid://b4oiwiv05txfw"
path.bptc="res://.godot/imported/Blue Dice.png-28fbe42bb8e94ab92601d91cdeabab51.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://src/items/throwable/textures/ig dice.png"
dest_files=["res://.godot/imported/ig dice.png-d3c7c841cf02853ec42cc9cc7b5f9569.bptc.ctex"]
source_file="res://src/items/throwable/textures/Blue Dice.png"
dest_files=["res://.godot/imported/Blue Dice.png-28fbe42bb8e94ab92601d91cdeabab51.bptc.ctex"]
[params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://vxbjsg88glot"
path.bptc="res://.godot/imported/earth-DICE.png-f9660c350090bd0b270b0f2496f7ed71.bptc.ctex"
uid="uid://rfxc185x4vij"
path.bptc="res://.godot/imported/Green Dice.png-3fcf052aed4ec74f958af485ba42f7b6.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://src/items/throwable/textures/earth-DICE.png"
dest_files=["res://.godot/imported/earth-DICE.png-f9660c350090bd0b270b0f2496f7ed71.bptc.ctex"]
source_file="res://src/items/throwable/textures/Green Dice.png"
dest_files=["res://.godot/imported/Green Dice.png-3fcf052aed4ec74f958af485ba42f7b6.bptc.ctex"]
[params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cvslwrchs47uv"
path.bptc="res://.godot/imported/Metal Dice.png-1f2be792001928c929f6abf4ba8095fe.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://src/items/throwable/textures/Metal Dice.png"
dest_files=["res://.godot/imported/Metal Dice.png-1f2be792001928c929f6abf4ba8095fe.bptc.ctex"]
[params]
compress/mode=2
compress/high_quality=true
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=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ddpvursk6qjfn"
path.bptc="res://.godot/imported/air-DICE.png-7fb5a3bbbc869db149f69338b9ad83d8.bptc.ctex"
uid="uid://d2melu3c565hm"
path.bptc="res://.godot/imported/Red Dice.png-2e98a10b46ac714656739575a3b19093.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://src/items/throwable/textures/air-DICE.png"
dest_files=["res://.godot/imported/air-DICE.png-7fb5a3bbbc869db149f69338b9ad83d8.bptc.ctex"]
source_file="res://src/items/throwable/textures/Red Dice.png"
dest_files=["res://.godot/imported/Red Dice.png-2e98a10b46ac714656739575a3b19093.bptc.ctex"]
[params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1,35 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bljha1jos652j"
path.bptc="res://.godot/imported/water-DICE.png-4f42cc307b00300a6528cef68e6d3e51.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://src/items/throwable/textures/water-DICE.png"
dest_files=["res://.godot/imported/water-DICE.png-4f42cc307b00300a6528cef68e6d3e51.bptc.ctex"]
[params]
compress/mode=2
compress/high_quality=true
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=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://baf0di68frkex"
path.bptc="res://.godot/imported/fDICE.png-7c05e4a600425682aa3b97b3e4a73694.bptc.ctex"
uid="uid://vlnwkaxxxmtl"
path.bptc="res://.godot/imported/yellowd.png-fced8fc79ba0326c7a5710936d8616bc.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://src/items/throwable/textures/fDICE.png"
dest_files=["res://.godot/imported/fDICE.png-7c05e4a600425682aa3b97b3e4a73694.bptc.ctex"]
source_file="res://src/items/throwable/textures/yellowd.png"
dest_files=["res://.godot/imported/yellowd.png-fced8fc79ba0326c7a5710936d8616bc.bptc.ctex"]
[params]