Moved 'building' entity definitions into 'structures', renamed building component to structure, moved svgs the same.

This commit is contained in:
2021-01-15 11:05:57 -06:00
parent 36f79c6f57
commit e30d73d4d7
19 changed files with 29 additions and 29 deletions

View File

@@ -162,7 +162,7 @@ class IMICRTS
data.assigned_construction_workers ||= 1
data.construction_speed ||= 1
component(:building).construction_work(data.assigned_construction_workers * data.construction_speed) if component(:building)
component(:structure).construction_work(data.assigned_construction_workers * data.construction_speed) if component(:structure)
end
def on_tick(&block)