game: edits before bouild for stld and 3rt
This commit is contained in:
parent
a33c40878d
commit
e75ae7df7d
|
@ -1,7 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 57737c1a61f488b4d899846ba78ecc7c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -1,7 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 38c13996e867ef34dbfb5c7bf32f2d2d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -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
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-0_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-0_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-0_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-0_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-1_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-1_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-1_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-1_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-2_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-2_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-2_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-2_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-3_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-3_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-3_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-3_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-4_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-4_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-4_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-4_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-5_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-5_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-5_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-5_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-6_comp_dir.png
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-6_comp_dir.png
(Stored with Git LFS)
Binary file not shown.
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-6_comp_light.exr
(Stored with Git LFS)
BIN
RunningLateGame/Assets/Scenes/Playgrounds/FinalScene/Lightmap-6_comp_light.exr
(Stored with Git LFS)
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -91,6 +91,7 @@ public IEnumerator Move(int floorsMoved)
|
|||
yield return null;
|
||||
}
|
||||
|
||||
_liftDoor.StartCoroutine("OpenDoor");
|
||||
moving = false;
|
||||
}
|
||||
}
|
Reference in a new issue