## V-Pad Customize
You can control the V-Pad using ScreenTouchPad and ScreenButton.
You can turn V-Pad On/Off from UIController_TouchPad_Horizontal, and UIController_TouchPad_Vertical Prefab.
Below is how it looks with Touch Pad turned off. You can turn the Jump Button off the same way.

<br>
## Double Jump Setting
Double Jump
You can start using it from World Package 1.1.6.
<br>
** Setting Up through V-Pad Prefab **
<br>
Please set up as below if you're using Double Jump through V-Pad Button.
<br>
Click on the UIController_TouchPad_Vertical or UIController_TouchPad_Horizontal prefab.

<br>
Select Jump from the Prefab list.

<br>
As seen below, click the + button from OnPointDownEvent() and drag the UIController_TouchPad_Vertical or UIController_TouchPad_Horizontal from the Object slot to set up.

<br>
Click the No Function part, then set up the UIZepetoPlayerControl > DoubleJump() function.

<br>
If it's set up like below, it's a success.

<br>
** How to Set Up through Custom Button **
<br>
If you are going to create your own button to use, please add the script as seen below.
Example
