Version 1.2 update 4 ( v1.2.0.4 )
+ Small scripting/modding update, fixed some bug with moddable custom UI button text creation.
+ And now all outside *.gd scripts will be able to call _ready(), _process(delta), _input(event), _unhandled_input(event) after connecting them in _ready() function in p_game.gd script.