new punch-to-colorize scheme

using a tool, the airbrush, for the job

point at air/nothing and punch while wielding the airbrush
to open the color selection form.
This commit is contained in:
Vanessa Dannenberg
2018-08-26 02:37:58 -04:00
parent 568168fe1f
commit 414d72d2a6
6 changed files with 273 additions and 17 deletions

4
API.md
View File

@ -42,10 +42,6 @@ These two are used to re-orient `wallmounted` nodes after placing. The former al
This serves the same purpose as the `fix_rotation_nsew`, but is used to restrict the node's rotation after it's been hit with the screwdriver.
**`unifieddyes.select_node(pointed_thing)`**
Just what it says on the tin. :-) This function returns a position and node definition of whatever is being pointed at.
**`unifieddyes.is_buildable_to(placer_name, ...)`**
Again, another obvious one, returns whether or not the pointed node is `buildable_to` (can be overwritten by another node).