COMP90041 / city-tank-game

1 stars 16 forks source link

added colors #15

Closed pridhviu closed 4 years ago

pridhviu commented 4 years ago

I have created an array of same size as bitmap in Renderer to hold the color values of each item(pixel) in the bitmap array. I have made this new colorBitmap array of String type. If we need to reduce memory consumption maybe it can be made an integer array where each integer value represents a color from the Color class. This is for #5