mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-07 16:52:10 +01:00
19 lines
532 B
GDScript
19 lines
532 B
GDScript
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
|