mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:24:43 -04:00
Move pixel perfect and mirror code to drawers class (#255)
This commit is contained in:
parent
7371cd79e4
commit
30f8891f21
4 changed files with 61 additions and 64 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue