Add read only mode to SpriteFrames editor.
This commit is contained in:
parent
b8977ca333
commit
15e2ddbbc0
2 changed files with 32 additions and 1 deletions
|
|
@ -57,6 +57,8 @@ class SpriteFramesEditor : public HSplitContainer {
|
|||
};
|
||||
int dominant_param = PARAM_FRAME_COUNT;
|
||||
|
||||
bool read_only = false;
|
||||
|
||||
Button *load = nullptr;
|
||||
Button *load_sheet = nullptr;
|
||||
Button *_delete = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue