tModLoader

tModLoader

Particle Library
目前顯示第 21-30 項,共 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