Centered helipad building, added barracks and helipad.

This commit is contained in:
2019-11-20 17:45:41 -06:00
parent 8be8fdb225
commit fa0eabd52f
8 changed files with 95 additions and 49 deletions

View File

@@ -0,0 +1,9 @@
IMICRTS::Entity.define_entity(:barracks, :building, 400, "Builds and soldiers") do |entity|
entity.radius = 44
entity.max_health = 100.0
entity.shell_image = "buildings/barracks/barracks.png"
entity.on_tick do
end
end