-
Notifications
You must be signed in to change notification settings - Fork 3
Upcoming Versions
ebernerd edited this page Sep 19, 2016
·
1 revision
###The next version of Cobalt is v1.2
.
Here is a basic rundown of the changes:
- Full localization of libraries. To load external Cobalt libraries (i.e., Cobalt-UI), use the function
cobalt.loadPackage( path )
. For example, to load Cobalt-UI, the function would readcobalt.loadPackage( "cobalt-ui" )
- Images have been added to Cobalt-UI. They must be loaded from .nfp files, and are scaleable.
-
cobalt.die( info )
allows you to safely crash a program with information saved to the crash log - Crash logs are now better formatted so that they are easier to understand. They also include more information, such as the last known event was called for better understanding of your bugs.
- Bugfixes.
Beta build v1.2b1
is available. Run the installer as pastebin run h5h4fm3t beta
This project has been retired. Please view Cobalt 2.