Commit Graph

50 Commits

Author SHA1 Message Date
40801e4df5 Spawn distance indicator on attack, destroy after 0.5s 2024-10-22 13:09:57 -07:00
175dbbe7c5 Distance indicator is mostly accurate with a 2.8x scale multiplier 2024-10-22 13:02:35 -07:00
80e63019ed Rework attack to properly use swingRange and swingDistance 2024-10-22 12:47:43 -07:00
374355c291 Distance indicator size proportional to swingDistance (still not correct) 2024-10-22 01:47:16 -07:00
23bab7a3e1 Distance indicator prefab and script
White circle with radius player.swingDistance
2024-10-22 01:17:02 -07:00
c196ad0e3a Add range indicator png 2024-10-22 01:07:36 -07:00
7be8e90d2a Improve dash feel/balance and fix z order 2024-10-22 00:22:05 -07:00
fb16f650ac Don't able to move while dashing
Dash no longer feels like a ghost mode
2024-10-22 00:14:15 -07:00
a08cd01e11 Implement dash in a slightly more sensible way 2024-10-22 00:09:47 -07:00
0c64c8dafc Rework movement system to not directly write velocity 2024-10-22 00:02:11 -07:00
f2912e3d53 Add dashVelocity when moving 2024-10-21 23:39:15 -07:00
56dfcaf2aa Dash now goes in correct direction 2024-10-21 21:50:20 -07:00
ProtoSharkk
8f09d9ed7e Merge pull request #3 from ProtoSharkk/dash
Dash ability in working teleporty state
2024-10-21 21:47:14 -07:00
b740935c7b Dash ability in working teleporty state 2024-10-21 21:46:25 -07:00
bc0e3cd2dc Up to date with main 2024-10-21 21:38:32 -07:00
ProtoSharkk
487d47924d Merge pull request #2 from ProtoSharkk/Backgroundtiles/screenscalewithdesktop
background and canvas scale
2024-10-21 21:35:23 -07:00
t3333o
940d1289c1 background and canvas scale
I added background tiler script which spawns a prefab of a gameobject with a sprite renderer which contains a jpeg of a tiled floor Paul sent me through discord. Then I changed the scale settings for the ui and the shop ui so that it scales with the screen size of the user (its set to align to 1920 by 1080)
2024-10-21 21:33:28 -07:00
ProtoSharkk
e36ef7cffa Merge pull request #1 from ProtoSharkk/attackCooldown
Attack cooldown indicator
2024-10-21 20:59:42 -07:00
1e3455b3a3 Attack cooldown indicator that grows below Teo 2024-10-21 20:58:28 -07:00
teo
1c1133463d README.md 2024-10-21 18:15:16 -07:00
36b288b23c Attack cooldown bar below player (doesn't work yet) 2024-10-21 18:04:54 -07:00
teo
7a56638bda README.md 2024-10-21 17:48:06 -07:00
b784c9a3eb Attack cooldown works fr this time 2024-10-21 15:56:30 -07:00
bf1c9fe5da Attack cooldown works now 2024-10-21 15:27:29 -07:00
31ad45d6bd Check things off checklist from previous commit 2024-10-20 20:34:24 -07:00
4a0eee9c38 Made the shop upgrades work
Click a shop upgrade to change its respective value and start a new wave
2024-10-20 20:28:27 -07:00
256b9ba569 Initial framework for upgrade shop 2024-10-20 20:01:23 -07:00
c679a1f8a8 Update checklist with stab, health, wave system 2024-10-20 13:55:38 -07:00
fd6657047b Hopefully there's okay comments on things now 2024-10-20 02:47:43 -07:00
eb47adf2d2 Anchor health bar to bottom left 2024-10-20 02:35:32 -07:00
1ce03803c4 Ratbots spawn randomly on circle around player 2024-10-20 01:38:27 -07:00
81b0797774 Health system for ratbots, can now stab ratbots 2024-10-20 00:40:53 -07:00
d8c8e88220 Add sword asset and add sword to scene 2024-10-20 00:16:58 -07:00
22bb25e95e Added sword that always points at the mouse cursor
help me i hate quaternions and trig so much
2024-10-20 00:11:58 -07:00
7aa325cccc Add GameState to keep track of state and wave # 2024-10-19 20:52:47 -07:00
b10d75ac29 Ratbots deal damage to the player upon contact 2024-10-19 19:41:22 -07:00
643070aefb Add player health system 2024-10-19 19:02:56 -07:00
de624d838f Added ratbot enemies that move towards the player 2024-10-19 17:47:28 -07:00
Iazubi
40deb627bd Updated README.md
Just added some of my ideas in a short time.... nothing too too much,,,
2024-10-19 16:26:39 -07:00
d089d9bfb2 Improve player movement and add collision 2024-10-19 14:58:16 -07:00
3094a3eca6 Camera now follows player as a child of player 2024-10-19 14:20:39 -07:00
538827f023 Fix todo list in README 2024-10-19 14:00:07 -07:00
49242e7276 Add title to README 2024-10-19 13:59:04 -07:00
1b636889a8 Add .vscode/ to .gitignore 2024-10-19 13:58:08 -07:00
f340839e39 Add vision, todo list, and lore to README 2024-10-19 12:39:55 -07:00
91d4d134c3 o shit the player moves now 2024-10-19 12:23:31 -07:00
651a58adf4 Add a teo sprite 2024-10-19 00:54:55 -07:00
31e9784cf3 Create sample scene with a square sprite 2024-10-19 00:38:04 -07:00
9e6fc7ff2b Initialize Unity 6 project 2024-10-19 00:31:47 -07:00
ProtoSharkk
3fb41a9188 Initial commit 2024-10-19 00:26:51 -07:00