pandemonium_paint_experimental/game/mockup/editor.gd

19 lines
532 B
GDScript3
Raw Normal View History

extends Node
# Paint editor module
# Sidebar
# 1 class
# by default it should have the color grid, and a color chooser, and module support
# modules could be added for paintnode derived classes
# it just forwards the currect selction to hem so they can
# handle whether they want to be shown for a particular class
# should have customizable location (left / right) Voxelman has the code
# Other
# the top file new etc menu is not needed, as now all of that are going to be handled via nodes and
# the editor's functionality