Remove some more junk from the texture thing.

This commit is contained in:
Zed A. Shaw 2025-01-27 10:25:49 -05:00
parent d0d3c8bc04
commit 3519c73079
3 changed files with 12 additions and 16 deletions

View file

@ -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;