tModLoader
Particle Library
Affichage des entrées 21-30 sur 30
< 1  2  >
Mis à jour le : 15 aout 2022 à 17h16

Version v1.1.3.3 has been published to Preview learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Hotfix collision

1.4:
- https://github.com/SnowyStarfall/ParticleLibrary/tree/1.4

1.3:
- https://github.com/SnowyStarfall/ParticleLibrary

Mis à jour le : 15 aout 2022 à 2h57

Version v1.1.3.2 has been published to Preview learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Hotfix zoom issues

1.4:
- https://github.com/SnowyStarfall/ParticleLibrary/tree/1.4

1.3:
- https://github.com/SnowyStarfall/ParticleLibrary

Mis à jour le : 14 aout 2022 à 23h48

Version v1.1.3.1 has been published to Preview learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Hotfix for errors

1.4:
- https://github.com/SnowyStarfall/ParticleLibrary/tree/1.4

1.3:
- https://github.com/SnowyStarfall/ParticleLibrary

Mis à jour le : 14 aout 2022 à 21h23

Version v1.1.3.0 has been published to Preview learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Added Debugging UI
- Added Particle draw order
- Added extra Particle settings

1.4:
- https://github.com/SnowyStarfall/ParticleLibrary/tree/1.4

1.3:
- https://github.com/SnowyStarfall/ParticleLibrary

Mis à jour le : 6 juin 2022 à 13h28

Version v1.1.0.0 has been published to Preview learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Added Emitters; Placeable points that run AI, Draw code, and persist through Save & Load.
- Fixed Particle collision.
- NewParticle now returns a Particle.

1.4:
- https://github.com/SnowyStarfall/ParticleLibrary/tree/1.4

1.3:
- https://github.com/SnowyStarfall/ParticleLibrary

Mis à jour le : 23 avr. 2022 à 18h34

v1.0.1.0 learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Fix crash on world exit, thank you Antirhinnum

Mis à jour le : 15 avr. 2022 à 21h15

v1.0.0.4 learn more @ https://github.com/SnowyStarfall/ParticleLibrary

I forgot to select the correct icon image for steam

Mis à jour le : 15 avr. 2022 à 21h12

v1.0.0.3 learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Calling NewParticle now correctly creates a new instance of that particle
- Texture field for particles should no longer evaluate to null when unspecified, instead an empty pixel
- You can now choose between doing `new MyParticle()` and `ParticleManager.NewInstance<MyParticle>()`
- Fixed some bugs in the example particles

Mis à jour le : 28 mars 2022 à 20h03

v1.0.0.2 learn more @ https://github.com/SnowyStarfall/ParticleLibrary

- Fixed Particle update sequence. Particle updates will no longer be affected by Frame Skip.

Mis à jour le : 21 févr. 2022 à 4h07

v1.0.0.0 learn more @ https://github.com/SnowyStarfall/ParticleLibrary