mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Merge pull request #61020 from timothyqiu/wait-busy
This commit is contained in:
commit
3aa83a0235
3 changed files with 6 additions and 6 deletions
|
@ -244,9 +244,9 @@ const char *DisplayServerJavaScript::godot2dom_cursor(DisplayServer::CursorShape
|
|||
case DisplayServer::CURSOR_CROSS:
|
||||
return "crosshair";
|
||||
case DisplayServer::CURSOR_WAIT:
|
||||
return "progress";
|
||||
case DisplayServer::CURSOR_BUSY:
|
||||
return "wait";
|
||||
case DisplayServer::CURSOR_BUSY:
|
||||
return "progress";
|
||||
case DisplayServer::CURSOR_DRAG:
|
||||
return "grab";
|
||||
case DisplayServer::CURSOR_CAN_DROP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue