Compare commits

..

2 Commits

Author SHA1 Message Date
8792db1eed add Content/ to gitignore 2020-11-20 17:38:35 -05:00
7f7da206c9 add whitespace line 2020-11-20 17:38:23 -05:00
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Content/
# User-specific files
*.suo
*.user

View File

@ -67,6 +67,7 @@ namespace SemiColinGames {
// world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json"));
// world = new TreeWorld();
world = new ShmupWorld();
scene?.Dispose();
// scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera);
// scene = new TreeScene(GraphicsDevice);