This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
GraphicsEditor
Watch
1
Star
0
Fork
0
You've already forked GraphicsEditor
mirror of
https://github.com/Relintai/GraphicsEditor.git
synced
2024-11-12 08:15:17 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1787477fc
GraphicsEditor
/
addons
/
graphics_editor
/
actions
History
cobrapitz
f1787477fc
got action do/undo working, added brush'
2020-10-26 20:31:41 +01:00
..
Action.gd
reimplementd how pixels are drawn, not suing texture but hte draw_rect method which shouldn't take that much performance, also acxcessing the pxiels per idx (1D) with x_pos + y_pos * canvas_width = idx
2020-10-26 17:01:31 +01:00
Brush.gd
got action do/undo working, added brush'
2020-10-26 20:31:41 +01:00
Pencil.gd
got action do/undo working, added brush'
2020-10-26 20:31:41 +01:00