Make displayed terminal text screen dragable

This commit is contained in:
2026-04-05 23:45:38 +01:00
parent 017e92470e
commit ed28af8d11
11 changed files with 300 additions and 262 deletions
+2
View File
@@ -1,6 +1,7 @@
module Dodge.Default.World (defaultWorld) where
--import Data.Graph.Inductive.Graph hiding ((&))
import Dodge.ListDisplayParams
import qualified Data.Set as S
import qualified Data.Map as M
import Dodge.Data.World
@@ -58,6 +59,7 @@ defaultWorld =
, _unpauseClock = 0
, _coordinates = mempty
, _wSoundFilter = FilterBySoundOrigin $ S.singleton SpawnSound
, _tmLDP = terminalLDP
}
defaultCWGen :: CWGen