Terrain is dynamically generated, so yes, it should do that on yours as well. All of the graphics are dynamically constructed and don't persist any state. That said, each time you reload the state of the Terrarium itself is used to build a graphics state for things like creatures, their positions, and their actions. It is a pretty basic graphics system.
|