Use grid when creating block debris
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
module Dodge.Default.Block where
|
||||
import Dodge.Data
|
||||
import Dodge.Block.Debris
|
||||
import LensHelp
|
||||
|
||||
defaultBlock :: Block
|
||||
@@ -13,7 +12,6 @@ defaultBlock = Block
|
||||
, _blPos = 0
|
||||
, _blDir = 0
|
||||
, _blDraw = const mempty
|
||||
, _blDeath = makeBlockDebris
|
||||
, _blHeight = 100
|
||||
, _blMaterial = Stone
|
||||
, _blObstructs = []
|
||||
|
||||
Reference in New Issue
Block a user