skid particles + extra particles setting
@@ -11,7 +11,7 @@
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"properties": {"can_spawn_particles": false},
|
||||
"properties": {"can_spawn_particles": true},
|
||||
"variations": {
|
||||
"default": {"source": "BlueCoin.png", "rect": [0, 0, 64, 16]},
|
||||
"Underground": {"source": "BlueCoin.png", "rect": [0, 16, 64, 16]},
|
||||
|
@@ -86,7 +86,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"can_spawn_particles": false
|
||||
"can_spawn_particles": true
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "StaticCoin.png", "rect": [0, 0, 64, 16]},
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"properties": {"can_spawn_particles": false},
|
||||
"properties": {"can_spawn_particles": true},
|
||||
"animations": {
|
||||
"Collected": {
|
||||
"frames": [
|
||||
|
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"can_spawn_particles": false
|
||||
"can_spawn_particles": true
|
||||
},
|
||||
"variations": {
|
||||
"default": {
|
||||
|
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 191 B |
9
Assets/Sprites/Particles/SkidParticles.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"properties": {
|
||||
"amount": 4,
|
||||
"process_material.emission_shape": 1,
|
||||
"material.particles_anim_h_frames": 5,
|
||||
"lifetime": 0.25
|
||||
},
|
||||
"variations": {"default": {"source": "SkidParticles.png"}}
|
||||
}
|
BIN
Assets/Sprites/Particles/SkidParticles.png
Normal file
After Width: | Height: | Size: 182 B |
40
Assets/Sprites/Particles/SkidParticles.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bqra7e5xsdg5r"
|
||||
path="res://.godot/imported/SkidParticles.png-4f132f13853c04702406f07a4c9c4263.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Particles/SkidParticles.png"
|
||||
dest_files=["res://.godot/imported/SkidParticles.png-4f132f13853c04702406f07a4c9c4263.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
|