Skip to content

Commit 426c806

Browse files
collectioncardcornerloanLifeHckrRmojarro1Quinn-Hub
authored
Add multiple new enemies to the game. Also fixes some existing songs (#215)
* Added turtle boss * Added cyber fox * Add in the DIG Goblin (Called it gobbler after their team name) * Added Holograeme * Created an AutoPlay system * Added PlayerDisabled bool * Added Type to NoteHit event args * Fix occasional floating point imprecision Modulo in beat wrapping should be last operation * Add shape dudes * Added Spider Enemy * Added Squirkel * Added Elite Mushroom * Finished mk1 Holograeme fight * Add dll to gitignore * Remove temp Event Assets * Tweaked Events and Normal Battles selection Events and normal battles are pooled, so neither repeat until the pool has been exhausted. Added event pool and battle pool to save file. * Keythulu boss (#213) * Added boss Keythulu * Boss now uses mind crush instead of poison Mind Crush counts down every loop and does guaranteed 1000 dmg to target * Glam up GWS fight * Glam BossBlood Chart * Added mechanics to fox and turtle (#214) * Added dodge, dodge added to cyberfox Dodge: 50% chance to not take damage and remove a charge/stack * Update fly song Better loops, better mappings, what else could you want? * Added full reset debug button 0 on title screen * Adding LWS Enemy (#216) Co-authored-by: cornerloan <connorlowe21@gmail.com> Co-authored-by: LifeHckr <jarodthereal@gmail.com> Co-authored-by: Rmojarro1 <48000819+Rmojarro1@users.noreply.github.com> Co-authored-by: Connor Lowe <74088480+cornerloan@users.noreply.github.com> Co-authored-by: Quinn-Hub <56490493+Quinn-Hub@users.noreply.github.com>
1 parent c07c741 commit 426c806

File tree

134 files changed

+4145
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+4145
-331
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
*.DotSettings.user
1414
export_presets.cfg
1515
*.translation
16+
addons/godotsteam/win64/~libgodotsteam.windows.template_debug.x86_64.dll

Audio/CyberFoxSong.ogg

1.28 MB
Binary file not shown.

Audio/CyberFoxSong.ogg.import

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[remap]
2+
3+
importer="oggvorbisstr"
4+
type="AudioStreamOggVorbis"
5+
uid="uid://cth4pjufelmd6"
6+
path="res://.godot/imported/CyberFoxSong.ogg-b284af6a3d3aac22904e516894dd5aae.oggvorbisstr"
7+
8+
[deps]
9+
10+
source_file="res://Audio/CyberFoxSong.ogg"
11+
dest_files=["res://.godot/imported/CyberFoxSong.ogg-b284af6a3d3aac22904e516894dd5aae.oggvorbisstr"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0.0
17+
bpm=0.0
18+
beat_count=0
19+
bar_beats=4

Audio/EcholaneSong.ogg

3.46 MB
Binary file not shown.

Audio/EcholaneSong.ogg.import

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[remap]
2+
3+
importer="oggvorbisstr"
4+
type="AudioStreamOggVorbis"
5+
uid="uid://cotvgtk627cp6"
6+
path="res://.godot/imported/EcholaneSong.ogg-98376f334d8ef68ec1401c46cae3d881.oggvorbisstr"
7+
8+
[deps]
9+
10+
source_file="res://Audio/EcholaneSong.ogg"
11+
dest_files=["res://.godot/imported/EcholaneSong.ogg-98376f334d8ef68ec1401c46cae3d881.oggvorbisstr"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0.0
17+
bpm=0.0
18+
beat_count=0
19+
bar_beats=4

Audio/FrostWaltz.ogg

1.04 MB
Binary file not shown.

Audio/FrostWaltz.ogg.import

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[remap]
2+
3+
importer="oggvorbisstr"
4+
type="AudioStreamOggVorbis"
5+
uid="uid://cqqek08at2dln"
6+
path="res://.godot/imported/FrostWaltz.ogg-ac1d837e419d8005c75f8f58778c7de5.oggvorbisstr"
7+
8+
[deps]
9+
10+
source_file="res://Audio/FrostWaltz.ogg"
11+
dest_files=["res://.godot/imported/FrostWaltz.ogg-ac1d837e419d8005c75f8f58778c7de5.oggvorbisstr"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0.0
17+
bpm=0.0
18+
beat_count=0
19+
bar_beats=4

Audio/Gobbler.ogg

3.71 MB
Binary file not shown.

Audio/Gobbler.ogg.import

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[remap]
2+
3+
importer="oggvorbisstr"
4+
type="AudioStreamOggVorbis"
5+
uid="uid://dy1hwvtaqkkq3"
6+
path="res://.godot/imported/Gobbler.ogg-03b09f5b2bf0ffd7ccfd23009bd2f39b.oggvorbisstr"
7+
8+
[deps]
9+
10+
source_file="res://Audio/Gobbler.ogg"
11+
dest_files=["res://.godot/imported/Gobbler.ogg-03b09f5b2bf0ffd7ccfd23009bd2f39b.oggvorbisstr"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0.0
17+
bpm=0.0
18+
beat_count=0
19+
bar_beats=4

Audio/Holo_ThereItIs.ogg

1.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)