Re-add default cursor image as an optional asset (#1831)

Signed-off-by: abrmich <abrmich@amazon.com>
This commit is contained in:
michabr
2021-07-02 13:54:44 -07:00
committed by GitHub
parent 1f77afae6e
commit 421e7cb88b
7 changed files with 77 additions and 31 deletions
@@ -135,7 +135,7 @@ namespace LyShine
////////////////////////////////////////////////////////////////////////////////////////////////////
LyShineSystemComponent::LyShineSystemComponent()
{
m_cursorImagePathname.SetAssetPath("engineassets/textures/cursor_green.tif");
m_cursorImagePathname.SetAssetPath("Textures/Cursor_Default.tif");
}
////////////////////////////////////////////////////////////////////////////////////////////////////