Skip to content

Commit

Permalink
Add missing mouse cursor to screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Aug 16, 2018
1 parent 9daaa40 commit ee97a5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
t = Def.ActorFrame{}
t[#t+1] = LoadActor("_cursor");
return t
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
t = Def.ActorFrame{}
t[#t+1] = LoadActor("_cursor");
return t
3 changes: 3 additions & 0 deletions Themes/Til Death/BGAnimations/ScreenTitleMenu overlay.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
t = Def.ActorFrame{}
t[#t+1] = LoadActor("_cursor");
return t

0 comments on commit ee97a5b

Please sign in to comment.