Files
FreewayGamesTest/Assets/Config/MinesweeperUiConfig.asset
T
2026-06-06 22:33:15 +07:00

37 lines
1.5 KiB
Plaintext

%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: a3b0d5a2a71d45ad9f4ac4f77158c101, type: 3}
m_Name: MinesweeperUiConfig
m_EditorClassIdentifier: Assembly-CSharp::Minesweeper.Config.MinesweeperUiConfig
smileSprite: {fileID: -1742511488406231654, guid: 4c4c10e49c2777748899d811a0e67689, type: 3}
surprisedSprite: {fileID: 3671161086415039645, guid: 4c4c10e49c2777748899d811a0e67689, type: 3}
coolSprite: {fileID: -4087064840323337479, guid: 4c4c10e49c2777748899d811a0e67689, type: 3}
deadSprite: {fileID: -3219474053889490514, guid: 4c4c10e49c2777748899d811a0e67689, type: 3}
cellButtonPrefab: {fileID: 6406400753494049822, guid: 266915ac0173ea44b81985eb253dfa88, type: 3}
mineSprite: {fileID: 0}
flagSprite: {fileID: 0}
closedCellSprite: {fileID: 0}
openedCellSprite: {fileID: 0}
defaultTextColor: {r: 0, g: 0, b: 0, a: 1}
oneMineTextColor: {r: 0, g: 0, b: 1, a: 1}
twoMineTextColor: {r: 0, g: 1, b: 0, a: 1}
threeMineTextColor: {r: 1, g: 0, b: 0, a: 1}
fourMineTextColor: {r: 0, g: 0, b: 0.5, a: 1}
fiveMineTextColor: {r: 0.5, g: 0, b: 0, a: 1}
sixMineTextColor: {r: 0, g: 1, b: 1, a: 1}
sevenMineTextColor: {r: 0, g: 0, b: 0, a: 1}
eightMineTextColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
referenceCellSize: 100
boardPaddingRatio: 0.15
gridSpacingRatio: 0.02
minimumCellSize: 8