Add backbone for card creation and implement Camera minigame mechanics
This commit is contained in:
41
Assets/Data/Cards/CardVisualConfig.asset
Normal file
41
Assets/Data/Cards/CardVisualConfig.asset
Normal file
@@ -0,0 +1,41 @@
|
||||
%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: a82f88f485b4410e9eb7c383b44557cf, type: 3}
|
||||
m_Name: CardVisualConfig
|
||||
m_EditorClassIdentifier: AppleHillsScripts::AppleHills.Data.CardSystem.CardVisualConfig
|
||||
rarityColors:
|
||||
- rarity: 0
|
||||
color: {r: 0.7132075, g: 0.4388013, b: 0, a: 1}
|
||||
- rarity: 1
|
||||
color: {r: 0, g: 0.6603774, b: 0.10775841, a: 1}
|
||||
- rarity: 2
|
||||
color: {r: 0, g: 0.19755316, b: 1, a: 1}
|
||||
- rarity: 3
|
||||
color: {r: 0.5849056, g: 0, b: 0.4619053, a: 1}
|
||||
- rarity: 4
|
||||
color: {r: 0.96563864, g: 1, b: 0.0056602955, a: 1}
|
||||
zoneVisuals:
|
||||
- zone: 0
|
||||
color: {r: 0.8, g: 0.9, b: 0.8, a: 1}
|
||||
backgroundShape: {fileID: 8542402908941169558, guid: 84a9632f9bdc1ee4bab91cf4b764b5f7, type: 3}
|
||||
- zone: 1
|
||||
color: {r: 0.85, g: 0.8, b: 0.7, a: 1}
|
||||
backgroundShape: {fileID: -1529071355430692878, guid: 84a9632f9bdc1ee4bab91cf4b764b5f7, type: 3}
|
||||
- zone: 2
|
||||
color: {r: 0.6, g: 0.8, b: 0.6, a: 1}
|
||||
backgroundShape: {fileID: 1152548570994208632, guid: 84a9632f9bdc1ee4bab91cf4b764b5f7, type: 3}
|
||||
- zone: 3
|
||||
color: {r: 0.7, g: 0.7, b: 0.9, a: 1}
|
||||
backgroundShape: {fileID: 8542402908941169558, guid: 84a9632f9bdc1ee4bab91cf4b764b5f7, type: 3}
|
||||
- zone: 4
|
||||
color: {r: 0.9, g: 0.85, b: 0.7, a: 1}
|
||||
backgroundShape: {fileID: -1529071355430692878, guid: 84a9632f9bdc1ee4bab91cf4b764b5f7, type: 3}
|
||||
Reference in New Issue
Block a user