mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
experimental minimap
* a lot of rework in MapView * new APIs for UIMap
This commit is contained in:
15
modules/game_minimap/minimap.otmod
Normal file
15
modules/game_minimap/minimap.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_minimap
|
||||
description: Manage minimap
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependecies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'minimap'
|
||||
Minimap.init()
|
||||
|
||||
@onUnload:
|
||||
Minimap.terminate()
|
Reference in New Issue
Block a user