neitsa / PrepareLanding

PrepareLanding: a Rimworld Mod
MIT License
20 stars 9 forks source link

Partial Fix for 1.5 #51

Open penguin0616 opened 7 months ago

penguin0616 commented 7 months ago

The Widgets.TextAreaScrollable method got moved to LudeonTK.DevGUI.

Fixing the reference makes the tile highlighting works, but the scrollable of selected items is blank. I made do without it.

The method itself doesn't seem to have significantly changed beyond the readOnly interpretation.

This was my first time modding with RimWorld, so hopefully I didn't butcher any of the non-code files.