support for 512x512 textures

This commit is contained in:
h4570
2022-07-30 15:03:46 +02:00
parent b7b32fb35a
commit ff2967c7e5
5 changed files with 30 additions and 9 deletions
@@ -41,6 +41,9 @@ class IntroWarInfoState : public State<IntroStateType> {
IntroStateType state;
bool _wantFinish;
bool initialized;
Texture* warInfoTexture;
Sprite* warInfoSprite;
};
} // namespace Demo