1
0
Fork 0

Sorry for the spiders

This commit is contained in:
Piegames 2018-04-24 03:51:35 +02:00
parent 1b14b6c633
commit 755ed5ee65
2 changed files with 3 additions and 1 deletions

View file

@ -453,7 +453,7 @@ public class DungeonGenerator {
Objective o = null; Objective o = null;
int rand = UnityEngine.Random.Range(0, 7); int rand = UnityEngine.Random.Range(0, 7);
switch (6) { switch (rand) {
case 0: case 0:
case 1: { case 1: {
// Scorpion Attack!!!!: // Scorpion Attack!!!!:

View file

@ -31,6 +31,8 @@ GraphicsSettings:
m_AlwaysIncludedShaders: m_AlwaysIncludedShaders:
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: [] m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0} type: 0}