skid particles + extra particles setting

This commit is contained in:
JHDev2006
2025-10-01 12:33:34 +01:00
parent d0d04c64c7
commit 9e5d7bd8e6
23 changed files with 120 additions and 30 deletions

View File

@@ -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]},

View File

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

View File

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

View File

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