UI Custom Cursor by covra

TEMPLATE NAME: CVS_customCursor_by_covra
CORE VERSION: 1.10.3
TEMPLATE VERSION: 1.0.0

TEMPLATE DESCRIPTION:

  • Simple script to customize the cursor in our games *

TEMPLATE ROADMAP:
The next version will contain animated cursors

TEMPLATE VERSION NOTES:
Log:
1.0.0 - Initial release

MEDIA:
Captura de pantalla 2021-02-15 094123
Captura de pantalla 2021-02-15 094524

ADDITIONAL INFO:

  • The template comes with three crappy examples:
    - 0 = default: the one that will be loaded at the beginning
    - 1 = ArtCursor_2
    - 2 = ArtCursor_3
    The cursor's own 'art' is within those panels (which are the ones that actually move)

    Important:

    * To activate (see) the cursor you can use broadcasting, examples:
    	- Activate cursor from client script:
    	
    			Events.Broadcast("setCustomCursorVisibility", true, 2)
    
    	- For a specific player (from the server):
    		
    			Events.BrodcastToPlayer(player, "setCustomCursorVisibility", true , 2)
    	
    	- To deactivate it (Remove cursor visibility from the client):
    	
    			Events.Broadcast("setCustomCursorVisibility", false)
    

    Inside the script are spanish instructions too
    Enjoy it;)

    ...by CoVrA 2020, contenido en espaÑol :wink:
    *

2 Likes