View Single Post
Old 08-25-2002, 08:43 AM   #1
Raedan
A Fire Beetle
 
Join Date: Aug 2002
Posts: 3
Default Shaman Epic mouse cursor

Here is my first mouse cursor attempt. The Shaman Epic.

Hope my fellow shaman like it



add the following to the textures section in EQUI_Animations.xml
Code:
<!-- mouse --> <TextureInfo item = "mouse.tga"> <Size> <CX>32</CX> <CY>32</CY> </Size> </TextureInfo> <!-- mouse -->


change the A_DefaultCursor Ui2DAnimation item to look like the following
Code:
<Ui2DAnimation item = "A_DefaultCursor"> <Cycle>true</Cycle> <Frames> <Texture>mouse.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>32</CX> <CY>32</CY> </Size> <Hotspot> <X>4</X> <Y>3</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>
Raedan is offline