Maksim Tuprikov
Maksim Tuprikov
As I remember there are several issues with obb/apk (need to build both) and re-check all other platforms + deploy HTML
and --resolve by default
If in game.project we have fields ``` [defos] view_width = 960 view_height = 540 ``` on HTML5 build the initial size of canvas will be this size until window is...
Add a way to store logger output to file or several files
Add a path to `game.project` to JSON file with content ```json { "logger_name": "FATAL", "game.project": "TRACE", "gui.*": "WARN", // Probably we can use * to mask several characters? } ```...
Allowing custom handlers for log messages. This lets users store or send them as needed. Syntax: ```lua log.set_callback(function(logger, level, message, context) -- Handle log messages end) ```