11-30-2009, 03:52 AM
explocion200 Wrote:i like this one for wat iam going to do but do you know how i cant move its position and change the key thats needed to be pressed
Change Input::X to whatever button you want, like Input::SHIFT.
Code:
#Tecla para o DASH.
BUTTON = Input::X
POS_X is the x-coordinate and POS_Y is the y-coordinate of the bar.
Code:
#Posição da janela na horizontal.
POS_X = 15
#Posição da janela na vertical.
POS_Y = 5
DERPDERPDERPDERPDERP