Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BoomMaster
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanqing
BoomMaster
Commits
5d748308
Commit
5d748308
authored
Feb 09, 2021
by
xujr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI调整
parent
8dec1437
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1763 additions
and
141 deletions
+1763
-141
PropSelectUI.cs
BoomMaster/Assets/#A2_Scripts/Battle/UI/PropSelectUI.cs
+4
-0
BattleUI.prefab
BoomMaster/Assets/#A3_Prefabs/BattleUI.prefab
+1759
-141
No files found.
BoomMaster/Assets/#A2_Scripts/Battle/UI/PropSelectUI.cs
View file @
5d748308
...
...
@@ -8,16 +8,20 @@ public class PropSelectUI : MonoBehaviour
public
GameObject
m_strengthObj
;
public
GameObject
m_doubleObj
;
public
GameObject
m_coinObj
;
public
GameObject
m_bulletObj
;
public
GameObject
m_strengthSymbolObj
;
public
GameObject
m_doubleSymbolObj
;
public
GameObject
m_coinSymbolObj
;
public
GameObject
m_bulletSymbolObj
;
public
GameObject
m_strengthMaskObj
;
public
GameObject
m_doubleMaskObj
;
public
GameObject
m_coinMaskObj
;
public
GameObject
m_bulletMaskObj
;
public
Button
m_strengthButton
;
public
Button
m_doubleButton
;
public
Button
m_coinButton
;
public
Button
m_bulletButton
;
private
bool
m_bIsBuyOne
;
private
bool
m_bIsBuyTwo
;
...
...
BoomMaster/Assets/#A3_Prefabs/BattleUI.prefab
View file @
5d748308
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment