elluminance

Results 4 issues of elluminance

Some things use locked values when it comes to numeric inputs - for example, most scalable props' size must be a multiple of , and the editor does respect that...

The size of some pipe types (such as `HORIZONTAL`) can be scaled in the x/y direction, yet the editor has no support for this functionality.

Many resources in CrossCode use a form of "dotted path". For example, when loading a map you do something like `ig.game.teleport("autumn.path-01")` to load the map stored at `data/maps/autumn/path-01.json`. Or, when...

In most programs, when one uses the "Save As" function, it changes the currently "open" file so that subsequent saves will apply to the 'saved as' file. For example, let's...