mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-15 00:05:58 +01:00
20ed608523d0c4ead2dac98c4c6d94f2b4e8cb25
* Stores the "isActive" boolean in savegames for map objects and spawn areas * Adds functions in MapController to activate and deactivate MapObject areas * Adds functions in MonsterSpawnController to activate and deactivate MonsterSpawnAreas * When a spawn area is deactivated, all monsters should be removed, since the spawn area is considered to be non-existant. * Adds boolean "isActiveForNewGame" to map objects and spawn areas, that specify what "isActive" should be set to when starting a game. (Initially, all of these are true) * This commit does not add any way to actually activate or deactive areas. That can come as a later commit (possibly using script effects to do that).
Description
No description provided
Languages
Java
85.2%
HTML
7.3%
JavaScript
6.8%
CSS
0.4%
Shell
0.2%