1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Improve TileMap and TileSet editors UI

This commit is contained in:
arkology
2025-03-01 21:11:49 +03:00
parent 54278a48e7
commit 1be23eee2c
5 changed files with 30 additions and 18 deletions

View File

@@ -44,8 +44,8 @@ class SplitContainer;
class EditorFileDialog;
class EditorInspectorPlugin;
class TileSetEditor : public Control {
GDCLASS(TileSetEditor, Control);
class TileSetEditor : public MarginContainer {
GDCLASS(TileSetEditor, MarginContainer);
static TileSetEditor *singleton;