cursor.rml 326 B

123456789101112131415161718
  1. <!-- Cursor document, used by the Ogre3D sample. -->
  2. <rml>
  3. <head>
  4. <style>
  5. body
  6. {
  7. width: 12px;
  8. height: 19px;
  9. <!-- Add a simple image decorator onto the body element. -->
  10. cursor-decorator: image;
  11. cursor-image: invader.tga 56px 212px 68px 231px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. </body>
  17. </rml>