8 Commits

Author SHA1 Message Date
2e96ec821d Add cooldown handling for spells and display in UI
- Implement cooldown tracking in SpellcasterBehavior
- Decrease cooldowns at end of each round in turn order
- Prevent casting spells on cooldown in spell.cast
- Show cooldown overlay and block click on skill buttons
- Adjust font sizes for better UI consistency
2026-03-18 05:09:35 +03:00
52db521107 Animate camera and activate AI on turn change in turnOrder.next() 2026-02-08 06:16:11 +03:00
4277c6c310 refactor: replace AnimationNode with Task system (tweens/async) 2026-02-05 09:06:51 +01:00
93a4961419 high-order functions my beloved 2026-01-25 07:05:45 +03:00
7ff7e47a90 add PositionedBehavior 2026-01-17 14:49:08 +03:00
4161044dcc make actual use of fonts 2025-12-14 23:24:17 +03:00
9ce9b85dfa update outer border and end turn button visuals 2025-12-13 02:18:22 +03:00
586ea68d2b minimal end turn button implementation 2025-12-12 05:20:11 +03:00