Skip to content

Commit

Permalink
Add /atom/var/bounds to builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored May 14, 2020
1 parent 4dd04f4 commit 134f362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dreammaker/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ pub fn register_builtins(tree: &mut ObjectTree) -> Result<(), DMError> {
atom/var/tmp/appearance; // not editable
atom/var/appearance_flags = int!(0);
atom/var/blend_mode = int!(0);
atom/var/bounds;
atom/var/color;
atom/var/list/atom/contents; // TODO: editable on movables only
atom/var/density = int!(0);
Expand Down

0 comments on commit 134f362

Please sign in to comment.