Added guides

- Added horizontal & vertical guides which can be dragged from their respective rulers
- Fixed bug when opening and importing files
This commit is contained in:
OverloadedOrama 2019-11-21 00:11:21 +02:00
parent 8b5ee21d01
commit 224316256c
10 changed files with 186 additions and 98 deletions

View file

@ -14,6 +14,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://Scripts/Canvas.gd"
}, {
"base": "Line2D",
"class": "Guide",
"language": "GDScript",
"path": "res://Scripts/Guides.gd"
}, {
"base": "Button",
"class": "LayerContainer",
"language": "GDScript",
@ -21,6 +26,7 @@ _global_script_classes=[ {
} ]
_global_script_class_icons={
"Canvas": "",
"Guide": "",
"LayerContainer": ""
}