Move towards recording aim position in LWorld
This commit is contained in:
@@ -105,7 +105,6 @@ defaultLWorld =
|
||||
, _itemLocations = IM.empty
|
||||
, _props = IM.empty
|
||||
, _projectiles = IM.empty
|
||||
-- , _instantBullets = []
|
||||
, _bullets = []
|
||||
, _flames = []
|
||||
, _radarSweeps = []
|
||||
@@ -114,13 +113,10 @@ defaultLWorld =
|
||||
, _energyBalls = []
|
||||
, _radarBlips = []
|
||||
, _flares = []
|
||||
, -- , _newBeams = WorldBeams [] [] [] []
|
||||
-- , _beams = WorldBeams [] [] [] []
|
||||
_teslaArcs = []
|
||||
, _teslaArcs = []
|
||||
, _arcNode = mempty
|
||||
, _shockwaves = []
|
||||
, _lasers = []
|
||||
-- , _lasersToDraw = []
|
||||
, _tractorBeams = mempty
|
||||
, _linearShockwaves = mempty
|
||||
, _walls = IM.empty
|
||||
@@ -138,7 +134,6 @@ defaultLWorld =
|
||||
, _buttons = IM.empty
|
||||
, _corpses = IM.empty
|
||||
, _lightSources = IM.empty
|
||||
-- , _tempLightSources = []
|
||||
, _lights = mempty
|
||||
, _seenLocations =
|
||||
IM.fromList
|
||||
@@ -153,6 +148,7 @@ defaultLWorld =
|
||||
, _lTestInt = 0
|
||||
, _hotkeys = mempty
|
||||
, _imHotkeys = mempty
|
||||
, _lAimPos = 0
|
||||
}
|
||||
|
||||
defaultHUD :: HUD
|
||||
|
||||
Reference in New Issue
Block a user