parent
f348a47281
commit
9e5f22458c
6 changed files with 93 additions and 30 deletions
|
@ -6,10 +6,10 @@ module RPGEngine
|
|||
) where
|
||||
|
||||
import Game
|
||||
import RenderGame
|
||||
import Render
|
||||
import Graphics.Gloss (
|
||||
Color(..)
|
||||
, black
|
||||
, white
|
||||
, play
|
||||
)
|
||||
|
||||
|
@ -25,7 +25,7 @@ winOffsets = (0, 0)
|
|||
|
||||
-- Game background color
|
||||
bgColor :: Color
|
||||
bgColor = black
|
||||
bgColor = white
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
Reference in a new issue