Vanilla-Expanded / VanillaExpandedFramework

Vanilla Expanded Framework for RimWorld
Other
69 stars 34 forks source link

Update AbilityPawnFlyer to allow custom drawing positions #86

Closed SokyranTheDragon closed 5 months ago

SokyranTheDragon commented 5 months ago

My previous PR was incorrect in that overriding DrawPos would be enough to achieve custom drawing position (without using PawnFlyerWorker), as vanilla code uses its private fields for it.

This PR allows for implementing custom drawing position due to: