Go to file
2020-11-30 14:57:34 +01:00
addons Fix drawing in the editor. 2020-11-30 14:57:34 +01:00
installer Initial commit. 2020-11-28 22:32:58 +01:00
Misc Initial commit. 2020-11-28 22:32:58 +01:00
pixelorama_data Initial commit. 2020-11-28 22:32:58 +01:00
.gitignore Initial commit. 2020-11-28 22:32:58 +01:00
LICENSE Initial commit. 2020-11-28 22:32:58 +01:00
project.godot Removal of the DrawGD/Global singleton part 1. 2020-11-29 16:34:17 +01:00
README.md Initial commit. 2020-11-28 22:32:58 +01:00

draw_gd

My goal with this project is to take Pixelorama's code, simplify it as much as possible, and make it an editor plugin, to have an in-godot texture/image editor.

If it turns out well I'll probably turn it into a c++ engine module eventually.