Added models for: Power Plant, Information Panel, Purchase Terminal, and Door. Updated War Factory model. added .svg files. misc.

This commit is contained in:
2019-09-24 15:33:50 -05:00
parent 06502abe3e
commit 42191729ae
40 changed files with 3650 additions and 19524 deletions

View File

@@ -36,6 +36,7 @@ class IMICFPS
Gosu::Color.rgba(@base_color.red-i*@color_step, @base_color.green-i*@color_step, @base_color.blue-i*@color_step, 200)
)
end
end
@background.draw(0, 0, 0)
@@ -125,4 +126,4 @@ class IMICFPS
def clicked; @block.call; end
end
end
end
end