... | ... | @@ -170,14 +170,16 @@ class Data { |
|
|
|
|
|
class Map {
|
|
|
- objects: List<Object>
|
|
|
- width: int
|
|
|
- height: int
|
|
|
- itsWidth: int
|
|
|
- itsHeight: int
|
|
|
+ loadMap(file: String)
|
|
|
+ updateMap()
|
|
|
+ render()
|
|
|
}
|
|
|
|
|
|
class GUI {
|
|
|
- itsWidth: int
|
|
|
- itsHeight: int
|
|
|
+ displayMainMenu()
|
|
|
+ displayHUD()
|
|
|
+ updateGUI()
|
... | ... | |