Implement auto rotate camera when close to walls
This commit is contained in:
@@ -29,15 +29,15 @@ defaultWorld = World
|
||||
, _cameraZoom = 1
|
||||
, _cameraViewFrom = V2 0 0
|
||||
, _creatures = IM.empty
|
||||
, _creaturesZone = Zone IM.empty 15
|
||||
, _creaturesZone = Zone IM.empty
|
||||
, _creatureGroups = IM.empty
|
||||
, _clouds = []
|
||||
, _cloudsZone = Zone IM.empty 20
|
||||
, _cloudsZone = Zone IM.empty
|
||||
, _itemPositions = IM.empty
|
||||
, _projectiles = IM.empty
|
||||
, _particles = []
|
||||
, _walls = IM.empty
|
||||
, _wallsZone = Zone IM.empty 50
|
||||
, _wallsZone = Zone IM.empty
|
||||
, _forceFields = IM.empty
|
||||
, _floorItems = IM.empty
|
||||
, _floorTiles = []
|
||||
@@ -50,7 +50,7 @@ defaultWorld = World
|
||||
, _buttons = IM.empty
|
||||
, _sounds = M.empty
|
||||
, _playingSounds = M.empty
|
||||
, _corpses = Zone IM.empty 50
|
||||
, _corpses = Zone IM.empty
|
||||
, _decorations = IM.empty
|
||||
, _storedLevel = Nothing
|
||||
, _menuLayers = []
|
||||
|
||||
Reference in New Issue
Block a user