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
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
## files generated by popular Visual Studio add-ons.
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
|
||||||
Content/
|
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
|
@ -67,7 +67,6 @@ namespace SemiColinGames {
|
|||||||
// world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json"));
|
// world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json"));
|
||||||
// world = new TreeWorld();
|
// world = new TreeWorld();
|
||||||
world = new ShmupWorld();
|
world = new ShmupWorld();
|
||||||
|
|
||||||
scene?.Dispose();
|
scene?.Dispose();
|
||||||
// scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera);
|
// scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera);
|
||||||
// scene = new TreeScene(GraphicsDevice);
|
// scene = new TreeScene(GraphicsDevice);
|
||||||
|
Loading…
Reference in New Issue
Block a user