Update CHANGELOG and tasks for Gauntlet fixes
This commit is contained in:
@@ -151,3 +151,14 @@
|
|||||||
- Added Gacha system with Star and Gold banners (1x & 10x pulls)
|
- Added Gacha system with Star and Gold banners (1x & 10x pulls)
|
||||||
- Fragment Craft system — collect drops to craft exclusive skins
|
- Fragment Craft system — collect drops to craft exclusive skins
|
||||||
- Fixed boot screen stuck on "Checking versions..."
|
- Fixed boot screen stuck on "Checking versions..."
|
||||||
|
|
||||||
|
## [2.4.1-experimental] — $(date +"%Y-%m-%d")
|
||||||
|
- Fixed Gauntlet map layout to remove red unpassable barrier blocks and center blocks. They are now standard walkable floors but act as hard blockers in physics so players cannot pass them.
|
||||||
|
- Fixed Gauntlet mode to prevent powerups or sticky bubbles from spawning on boundary tiles or under the central cannon.
|
||||||
|
- Center Candy Cannon now shoots actual projectiles that fly towards sticky cells and leave a VFX trail behind them.
|
||||||
|
- Added new VFX to the Center Candy Cannon. It now has a glowing pink tank and spinning metallic rings.
|
||||||
|
- Fixed Gauntlet Cleanser to stack charges instead of capping at 1.
|
||||||
|
- Cleanser instantly clears a 3x3 AoE of sticky cells and frees any players inside immediately upon activation.
|
||||||
|
- Added VFX and SFX when purifying cells with the Cleanser (cyan burst particles).
|
||||||
|
- Added instant visual feedback indicator for Gauntlet Cleanser using popup text when consumed.
|
||||||
|
- Fixed Gauntlet Cleanser UI phase label layout to ensure it does not overlap with other UI elements.
|
||||||
|
|||||||
Executable
+18
@@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Assuming you have a version.json, but you might just be managing it in Godot or a constant file
|
||||||
|
# If there's no version.json, I'll update the CHANGELOG.
|
||||||
|
|
||||||
|
# Add to CHANGELOG_DRAFT.md
|
||||||
|
cat << 'CHANGELOG' >> CHANGELOG_DRAFT.md
|
||||||
|
|
||||||
|
## [2.4.1-experimental] — $(date +"%Y-%m-%d")
|
||||||
|
- Fixed Gauntlet map layout to remove red unpassable barrier blocks and center blocks. They are now standard walkable floors but act as hard blockers in physics so players cannot pass them.
|
||||||
|
- Fixed Gauntlet mode to prevent powerups or sticky bubbles from spawning on boundary tiles or under the central cannon.
|
||||||
|
- Center Candy Cannon now shoots actual projectiles that fly towards sticky cells and leave a VFX trail behind them.
|
||||||
|
- Added new VFX to the Center Candy Cannon. It now has a glowing pink tank and spinning metallic rings.
|
||||||
|
- Fixed Gauntlet Cleanser to stack charges instead of capping at 1.
|
||||||
|
- Cleanser instantly clears a 3x3 AoE of sticky cells and frees any players inside immediately upon activation.
|
||||||
|
- Added VFX and SFX when purifying cells with the Cleanser (cyan burst particles).
|
||||||
|
- Added instant visual feedback indicator for Gauntlet Cleanser using popup text when consumed.
|
||||||
|
- Fixed Gauntlet Cleanser UI phase label layout to ensure it does not overlap with other UI elements.
|
||||||
|
CHANGELOG
|
||||||
Reference in New Issue
Block a user