Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GUI dependence on tscn files (space-wizards#812)
* Remove unused options menu tscn * Move SS14Window to pure C# * Move SpriteView to pure C# * Move EntitySpawnWindow and EntitySpawnItem to pure C# * Removes using statements accidentally added by resharper * Set EntitySpawnWindow default size to normal value Note that in construction menu and storage menu this had to be done in the object initializer and didn't work if it was set in the Initialize function for the respective menus. For whatever reason setting it in the EntitySpawnWindow.Initialize works fine.
- Loading branch information