face test
This commit is contained in:
parent
6246f0ab8e
commit
0ed24c2164
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -8,6 +8,7 @@ $hat3 = 0;
|
||||||
$shirt = 306;
|
$shirt = 306;
|
||||||
$pants = 305;
|
$pants = 305;
|
||||||
$shirtgraphic = 303;
|
$shirtgraphic = 303;
|
||||||
|
$face = 307;
|
||||||
//TODO: add catalog + avatar system
|
//TODO: add catalog + avatar system
|
||||||
@endphp
|
@endphp
|
||||||
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=@php echo $hat1 @endphp;http://morblox.us/asset/?id=@php echo $hat2 @endphp;http://morblox.us/asset/?id=@php echo $hat3 @endphp;http://morblox.us/asset/?id=@php echo $shirt @endphp;http://morblox.us/asset/?id=@php echo $pants @endphp;http://morblox.us/asset/?id=@php echo $shirtgraphic @endphp
|
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=@php echo $hat1 @endphp;http://morblox.us/asset/?id=@php echo $hat2 @endphp;http://morblox.us/asset/?id=@php echo $hat3 @endphp;http://morblox.us/asset/?id=@php echo $shirt @endphp;http://morblox.us/asset/?id=@php echo $pants @endphp;http://morblox.us/asset/?id=@php echo $shirtgraphic @endphp;http://morblox.us/asset/?id=@php echo $face @endphp
|
||||||
Loading…
Reference in New Issue