Move towards recording aim position in LWorld

This commit is contained in:
2025-06-03 09:18:46 +01:00
parent 8da3e75ac5
commit 1de90a97f0
4 changed files with 9 additions and 7 deletions
+2 -6
View File
@@ -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