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