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

Commit

Permalink
No more scarabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubg1 committed Jan 1, 2023
1 parent 6e5b1c0 commit 708d0e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 45 deletions.
5 changes: 3 additions & 2 deletions config/gameplay.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"joinSound": "sound_events/sphere_group_join.json",
"newGroupSound": "sound_events/sphere_chain_spawn.json",
"overspeedCheck": true,
"invincible_scarabs": false,
"luxorized": true
"invincibleScarabs": false,
"luxorized": true,
"noScarabs": true
},
"collectibleBehaviour": {
"speed": {
Expand Down
23 changes: 1 addition & 22 deletions config/spheres/sphere_0.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
{
"$schema": "../../../../schemas/config/Sphere.json",
"sprite": "sprites/game/vise.json",
"nextSprite": "sprites/game/next_ball_0.json",
"idleParticle": null,
"destroyParticle": "particles/collapse_vise.json",
"destroyCollectible": null,
"color": {
"r": 1,
"g": 1,
"b": 1
},
"interchangeable": true,
"shootBehavior": {
"type": "normal"
},
"shootSound": "sound_events/sphere_shoot_normal.json",
"hitBehavior": {
"type": "normal"
},
"hitSound": "sound_events/sphere_hit_normal.json",
"matches": [],
"matchFont": "fonts/score0.json"
"nextSprite": "sprites/game/next_ball_0.json"
}
Binary file removed images/game/vise.png
Binary file not shown.
21 changes: 0 additions & 21 deletions sprites/game/vise.json

This file was deleted.

0 comments on commit 708d0e5

Please sign in to comment.