Update cursors.tscript

missed UI cursors
This commit is contained in:
marauder2k7 2025-06-18 09:29:12 +01:00
parent 51b1e3b07e
commit a276ad2505

View file

@ -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";
};
}