Refactor light sources
This commit is contained in:
+1
-1
@@ -58,11 +58,11 @@ firstWorldLoad theConfig = do
|
||||
w <- generateWorldFromSeed 0
|
||||
return $ Universe
|
||||
{_uvWorld = w
|
||||
& keyConfig .~ theKeyConfig
|
||||
& config .~ theConfig
|
||||
,_preloadData = pdata
|
||||
,_menuLayers = []
|
||||
,_savedWorlds = M.empty
|
||||
,_keyConfig = theKeyConfig
|
||||
}
|
||||
|
||||
theUpdateStep :: Universe -> IO Universe
|
||||
|
||||
Reference in New Issue
Block a user