Tacked on 'Overlays' to place a move cursor for move orders, TODO: Refactor into its own class

This commit is contained in:
2019-10-27 12:07:30 -05:00
parent cd7b71894d
commit a1999d7c6f
3 changed files with 16 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ class IMICRTS
:ENTITY_RADIUS,
:ENTITY_GIZMOS, # Health bar and the like
:OVERLAY,
:SELECTION_BOX,
]
enum.each_with_index do |constant, index|