TahliaK / wight-whale

2D Java Game Engine
GNU General Public License v3.0
0 stars 0 forks source link

Add Image Controller #9

Open TahliaK opened 4 years ago

TahliaK commented 4 years ago

Image controller should minimize unnecessary file-read/calls by storing image class objects with their associated filenames. If two game segments in the same map use the same sprite, that should not use more than 1 file I/O call for that sprite.