GH-352 Add Arc Riders style flare - firework - indicating players death location#352
GH-352 Add Arc Riders style flare - firework - indicating players death location#352
Conversation
Signed-off-by: Michał Wojtas <[email protected]>
Summary of ChangesHello @CitralFlo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new visual effect for player deaths, where a customizable firework 'flare' is triggered at the death location. This enhancement provides more dynamic feedback to players and observers. The existing death lightning effect has also been separated into its own controller, and both effects now offer extensive configuration options, allowing server administrators to tailor the combat experience. The changes also include the integration of a new utility library to support these visual effects and an update to the project's documentation. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request introduces a new "Arc Riders style flare" feature, which adds a firework effect at a player's death location. This involves adding a new XSeries dependency, refactoring the existing DeathEffectController into DeathFlareController and DeathLightningController, and updating the README.md to reflect the new feature. The changes are well-structured, separating the lightning and flare effects into distinct controllers, and providing comprehensive configuration options for the flare. The README.md update is also a good addition, clearly showcasing the new functionality.
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathFlareController.java
Show resolved
Hide resolved
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathFlareController.java
Outdated
Show resolved
Hide resolved
...combat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathLightningController.java
Show resolved
Hide resolved
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathFlareController.java
Outdated
Show resolved
Hide resolved
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathFlareController.java
Outdated
Show resolved
Hide resolved
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathSettings.java
Show resolved
Hide resolved
eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/death/DeathSettings.java
Show resolved
Hide resolved
Signed-off-by: Michał Wojtas <[email protected]>
Signed-off-by: Michał Wojtas <[email protected]>
📝 Description
feat: Add customizable flare that spawns after players death
🎯 Type of Change
Test Environment:
📸 Screenshots (if applicable)