XML:WMCL: Difference between revisions
Jump to navigation
Jump to search
m (correcting prev/next types in nav header, correcting type name) |
m (corrected type name, expanded on acronym) |
||
Line 1: | Line 1: | ||
{{XML_File_Header | prev=TxtC | type=WMCL | next=WMDD | name= | {{XML_File_Header | prev=TxtC | type=WMCL | next=WMDD | name=WM Cursor List}} | ||
'''general information''' | '''general information''' | ||
* The xml code on this page was extracted with onisplit version '''v0.9.61.0''' | * The xml code on this page was extracted with onisplit version '''v0.9.61.0''' | ||
*"WM" stands for "Window Manager". | |||
* WMCL is stored globally (AE\GameDataFolder\level0_Final) | * WMCL is stored globally (AE\GameDataFolder\level0_Final) | ||
* It is the file link to Oni's mouse icon (cursor) (PSpc -> TXMP) | * It is the file link to Oni's mouse icon (cursor) (PSpc -> TXMP) |
Revision as of 19:36, 27 March 2021
WMCL : WM Cursor List | ||
---|---|---|
XML
TxtC << Other file types >> WMDD |
general information
- The xml code on this page was extracted with onisplit version v0.9.61.0
- "WM" stands for "Window Manager".
- WMCL is stored globally (AE\GameDataFolder\level0_Final)
- It is the file link to Oni's mouse icon (cursor) (PSpc -> TXMP)
- Oni always looks for a cursor with id 1
XML
WMCLcursor_list.xml
<?xml version="1.0" encoding="utf-8"?> <Oni> <WMCL id="0"> <Cursors> <WMCLCursor> <Id>1</Id> <Part>PSpcps_cursor_arrow</Part> </WMCLCursor> </Cursors> </WMCL> </Oni>