added in coin sparkles to blue coins and red coins

This commit is contained in:
JHDev2006
2025-09-28 16:49:08 +01:00
parent 6d23f9dcd4
commit f4cdbe18cb
27 changed files with 948 additions and 352 deletions

View File

@@ -11,6 +11,7 @@
"loop": true
}
},
"properties": {"can_spawn_particles": false},
"variations": {
"default": {"source": "BlueCoin.png", "rect": [0, 0, 64, 16]},
"Underground": {"source": "BlueCoin.png", "rect": [0, 16, 64, 16]},

View File

@@ -86,7 +86,7 @@
}
},
"properties": {
"can_spawn_particles": true
"can_spawn_particles": false
},
"variations": {
"default": {"source": "StaticCoin.png", "rect": [0, 0, 64, 16]},

View File

@@ -1,4 +1,5 @@
{
"properties": {"can_spawn_particles": false},
"animations": {
"Collected": {
"frames": [

View File

@@ -32,7 +32,7 @@
}
},
"properties": {
"can_spawn_particles": true
"can_spawn_particles": false
},
"variations": {
"default": {
@@ -102,4 +102,4 @@
]
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"properties": {
"amount": 3,
"process_material.emission_shape": 1,
"material.particles_anim_h_frames": 8,
"lifetime": 0.5
},
"variations": {
"default": {"source": "BlueCoinSparkle.png", "rect": [0, 0, 64, 8]}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwiey4ewgo1qm"
path="res://.godot/imported/BlueCoinSparkle.png-6640ae517adee2b7ae9b991e76491298.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Particles/BlueCoinSparkle.png"
dest_files=["res://.godot/imported/BlueCoinSparkle.png-6640ae517adee2b7ae9b991e76491298.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

View File

@@ -2,7 +2,8 @@
"properties": {
"amount": 3,
"process_material.emission_shape": 1,
"material.particles_anim_h_frames": 8
"material.particles_anim_h_frames": 8,
"lifetime": 0.5
},
"variations": {
"default": {"source": "CoinSparkle.png", "rect": [0, 0, 64, 8]}

View File

@@ -0,0 +1,11 @@
{
"properties": {
"amount": 3,
"process_material.emission_shape": 1,
"material.particles_anim_h_frames": 8,
"lifetime": 0.5
},
"variations": {
"default": {"source": "RedCoinSparkle.png", "rect": [0, 0, 64, 8]}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4ugewy0lof7v"
path="res://.godot/imported/RedCoinSparkle.png-733d8d13e8942c171a0467d59781d229.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Particles/RedCoinSparkle.png"
dest_files=["res://.godot/imported/RedCoinSparkle.png-733d8d13e8942c171a0467d59781d229.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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