Skip to content

Commit

Permalink
narrow shield power bar
Browse files Browse the repository at this point in the history
  • Loading branch information
masonhale committed Jan 25, 2011
1 parent 54a2913 commit 9d485f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.rb
Expand Up @@ -194,9 +194,9 @@ def draw_energy_guage
end

sh = height - (@ship.shield_counter * 0.05)
draw_quad((width - 20), height, sc,
draw_quad((width - 10), height, sc,
width, height, sc,
(width - 20), sh, sc,
(width - 10), sh, sc,
width, sh, sc, ZOrder::UI)

end
Expand Down

0 comments on commit 9d485f4

Please sign in to comment.