|
orignal size of the pic ?
login_a,51,UI\Game\dekaron_logo.dds,0,0,512,256,0, 0,0,0, ·Î°í
just find out what x,x your pic is and change the 512,256 to that. and ur pic will show full u can also change his direction
script/ui/game2/ui_loginwnd.txt
<panel>
id pan_dekaron_logo
enable true
visible true
layer 123
position center top
rect -136 100 512 256
<image>
key 0
color ffffffff
screen login_a
index 51
</image>
</panel>
rect -136 100 512 256 (-136 = X and 100 = Y) other 2 is the size
|