ceaad6bee0Lua bindings now return pointer class members. Added an equality operator for Lua classes (you can just use == instead of same_c_class now). Updated examples to reflect new changes. UI scroll bars and tree containers will now set cursor to arrow.
12 anni fa
Ivan Safrin
0c7d315b87Added ability to edit screen entity width and height in the editor. Entities no longer default to 50x50 size in editor, but use the source entity dimensions. Adjusted platformer example to set entity sizes in the editor.
12 anni fa
Ivan Safrin
438a160ccfAdded platformer game example to Lua examples