GODOT IS OPEN SOURCE
This commit is contained in:
parent
0e49da1687
commit
0b806ee0fc
3138 changed files with 1294441 additions and 0 deletions
23
servers/visual/default_mouse_cursor.xpm
Normal file
23
servers/visual/default_mouse_cursor.xpm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/* XPM */
|
||||
static const char * default_mouse_cursor_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FF00FF",
|
||||
"@ c #FFFFFF",
|
||||
"...+++++++++++++",
|
||||
".@...+++++++++++",
|
||||
".@@@...+++++++++",
|
||||
".@@@@@....++++++",
|
||||
".@@@@@@@@...++++",
|
||||
".@@@@@@@@@@...++",
|
||||
".@@@@@@@@@@@@..+",
|
||||
".@@@@@@@@@@@@@..",
|
||||
".@@@@@@@@@@@@..+",
|
||||
".@@@@@@@@@@@..++",
|
||||
".@@@@@@@@@...+++",
|
||||
".@@@.....@@..+++",
|
||||
".....+++.@@@..++",
|
||||
"++++++++..@@@..+",
|
||||
"+++++++++..@@@.+",
|
||||
"++++++++++.....+"};
|
||||
Loading…
Add table
Add a link
Reference in a new issue