mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
d9cd99d4b9
* Fix texture path resolution in ParticleEffectReader This fixes texture loading issues when particle effect files reference textures with relative paths by properly resolving them against the effect file's location. * Implement ParticleEffect FromFile/Stream methods