tModLoader
Particle Library
30개 중 21~30개 표시 중
< 1  2  >
업데이트: 2022년 8월 15일 @ 오후 5시 16분

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

업데이트: 2022년 8월 15일 @ 오전 2시 57분

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

업데이트: 2022년 8월 14일 @ 오후 11시 48분

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

업데이트: 2022년 8월 14일 @ 오후 9시 23분

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

업데이트: 2022년 6월 6일 @ 오후 1시 28분

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

업데이트: 2022년 4월 23일 @ 오후 6시 34분

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

- Fix crash on world exit, thank you Antirhinnum

업데이트: 2022년 4월 15일 @ 오후 9시 15분

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

I forgot to select the correct icon image for steam

업데이트: 2022년 4월 15일 @ 오후 9시 12분

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

업데이트: 2022년 3월 28일 @ 오후 8시 03분

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.

업데이트: 2022년 2월 21일 @ 오전 4시 07분

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