Files
BABA_YAGA/Assets/Presets/MazeRework.asset

27 lines
697 B
Plaintext
Raw Normal View History

2026-07-04 01:51:03 +07:00
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 30892b1102feb6841a9288ddb11ef50d, type: 3}
m_Name: MazeRework
m_EditorClassIdentifier: Assembly-CSharp::Baba_yaga.GameSetup.MazeRework.MazeReworkConfig
2026-07-04 06:29:20 +07:00
algorithm: 0
width: 13
depth: 13
2026-07-04 01:51:03 +07:00
useRandomSeed: 1
seed: 1989
2026-07-04 01:51:03 +07:00
startLocation: {x: 1, y: 1}
generateRooms: 1
roomCount: 2
2026-07-04 01:51:03 +07:00
minRoomSize: {x: 3, y: 3}
maxRoomSize: {x: 5, y: 5}
extraRoomDoorChance: 1
2026-07-04 01:51:03 +07:00
loopChance: 0.1