mirror of
https://github.com/edubart/otclient.git
synced 2025-12-29 19:07:10 +01:00
Introduce 4 new functions:
- g_map.beginGhostMode(float opacity) - g_map.endGhostMode() - UIMap::movePixels(int x, int y) - MapView::move(int x, int y)
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
|
||||
void drawSelf(Fw::DrawPane drawPane);
|
||||
|
||||
void movePixels(int x, int y);
|
||||
bool setZoom(int zoom);
|
||||
bool zoomIn();
|
||||
bool zoomOut();
|
||||
|
||||
Reference in New Issue
Block a user