Move main to allow for new executables

This commit is contained in:
2021-08-11 17:54:48 +02:00
parent b74bb45a4c
commit 4bbe5d0cf1
64 changed files with 521 additions and 345 deletions
+2 -2
View File
@@ -140,8 +140,8 @@ addArmour = over crInv insarmour
ID 0. -}
startCr :: Creature
startCr = defaultCreature
{ _crPos = (V2 0 0)
, _crOldPos = (V2 0 0)
{ _crPos = V2 0 0
, _crOldPos = V2 0 0
, _crDir = pi/2
, _crMvDir = pi/2
, _crID = 0