Changed icons, added Todo, fixed location of icons in properties combo box

This commit is contained in:
andreja6
2019-11-03 23:23:34 -08:00
parent 552be1ec54
commit 7898df7a8e
8 changed files with 151 additions and 148 deletions

View File

@@ -8,7 +8,7 @@ Instance::Instance(void)
parent = NULL;
name = "Default Game Instance";
className = "BaseInstance";
listicon = 0;
listicon = 1;
canDelete = true;
}