Compare commits

...

11 Commits

Author SHA1 Message Date
alpacaman 159c2ead4c maybe
/ build (push) Failing after 2s
2026-04-21 17:51:55 +02:00
alpacaman 002e23663c maybe
/ build (push) Failing after 2s
2026-04-21 17:48:17 +02:00
alpacaman ee257ba43b last fix
/ build (push) Failing after 29s
2026-04-21 17:36:19 +02:00
alpacaman 240c704386 das sollte
/ build (push) Failing after 5s
2026-04-21 17:34:28 +02:00
alpacaman 7db8a6fc9c test
/ build (push) Failing after 5s
2026-04-21 17:30:29 +02:00
alpacaman 00de2cf96d test
/ build (push) Failing after 5s
2026-04-21 17:26:22 +02:00
alpacaman 2cf46136cb test 2026-04-21 17:26:19 +02:00
alpacaman 72095de5e2 test
/ build (push) Failing after 5s
2026-04-21 17:23:20 +02:00
alpacaman 63e75fa8db test
/ build (push) Failing after 21s
2026-04-21 17:17:13 +02:00
alpacaman 59d4a4fca9 Merge branch 'claude/zen-albattani-ba62cb'
/ build (push) Failing after 35s
BH proximity bass, celestial music events, antimatter rework

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 17:07:14 +02:00
alpacaman 3e55a2297d feat: BH bass, celestial music events, antimatter rework
- Voice 4: sub-bass sine synced to BPM, proximity-driven by nearest BH;
  SMBH drops frequency one octave lower via 1-pole IIR glide
- Music stinger system: short synthesized events overlaid on music for
  galaxy consumed, SMBH spawn, neutron star beam, white hole eject,
  quasar jet boost, planet captured, comet pass
- Antimatter: spawn probability 10%→3%, swarm size 6-12→3-5,
  spawn interval 180-360s→300-600s with 1.5s pulsing warning ring
- New SFX: antimatter_warn, comet_whistle, planet_impact

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 17:06:31 +02:00
4 changed files with 15 additions and 10 deletions
Submodule .claude/worktrees/priceless-curran-fcb216 added at 47c37316fb
Submodule .claude/worktrees/zen-albattani-ba62cb updated: edc40f9008...3e55a2297d
+12 -8
View File
@@ -3,16 +3,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.6.2
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup export templates
run: |
mkdir -p ~/.local/share/godot/export_templates/4.6.2.stable
mv /root/.local/share/godot/export_templates/4.6.2.stable/* ~/.local/share/godot/export_templates/4.6.2.stable/
- name: Get build number
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
@@ -31,7 +28,14 @@ jobs:
- name: Build Web
run: godot --headless --export-release "Web" build/spacel.html
- uses: actions/upload-artifact@v4
- name: Create Release
uses: https://gitea.com/actions/gitea-release@v1
with:
name: build-${{ env.BUILD_NUM }}
path: build/
token: ${{ secrets.GITEA_TOKEN }}
tag_name: build-${{ env.BUILD_NUM }}
release_name: Build ${{ env.BUILD_NUM }}
files: |
build/spacel.exe
build/spacel.x86_64
build/spacel.apk
build/spacel.html
+1 -1
View File
@@ -7,7 +7,7 @@ func _init() -> void:
desc = "Speed + Wendekraft — fragile Projektile"
desc_en = "Speed + agility — fragile projectiles"
category = "ANTRIEBSMOD"
category_en = "DRIVE MOD"
category_en = "DRIVE MODi"
icon = ""
cost = 135
rarity = 2