Remove some more junk from the texture thing.
This commit is contained in:
parent
d0d3c8bc04
commit
3519c73079
3 changed files with 12 additions and 16 deletions
|
@ -16,14 +16,9 @@ struct Sprite {
|
|||
double x;
|
||||
double y;
|
||||
SpriteTexture sprite;
|
||||
double elevation=0;
|
||||
int uDiv=1;
|
||||
int vDiv=1;
|
||||
};
|
||||
|
||||
struct TexturePack {
|
||||
int NUM_SPRITES=1;
|
||||
|
||||
std::vector<sf::Image> images;
|
||||
std::vector<Sprite> sprites;
|
||||
std::unordered_map<std::string, SpriteTexture> sprite_textures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue