Compare commits
No commits in common. "8792db1eedbb1d1cd703bfdff9d1f34b27d57ae5" and "5d9a7205a1f0ef36614e3030afb531380dc9f8b9" have entirely different histories.
8792db1eed
...
5d9a7205a1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,8 +1,6 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
Content/
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
|
@ -67,7 +67,6 @@ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user