Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Disallow swapping of fireballs
Browse files Browse the repository at this point in the history
This would prematurely end the hot frog state. Spirit Cat fireballs will have their own sphere eventually
  • Loading branch information
ShamblesSM committed Jan 30, 2023
1 parent 1a89126 commit 27ed4cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/config/spheres/sphere_-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"$schema": "../../../../schemas/config/Sphere.json",
"sprite": "sprites/game/ball_fire.json",
"spriteAnimationSpeed": 16,
"idleParticle": "particles/idle_ball_bomb.json",
"destroyParticle": "particles/collapse_ball_bomb.json",
"color": "images/powerups/fire_pal.png",
"colorSpeed": 64,
"interchangeable": true,
"interchangeable": false,
"shootBehavior": {
"type": "normal"
},
Expand Down

0 comments on commit 27ed4cd

Please sign in to comment.