104 Commits

Author SHA1 Message Date
ProtoSharkk
26f8a323d3 Merge pull request #11 from ProtoSharkk/dash
Dashing into enemies creates a shockwave that pushes them away
2024-10-28 17:47:09 -07:00
7b15dbb593 Dashing into enemies creates a shockwave that pushes them away
You don't take damage from this
2024-10-27 21:27:38 -07:00
ProtoSharkk
bd1090aabe Merge pull request #10 from ProtoSharkk/variants
Gun thrower ratbots
2024-10-27 19:19:14 -07:00
719ecf18aa Ratbots now spawn around player instead of around (0, 0) 2024-10-27 19:16:35 -07:00
0865da7870 Destroy gun when out of view 2024-10-27 19:11:47 -07:00
2908b53812 Past wave 3 a third of ratbots are gun throwers 2024-10-27 19:01:57 -07:00
e3a96303bc Guns spin and die and self destruct on impact 2024-10-27 18:30:18 -07:00
73ab694f7c Guns travel towards player 2024-10-27 18:15:14 -07:00
89953e7cd6 Create Gun thrower subclass of ratbot that spawns gun objects 2024-10-27 17:59:13 -07:00
Iazubi
1e878b2b67 Update README.md 2024-10-27 02:05:58 -07:00
Iazubi
8f970dfbc2 Update README.md 2024-10-27 02:01:45 -07:00
Iazubi
77f507183d Merge pull request #9 from ProtoSharkk/mainMenu
Main menu and Lore UI
2024-10-27 00:33:21 -07:00
Iazubi
c50d56fb65 Merge pull request #8 from ProtoSharkk/stab
Rework attacking
2024-10-27 00:30:05 -07:00
6f5114b495 Attack damage scales quadratic with time until at damageStrength 2024-10-27 00:18:18 -07:00
9e55dd3fa3 Merge branch 'stab' into mainMenu 2024-10-26 23:53:46 -07:00
3dd0e0f439 Spam punish multiplier 2024-10-26 23:51:17 -07:00
Iazubi
26d66b6c72 Started Finalizing Ch. 1
title
2024-10-26 23:39:07 -07:00
de3873f590 Apply multiplier to damage strength based on attack cooldown 2024-10-26 23:32:16 -07:00
e3c8dfcfa7 Use closest point instead of center
Check if the closest point of an enemy is in range instead of checking
the center
2024-10-26 22:46:03 -07:00
4625b1c80d Merge branch 'main' into variants 2024-10-26 21:25:43 -07:00
ca280d700e Resolve merge conflicts from main menu 2024-10-26 21:25:03 -07:00
Iazubi
93f055d99e a few text changes to push for now 2024-10-26 20:11:42 -07:00
Iazubi
a37a025a3a Starting to Work on Ch.1
Added some audio stuffs too
2024-10-26 19:58:13 -07:00
Iazubi
d702f87613 Added OST
Also fixed alignment of Prequel lore
2024-10-26 19:33:06 -07:00
ab3d8bddeb Merge branch 'main' into variants 2024-10-26 18:30:19 -07:00
ProtoSharkk
1dc6b2f65d Merge pull request #7 from ProtoSharkk/mainMenu
Creating Main Menu and Lore Page, improving shop menu.
2024-10-26 18:27:59 -07:00
c46ff21b7e Fix screen scaling in prequel 2024-10-26 18:18:17 -07:00
Iazubi
93ce0ad656 ADDED BUILD SCENES FOR LORE
The project now knows there are lots of new scenes
2024-10-26 17:02:33 -07:00
Iazubi
fbacdc7592 Added Blank Chapters for Lore
The Chapters are Empty Scenes For Now
2024-10-26 02:58:22 -07:00
Iazubi
6398bfd736 Added Music to all sections of game
no lore inserted yet
2024-10-26 02:55:43 -07:00
Iazubi
aeb6571372 Added the 8 lore buttons
Same as title
2024-10-26 02:22:12 -07:00
Iazubi
cb36c7d9c0 Increased Attack base range to 2 for testing and commented out ratbot null thing 2024-10-26 01:23:56 -07:00
Iazubi
8d5e7c1a18 Finished Main Menu (not lore)
Main Menu works properly and Smoothly transitions into the lore or main game.
2024-10-25 18:17:09 -07:00
Iazubi
b555a98c8c Added Test Main Menu Music
Music Addition
2024-10-25 17:52:27 -07:00
Iazubi
4d667a2e5f added audio folder and renamed C# Scripts to Scripts C#
hi
2024-10-25 17:33:47 -07:00
Iazubi
3b08467326 Transition from Lore to Main and vice versa
Bottom left buttons transitions to the lore page and vice versa
2024-10-25 17:06:20 -07:00
Iazubi
6288257854 Added Lore Page Scene
no desc needed
2024-10-25 16:36:57 -07:00
Iazubi
1c43a1cb20 Slight UI movements 2024-10-25 16:24:17 -07:00
Iazubi
33120cb9aa Background + Buttons
Added Background Image to Main Menu and added Buttons to enter or leave the game.
2024-10-25 14:52:32 -07:00
f21ed7fc19 Pretty sure swinging works as intended now 2024-10-25 14:21:06 -07:00
3c07d91ec8 Swing in correct direction 2024-10-25 14:03:41 -07:00
18b5d96b79 Attack uses OverlapCastAll instead of CircleCastAll
Swing is more accurate now
2024-10-25 13:24:47 -07:00
2f8fbe8ce7 Move indicators below shop 2024-10-25 13:09:23 -07:00
Iazubi
0f08a2d7d5 Enemy descriptions + removal of Teo sexy bots (README)
Added ideas for enemy types, and some UI things that I hopefully wanna be able to figure out and learn...
2024-10-24 00:23:22 -07:00
Iazubi
a0e64256ef Pressing Save on Unity
I didn't press save on unity by accident because we all had to go but hopefully this is the right changes Paul 😭
2024-10-23 23:49:17 -07:00
Iazubi
0a4d0e9c86 Organization of Game Files
Created folder for C# files, player, and enemy so it's a little cleaner...
2024-10-23 17:28:44 -07:00
9494eb1e34 Rebalance movement speeds 2024-10-22 19:11:55 -07:00
3bec4ee221 Improve attack cooldown and attack distance indicators 2024-10-22 18:11:03 -07:00
ProtoSharkk
1f5a8278da Merge pull request #5 from ProtoSharkk/movement
Rework movement system to use deltaTime and GetAxisRaw
2024-10-22 17:57:09 -07:00
4c518e9c55 Rework movement system to use deltaTime and GetAxisRaw 2024-10-22 17:56:20 -07:00