Modularise item data, change tesla arc from projectile to particle

This commit is contained in:
jgk
2021-06-06 16:08:56 +02:00
parent c2f7c6e245
commit 0b8ac97fe9
25 changed files with 141 additions and 85 deletions
+1
View File
@@ -4,6 +4,7 @@ Functions that affect the world according to what pressed buttons are stored in
module Dodge.Update.UsingInput
where
import Dodge.Data
import Dodge.Item.Data
import Dodge.Creature.Action.UseItem
import Geometry