game: edits before bouild for stld and 3rt

This commit is contained in:
Sc0rch-thinks 2024-08-16 21:20:31 +08:00
parent a33c40878d
commit e75ae7df7d
22 changed files with 1283 additions and 608 deletions

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 57737c1a61f488b4d899846ba78ecc7c
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 38c13996e867ef34dbfb5c7bf32f2d2d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 9567f054637bcab479de2f96d0e368be
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,7 @@ public enum DoorType
/// <summary>
/// a bool to check if the door is open
/// </summary>
[HideInInspector] public bool isOpen;
[HideInInspector] public bool isOpen=false;
/// <summary>
/// a bool to check if the door is opening

View file

@ -91,6 +91,7 @@ public IEnumerator Move(int floorsMoved)
yield return null;
}
_liftDoor.StartCoroutine("OpenDoor");
moving = false;
}
}