1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

save mapzoom

This commit is contained in:
Laserlicht
2025-02-21 23:01:47 +01:00
parent 3627731041
commit 7beabc44ea
3 changed files with 16 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ public:
void setViewCenter(const int3 & position);
void setViewCenter(const Point & position, int level);
void setTileSize(const Point & tileSize);
void setTileSize(const Point & tileSize, bool setTarget = true);
void modifyTileSize(int stepsChange, bool useDeadZone);
void tick(uint32_t timePassed);
void afterRender();