Implement pulse rifle with explodable pulse balls
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
|
||||
module Dodge.Data.Object where
|
||||
|
||||
import Dodge.Data.Wall
|
||||
import Dodge.Data.Creature
|
||||
import Dodge.Data.PulseLaser
|
||||
|
||||
data Object
|
||||
= OPulseBall PulseBall
|
||||
| OCreature Creature
|
||||
| OWall Wall
|
||||
Reference in New Issue
Block a user