P0-B2: Part 1103: Improvements, Debugging
I am now working on a complex system that is designed to add a number of decoration objects to cities, including signs, posters, neon lights, etc.
This system must be pseuorandom (So, each city will have a unique configuration, but this configuration should not change between loads or between visits to the city).
So far, the work I have done is going well, the challenge is to make sure that all of the decoration items are rotated, placed, and scaled, correctly for each building and object type.
