Added functionality to change edit mode, made resource browser accessible from the world editor

This commit is contained in:
Aruki
2017-02-12 10:41:13 -07:00
parent ce0c544168
commit 4d87ef0312
12 changed files with 313 additions and 231 deletions

View File

@@ -13,8 +13,8 @@ WCreateTab::WCreateTab(CWorldEditor *pEditor, QWidget *pParent /*= 0*/)
mpEditor = pEditor;
mpEditor->Viewport()->installEventFilter(this);
connect(mpEditor, SIGNAL(LayersModified()), this, SLOT(OnLayersChanged()));
connect(mpEditor, SIGNAL(LayersModified()), this, SLOT(OnLayersChanged()));
connect(ui->SpawnLayerComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(OnSpawnLayerChanged(int)));
}