finish laser puzzle easy

This commit is contained in:
2023-04-11 14:44:13 +02:00
parent a0aaf5e87d
commit a866257535
12 changed files with 288 additions and 4 deletions

View File

@@ -0,0 +1,127 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &1227162583285562723
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4021601992598294505}
- component: {fileID: 1627856688696095672}
m_Layer: 0
m_Name: Dispenser Orb Group
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4021601992598294505
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1227162583285562723}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 3095507210209193804}
m_Father: {fileID: 0}
m_RootOrder: -1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1627856688696095672
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1227162583285562723}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 78710552a03d4c07ac3b37d4e20a5f5f, type: 3}
m_Name:
m_EditorClassIdentifier:
size: {x: 1, y: 1}
--- !u!1001 &6642966773659066481
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 4021601992598294505}
m_Modifications:
- target: {fileID: 8558524283348193081, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_Name
value: Respawning Dispenser Orb
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalPosition.x
value: -0.089
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalPosition.y
value: 0.1
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalPosition.z
value: -0.072
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.99402434
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalRotation.y
value: 0.10915863
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 12.534
objectReference: {fileID: 0}
- target: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 47b21ad213905c342b92fc5b384878c4, type: 3}
--- !u!4 &3095507210209193804 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 8558524283348193085, guid: 47b21ad213905c342b92fc5b384878c4,
type: 3}
m_PrefabInstance: {fileID: 6642966773659066481}
m_PrefabAsset: {fileID: 0}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 74d86449193b6ab45ae889a9a72472d6
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,10 @@
using EscapeRoomEngine.Engine.Runtime.Modules;
using EscapeRoomEngine.Engine.Runtime.Modules.State;
namespace Station46.Modules.Dispenser.Scripts
{
public class DispenserOrbGroup : ModuleState
{
public override void SetModule(Module module) {}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 78710552a03d4c07ac3b37d4e20a5f5f
timeCreated: 1683722171

View File

@@ -73,6 +73,11 @@ PrefabInstance:
propertyPath: m_Name
value: Laser Platform Sink
objectReference: {fileID: 0}
- target: {fileID: 8806812405325907620, guid: 7a8b76a212391334ea8e3937df152874,
type: 3}
propertyPath: m_Center.z
value: -10.25
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []

View File

@@ -180,7 +180,7 @@ Transform:
m_Children:
- {fileID: 4721832177169651751}
m_Father: {fileID: 0}
m_RootOrder: 0
m_RootOrder: -1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &3450952798919546212
MonoBehaviour:
@@ -231,4 +231,4 @@ BoxCollider:
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 0.125, y: 0.25, z: 0.125}
m_Center: {x: 0, y: 0.125, z: -10.25}
m_Center: {x: 0, y: 0.125, z: -0.25}