Serialized Form
-
Package ActiverseEngine
-
Class ActiverseEngine.World
class World extends JPanel implements Serializable-
Serialized Fields
-
actors
List<Actor> actors
-
backgroundImage
Image backgroundImage
-
debugButton
JButton debugButton
-
debugMode
boolean debugMode
-
displayText
String displayText
-
dynamicLighting
boolean dynamicLighting
-
fixedHeight
int fixedHeight
-
fixedWidth
int fixedWidth
-
loadedImages
List<String> loadedImages
-
memoryTracker
MemoryTracker memoryTracker
-
sounds
List<ActiverseSound> sounds
-
textX
int textX
-
textY
int textY
-
timer
Timer timer
-
-
-