1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Add read only mode to SpriteFrames editor.

This commit is contained in:
SaracenOne
2022-09-06 14:47:13 +01:00
parent b8977ca333
commit 15e2ddbbc0
2 changed files with 32 additions and 1 deletions

View File

@@ -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;