cs230-group31 / project-spleego

CS230 Assignment Two
1 stars 0 forks source link

Silkbag contains tile's height, width and image location. #45

Open liamdln opened 3 years ago

liamdln commented 3 years ago

I don't think the silkbag needs to know the tiles height, image location and width. This should be moved into the tile itself. The silkbag just needs to build a set of tiles and send them to a player when requested.