Decrease window block size to ameliorate z fighting

This commit is contained in:
jgk
2021-03-22 11:56:30 +01:00
parent 7aacaccc8c
commit 3bee30895d
3 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -471,7 +471,8 @@ data Particle' =
, _btTimer' :: Int
}
type HitEffect = Point2 -> Point2 -> (Point2, (Either3 Creature Wall ForceField)) -> World -> World
type HitEffect = Particle' -> [( Point2, [(Point2, (Either3 Creature Wall ForceField))] )]
-> World -> World
type HitEffect' = Particle' -> (Point2, (Either3 Creature Wall ForceField)) -> World -> World
data Particle =