mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
skid particles + extra particles setting
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user