Game Development Reference
In-Depth Information
Creating an equipment tab
This is the last step of our menu. We will create a tab with which the player can change the
weapon, armor, accessory, and skill of the character, which will also update the status tab, as
we can see in the following screenshot:
Engage Thrusters
We will start this secion by adding the parameters:
1. Go back to MonoDevelop , open Menu.js , and add the following code to it:
//Equip tab
private var r_equipBox : Rect = new Rect (237, 67, 360, 207);
private var r_equipWeaponBox : Rect = new Rect (237, 280, 360,
157);
 
Search WWH ::




Custom Search