box 
Vars | |
| color_state | state that determines what this can be colored to |
|---|---|
| colorable_to | list containing a list of what this box can change into when colored, probably don't want to manually edit this, use add_to_colorable_lists() |
| colorable_to_radial | list containing a list of what this box can change into when colored, used in the radial menu popup. Probably don't want to manually edit this, use add_to_colorable_lists() |
Procs | |
| add_to_colorable_lists | helper function to add to the colors a box can turn into |
Var Details
color_state 
state that determines what this can be colored to
colorable_to 
list containing a list of what this box can change into when colored, probably don't want to manually edit this, use add_to_colorable_lists()
colorable_to_radial 
list containing a list of what this box can change into when colored, used in the radial menu popup. Probably don't want to manually edit this, use add_to_colorable_lists()
Proc Details
add_to_colorable_lists
helper function to add to the colors a box can turn into
- name - the name of the new box in the radial menu
- color - what color of crayon caused the box to change
- object - the new item to create when you recolor a box