From ee97a5bf988ce4be62de368ce4cfbdb79915e891 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 16 Aug 2018 20:05:08 -0300 Subject: [PATCH] Add missing mouse cursor to screens --- .../Til Death/BGAnimations/ScreenCoreBundleSelect overlay.lua | 3 +++ Themes/Til Death/BGAnimations/ScreenPackDownloader overlay.lua | 3 +++ Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 Themes/Til Death/BGAnimations/ScreenCoreBundleSelect overlay.lua create mode 100644 Themes/Til Death/BGAnimations/ScreenPackDownloader overlay.lua create mode 100644 Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua diff --git a/Themes/Til Death/BGAnimations/ScreenCoreBundleSelect overlay.lua b/Themes/Til Death/BGAnimations/ScreenCoreBundleSelect overlay.lua new file mode 100644 index 0000000000..3fca0330cf --- /dev/null +++ b/Themes/Til Death/BGAnimations/ScreenCoreBundleSelect overlay.lua @@ -0,0 +1,3 @@ +t = Def.ActorFrame{} +t[#t+1] = LoadActor("_cursor"); +return t \ No newline at end of file diff --git a/Themes/Til Death/BGAnimations/ScreenPackDownloader overlay.lua b/Themes/Til Death/BGAnimations/ScreenPackDownloader overlay.lua new file mode 100644 index 0000000000..3fca0330cf --- /dev/null +++ b/Themes/Til Death/BGAnimations/ScreenPackDownloader overlay.lua @@ -0,0 +1,3 @@ +t = Def.ActorFrame{} +t[#t+1] = LoadActor("_cursor"); +return t \ No newline at end of file diff --git a/Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua b/Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua new file mode 100644 index 0000000000..3fca0330cf --- /dev/null +++ b/Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua @@ -0,0 +1,3 @@ +t = Def.ActorFrame{} +t[#t+1] = LoadActor("_cursor"); +return t \ No newline at end of file