-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from chumpatrol1/dev
V0.13.0b
- Loading branch information
Showing
57 changed files
with
2,533 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ saves/game_stats.txt | |
saves/matchup_chart.txt | ||
saves/blob_unlocks.txt | ||
saves/notices.txt | ||
screenshots/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
BLOB BALL V0.13.0b | ||
|
||
For a full list of changes visit the official Changelog Document: https://docs.google.com/document/d/1M0mxPMobF79kyU8XHRvIrWKbIk6v8WotAPLwUnbOuFg/edit | ||
|
||
New Features! | ||
- Pause during matches using ESCAPE! You can adjust game volume, take screenshots and return to the menu! | ||
- Almanac Blob Info! View stats and tips relating to your favorite blobs! | ||
- New Game Setting - UI Positioning! The game UI can now appear at the top or at the bottom of the screen | ||
- New Game Rule - HP Regeneration! Adjustable setting which regenerates a bit of HP after each goal! | ||
- Improved Key Binding! Bind individual keys, a player's keys, or all keys at once! | ||
|
||
Aesthetics! | ||
- Blobs that are locked or unreleased are now marked appropriately | ||
- Added Sunken/XNunuAZ to the credits as a programmer - thanks Sunken! | ||
- Fixed a small visual error in Field Alpha's background | ||
- Added SFX for Rock, Lightning and Cop Blob | ||
|
||
Balance Changes! | ||
- Reduced ball bounciness on block | ||
- Buffed Doctor Blob to prioritize pills that haven't been pulled in a while | ||
- Nerfed Water Blob (Geyser Activation Cost 120 --> 210) | ||
- Buffed Rock Blob (Spire Cost 400 --> 360) (Boost Duration 4 --> 5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version": "0.11.0a", "goal_limit": 5, "time_limit": 3600, "time_bonus": 600, "special_ability_charge_base": 1, "danger_zone_enabled": true, "p1_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "p2_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}} | ||
{"version": "0.13.0a", "goal_limit": 5, "time_limit": 3600, "time_bonus": 600, "special_ability_charge_base": 1, "danger_zone_enabled": true, "p1_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "p2_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "hp_regen": 0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"hd_backgrounds": true, "hd_blobs": true, "smooth_scaling": true, "music_volume": 10, "sound_volume": 10} | ||
{"hd_backgrounds": true, "hd_blobs": true, "smooth_scaling": true, "music_volume": 5, "sound_volume": 4, "ui_mode": true} |
Oops, something went wrong.