Skip to content

Commit

Permalink
Remove GUI dependence on tscn files (space-wizards#812)
Browse files Browse the repository at this point in the history
* 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
Moneyl authored and PJB3005 committed May 24, 2019
1 parent 1b38996 commit b92ea9a
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 558 deletions.
115 changes: 0 additions & 115 deletions Resources/Scenes/OptionsMenu/OptionsMenu.tscn

This file was deleted.

115 changes: 0 additions & 115 deletions Resources/Scenes/Placement/EntitySpawnItem.tscn

This file was deleted.

Loading

0 comments on commit b92ea9a

Please sign in to comment.