Commit Graph

17 Commits

Author SHA1 Message Date
a8ff492aed Pacxon (#12)
* Add GridMovementAbility and PacXonGridInteractor for grid-based movement; integrate with PlayerController and PacXonLevel

* Add GhostMovementComponent and PacXonTrailComponent; integrate ghost movement and trail features in PacXonLevel

* Update main menu button focus and add new movement abilities; adjust player and ghost initialization in PacXonLevel
2025-09-13 01:52:07 +02:00
6e2bdcdf95 Add FloatingText and FloatingTextManager for UI message display; create basic_enemy scene and integrate components 2025-09-11 04:35:39 +02:00
f229ff5b7d Add FloatingTextManager and FloatingText for displaying UI messages; update CollectableComponent and HealthComponent to utilize new floating text features 2025-09-11 04:35:30 +02:00
021e984877 Add DamageNumberManager and DamageNumber for displaying damage feedback 2025-08-31 02:30:42 +02:00
53b5f968fd Add achievement system with unlock and UI popup functionality (#8) 2025-08-31 00:50:53 +02:00
d786ef4c22 Complete C# rewrite with working game in Editor (#6)
* Refactor collectable components to C# and update resource scripts for consistency

* Update resource paths and refactor properties for consistency

* Refactor UI components to inherit from Control and update node paths for consistency

* Update node paths and group assignments for consistency across scenes

* Refactor GameManager and PlayerDeathComponent for improved state management and logging; update scene connections for player death handling

* Add PhantomCamera components and UI elements for improved scene management; refactor existing components for better integration

* Refactor skill components and update resource paths for consistency; enhance skill management in scenes

* Add new UID files and update scene configurations for dialogue components; refactor skill management and input handling

* Add next level command and refactor player retrieval in GameManager; update scene files for consistency

* Add skill upgrade system and refactor skill components for enhanced functionality; update resource paths and configurations

* Enhance ChargeProgressBar and Marketplace functionality; add owner exit handling and update skill button states

* Refactor ChargeProgressBar and SkillManager; update skill handling and improve component interactions

* Refactor player and level configurations; streamline FlipPlayerComponent and reposition Spaceship Enter
2025-08-27 01:12:26 +02:00
58eeef60dc Refactor skill management and marketplace UI for improved functionality 2025-06-19 16:37:31 +02:00
d73931dad4 Update scene resources and improve health management logic 2025-06-12 23:36:34 +02:00
cc737f22cf Add marketplace button functionality and skill unlocker integration 2025-06-05 22:50:45 +02:00
5da55f3718 Refactor HUD and level names for internationalization; update tooltip texts and descriptions 2025-05-25 15:16:55 +02:00
25676db130 Update UI text labels for consistency and internationalization; refactor HUD text handling 2025-05-25 14:49:49 +02:00
85f33e4cbe Add audio settings management and integrate into UI; refactor input settings handling 2025-05-25 13:39:47 +02:00
5b793736f4 Add audio bus configuration for various sound effects and update main scene reference 2025-05-25 12:57:16 +02:00
59c309409c Add charge throw mechanics; refactor bullet and brick components 2025-05-12 23:08:54 +02:00
a95d96dcc9 Refactor scene structure and resource paths; add death and game over screens 2025-05-10 02:33:49 +02:00
04cce84c6c Add death and game over screens to the scene; update export files and project settings 2025-05-09 02:16:38 +02:00
f75d05dde1 Refactor console and scene structure; update resource paths and add configuration handling 2025-05-03 19:49:23 +02:00