Commit 5d748308 authored by xujr's avatar xujr

UI调整

parent 8dec1437
...@@ -8,16 +8,20 @@ public class PropSelectUI : MonoBehaviour ...@@ -8,16 +8,20 @@ public class PropSelectUI : MonoBehaviour
public GameObject m_strengthObj; public GameObject m_strengthObj;
public GameObject m_doubleObj; public GameObject m_doubleObj;
public GameObject m_coinObj; public GameObject m_coinObj;
public GameObject m_bulletObj;
public GameObject m_strengthSymbolObj; public GameObject m_strengthSymbolObj;
public GameObject m_doubleSymbolObj; public GameObject m_doubleSymbolObj;
public GameObject m_coinSymbolObj; public GameObject m_coinSymbolObj;
public GameObject m_bulletSymbolObj;
public GameObject m_strengthMaskObj; public GameObject m_strengthMaskObj;
public GameObject m_doubleMaskObj; public GameObject m_doubleMaskObj;
public GameObject m_coinMaskObj; public GameObject m_coinMaskObj;
public GameObject m_bulletMaskObj;
public Button m_strengthButton; public Button m_strengthButton;
public Button m_doubleButton; public Button m_doubleButton;
public Button m_coinButton; public Button m_coinButton;
public Button m_bulletButton;
private bool m_bIsBuyOne; private bool m_bIsBuyOne;
private bool m_bIsBuyTwo; private bool m_bIsBuyTwo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment