-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- This changes the behaviour of the zorder attribute of image, text, and listbox objects. *** Layouts that use the zorder attribute may have to be updated as a result *** - zorder attribute can be set to any integer value. The value stays at whatever it is set to (previous behaviour was that all objects had a unique zorder value, forced in to the range of 0 to number of objects-1) - objects with a lower zorder are drawn first. Order remains stable when objects are assigned the same zorder. - Default zorder value is 0, with objects drawn in their order of creation - updates to loader/hyperspin.nut to address zorder changes
- Loading branch information
Showing
4 changed files
with
49 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters