Entities are now definable

This commit is contained in:
2019-10-11 20:01:35 -05:00
parent 44e9dcf7d7
commit 9ab515dce2
8 changed files with 129 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ class IMICRTS
end
def tick(tick_id)
@entities.each { |ent| ent.tick(tick_id) }
end
def update