Commit Graph
29 Commits
Author SHA1 Message Date
Tomáš Pěnkava 8eac9d6bde Cooldowns, SkillHandler modification
Implementation of cooldowns for skills and spells, made dependency on monoBehaviour for SkillHandler(future implementation of update, fixed update possible)
2025-08-28 17:58:02 +02:00
Tomáš Pěnkava dc083bfc93 Refactor: Dash
Repositioned some parts of dash code into skillHandler
2025-08-28 17:09:35 +02:00
Tomáš Pěnkava 25ff65c0b3 Layers
Added new layers to work properly
2025-08-28 14:09:00 +02:00
Tomáš Pěnkava 685e0e1d2e Feat: Dash
Implemented basic dash logic WITHOUT cooldowns. Needs more changes down the line
2025-08-28 01:40:22 +02:00
Tomáš Pěnkava 9a70b0bd2a Attacks on collisions 2025-08-07 02:02:46 +02:00
Tomáš Pěnkava 4e128b7641 Merge branch 'main' of https://gitea.micalis.cloud/micalis/UnityGame 2025-08-06 21:29:33 +02:00
Tomáš Pěnkava 364ffc9a23 Health stuff 2025-08-06 21:29:29 +02:00
Tomáš Pěnkava 5afbf04037 HealthBar 2025-08-06 00:55:06 +02:00
Tomáš Pěnkava ab75e6400e fire colissions 2025-08-05 22:29:52 +02:00
Tomáš Pěnkava c40fde9267 Update PlayerContainer.prefab 2025-08-05 20:45:26 +02:00
Tomáš Pěnkava 52cd5cd80e Update PlayerSkillTree.cs 2025-08-03 01:18:33 +02:00
Tomáš Pěnkava e6523d3f8c Merge branch 'main' of https://gitea.micalis.cloud/micalis/UnityGame 2025-08-02 23:20:27 +02:00
Tomáš Pěnkava 80f0672e3a Update PotionHandler.cs 2025-08-02 23:20:20 +02:00
Tomáš Pěnkava 4bf2804650 PotionGui 2025-08-02 15:35:39 +02:00
Tomáš Pěnkava 630c54f7ff Potion Logic
Most of the potion logic for now
2025-08-02 02:54:53 +02:00
Tomáš Pěnkava 53c07b69f8 Edge case fix
Fixed an edge case where there were no cards left and it caused an error
2025-07-29 00:34:47 +02:00
Tomáš Pěnkava 352a3a8de6 Card display 2025-07-29 00:11:48 +02:00
Tomáš Pěnkava 058170bbf9 Rough design of one card 2025-07-28 01:40:34 +02:00
Tomáš Pěnkava 6179c5bc0e Skill Logic
Implemented basic UI for skills to player
2025-07-27 23:48:47 +02:00
Tomáš Pěnkava 668354d601 Added a basic GameHandler 2025-06-30 18:31:40 +02:00
Tomáš Pěnkava bcce66a3f5 Updated comments 2025-06-30 16:34:55 +02:00
Tomáš Pěnkava ba83e64b8d room Gen, doors 2025-06-30 16:28:30 +02:00
Tomáš Pěnkava b4d49703d2 chest collider resize 2025-06-30 15:02:45 +02:00
Tomáš Pěnkava fe69c4e227 Update Chest.controller 2025-06-27 08:47:33 +02:00
Tomáš Pěnkava dd590618ee ChestAnimaton (beta) 2025-06-27 08:23:17 +02:00
Tomáš Pěnkava 60a715b7d4 Merge branch 'roomGen' 2025-06-27 07:15:26 +02:00
Tomáš Pěnkava 0cc8c76a48 Map gen changes 2025-06-27 07:13:39 +02:00
Tomáš Pěnkava 4684d7f64f Downscale player (for now) 2025-06-27 07:13:19 +02:00
Tomáš Pěnkava 4ee2c5a2c2 Level Generator 2025-06-25 23:54:00 +02:00