17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
Module
|
|
name: game
|
|
description: Create the game interface, where the ingame stuff starts
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoLoad: true
|
|
dependencies:
|
|
- core
|
|
- tibiafiles
|
|
- topmenu
|
|
- entergame
|
|
- background
|
|
|
|
onLoad: |
|
|
require 'game'
|
|
return true
|