Internationalization support is a technology that enables the software to display different texts around the world. Currently, it has built-in support for Chinese and English.
Global class client entry module: ClientMain.lua
Describe the global class client development entry module, objects in the module and event response methods.
Global class service interface api object
Describes the api object in the global server and exposes the functions used by the server development. Please note that the method is different from the api object method in the room.
Global class service module: ServerMain.lua
Another global service game mode
docker notes
Record the docker commands I commonly use and will update them from time to time.
Client entry module:ClientMain.lua
Describe the client development entry module, objects in the module and event response methods.
Drawing interface
Drawing interface, simple and easy to use, you can draw points, lines, holds, textures and other functions.
Client Constants constant light table
Describes the always-on table in the client, which defines the required constant lights for keyboard and touch.
Client interface api object
Describes the api object in the client and exposes the functions used by the client for development.
Server interface api object
Describes the api object in the server and exposes the functions used by the server for development.