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
8484a93eda
GraphicsEditor
/
addons
/
graphics_editor
/
ViewportContainer.gd
7 lines
79 B
GDScript3
Raw
Normal View
History
Unescape
Escape
First commit!
2019-08-04 09:57:42 +02:00
extends
ViewportContainer
added resize, toggle grid, fix mouse interacting with canvas outside of window, improved performance, only render when changed, using TextureRects' set_pixel instead of drawing rects, canvas size can be changed, load file added ( loadfile and save file might be broken due to change of layer rendering/data structure change)
2020-10-30 12:32:04 +01:00
tool
First commit!
2019-08-04 09:57:42 +02:00
func
_ready
(
)
:
added resize, toggle grid, fix mouse interacting with canvas outside of window, improved performance, only render when changed, using TextureRects' set_pixel instead of drawing rects, canvas size can be changed, load file added ( loadfile and save file might be broken due to change of layer rendering/data structure change)
2020-10-30 12:32:04 +01:00
get_child
(
0
)
.
size
=
rect_size
First commit!
2019-08-04 09:57:42 +02:00
Reference in New Issue
Copy Permalink