-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cceb04
commit 5a4d961
Showing
10 changed files
with
2,163 additions
and
2,085 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../effects/ParticleEffectData98Inner24.java → ...articles/ParticleEffectData98Inner24.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bat/effects/ParticleEffectInstance94.java → ...t/particles/ParticleEffectInstance94.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package legend.game.combat.effects; | ||
package legend.game.combat.particles; | ||
|
||
import org.joml.Vector3f; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ffects/ParticleEffectInstance94Sub10.java → ...ticles/ParticleEffectInstance94Sub10.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rticleInitialTransformationMetrics10.java → ...rticleInitialTransformationMetrics10.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../combat/effects/ParticleInnerStuff04.java → ...ombat/particles/ParticleInnerStuff04.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,128 changes: 2,128 additions & 0 deletions
2,128
src/main/java/legend/game/combat/particles/ParticleManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ame/combat/effects/ParticleMetrics48.java → ...e/combat/particles/ParticleMetrics48.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package legend.game.combat.effects; | ||
package legend.game.combat.particles; | ||
|
||
import org.joml.Vector3f; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@ParametersAreNonnullByDefault | ||
package legend.game.combat.particles; | ||
|
||
import javax.annotation.ParametersAreNonnullByDefault; |