mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update cursors.tscript
missed UI cursors
This commit is contained in:
parent
51b1e3b07e
commit
a276ad2505
|
|
@ -26,7 +26,7 @@ if($platform $= "macos")
|
|||
{
|
||||
hotSpot = "4 4";
|
||||
renderOffset = "0 0";
|
||||
bitmapName = "data/ui/images/macCursor";
|
||||
bitmapAsset = "UI:macCursor_image";
|
||||
};
|
||||
}
|
||||
else
|
||||
|
|
@ -35,6 +35,6 @@ else
|
|||
{
|
||||
hotSpot = "1 1";
|
||||
renderOffset = "0 0";
|
||||
bitmapName = "data/ui/images/defaultCursor";
|
||||
bitmapAsset = "UI:defaultCursor_image";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue