mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-16 08:02:36 +00:00
Added construction complete order, added jeep overlay image to show windscreen, added rotors component for helicopter; more work needed, replaced all build and vehicle assets with ones that are 6x larger to prevent pixelization when zoomed in, misc.
This commit is contained in:
@@ -9,9 +9,10 @@ IMICRTS::Entity.define_entity(:jeep, :unit, 400, 40, "Attacks ground targets") d
|
||||
|
||||
entity.body_image = "vehicles/jeep/jeep.png"
|
||||
entity.shell_image = "vehicles/jeep/jeep_shell.png"
|
||||
entity.overlay_image = "vehicles/jeep/jeep_overlay.png"
|
||||
|
||||
entity.component(:turret).shell_image = "vehicles/jeep/jeep_turret_shell.png"
|
||||
entity.component(:turret).center.y = 0.3125
|
||||
entity.component(:turret).center.y = 0.5
|
||||
|
||||
entity.on_tick do
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user