Upload Scence.

pull/5/head
SherlockShiYL 2022-03-17 15:20:04 -07:00
parent 235369005d
commit 3e3a933385
3 changed files with 1 additions and 23 deletions

View File

@ -14,11 +14,10 @@ MonoBehaviour:
m_EditorClassIdentifier:
name: ZhaoYun
description:
artwork: {fileID: 0}
artwork: {fileID: 21300000, guid: 0c5ad4d47b284844ca0fce58c9b22564, type: 3}
cost: 0
attack: 0
defense: 0
movement: 1
cardTags:
- {fileID: 11400000, guid: cf728e5d8a62fa3418d2f3daa01f93df, type: 2}
- {fileID: 11400000, guid: 53185ea05ebfbd843b009cb14101377a, type: 2}

View File

@ -475,25 +475,5 @@ PrefabInstance:
propertyPath: m_Name
value: UIDeck
objectReference: {fileID: 0}
- target: {fileID: 5083260762951157943, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5277353724762008331, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}
propertyPath: m_AnchorMax.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5277353724762008331, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}
propertyPath: m_AnchorMin.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5277353724762008331, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}
propertyPath: m_AnchoredPosition.x
value: 425
objectReference: {fileID: 0}
- target: {fileID: 5277353724762008331, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}
propertyPath: m_AnchoredPosition.y
value: -75
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 0890cb6eff04b7c46be2a388688fe4d6, type: 3}

View File

@ -125,7 +125,6 @@ public class Deck : MonoBehaviour
tempCardDisplay.transform.Find("Button").gameObject.GetComponent<Image>().sprite = discardList[index].artwork;
tempCardDisplay.SetActive(true);
drawDisplayList.Add(tempCardDisplay);
discardList[index] = discardList[discardList.Count - 1];
discardList.RemoveAt(discardList.Count - 1);
};