Move pixel perfect and mirror code to drawers class (#255)

This commit is contained in:
Kinwailo 2020-06-04 19:11:24 +08:00 committed by GitHub
parent 7371cd79e4
commit 30f8891f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 64 deletions

View file

@ -25,6 +25,11 @@ _global_script_classes=[ {
"path": "res://src/Classes/Cel.gd"
}, {
"base": "Reference",
"class": "Drawer",
"language": "GDScript",
"path": "res://src/Classes/Drawers.gd"
}, {
"base": "Reference",
"class": "Frame",
"language": "GDScript",
"path": "res://src/Classes/Frame.gd"
@ -58,6 +63,7 @@ _global_script_class_icons={
"AnimationTag": "",
"Canvas": "",
"Cel": "",
"Drawer": "",
"Frame": "",
"Guide": "",
"Layer": "",