mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 15:24:43 -05:00
Handiling tile modes in each project (#388)
* Handiling tile modes in each project Co-authored-by: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
This commit is contained in:
parent
d7008362b5
commit
96454a2d57
6 changed files with 11 additions and 12 deletions
|
|
@ -5,6 +5,7 @@ class_name Project extends Reference
|
|||
var name := "" setget name_changed
|
||||
var size : Vector2 setget size_changed
|
||||
var undo_redo : UndoRedo
|
||||
var tile_mode : int = Global.Tile_Mode.NONE
|
||||
var undos := 0 # The number of times we added undo properties
|
||||
var has_changed := false setget has_changed_changed
|
||||
var frames := [] setget frames_changed # Array of Frames (that contain Cels)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue