Correct room link position numbering

This commit is contained in:
2021-11-22 16:42:19 +00:00
parent b4759e4a27
commit 5d9ea4b733
23 changed files with 184 additions and 85 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ aDroneWithItemParams it cr w = over props (IM.insert i theShell) w
, _pjVel = rotateV dir (V2 1 0)
, _prDraw = _amPjDraw am
, _pjID = i
, _pjUpdate = \_ -> id
, _pjUpdate = const id
}