Skip to content

Commit

Permalink
lua music wheel wip
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 25, 2020
1 parent 7f9bf65 commit 672c0b3
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BGAnimations/ScreenSelectMusic decorations/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local t = Def.ActorFrame {}

t[#t+1] = LoadActor("wheel")

return t
15 changes: 15 additions & 0 deletions BGAnimations/ScreenSelectMusic decorations/wheel.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
local t = Def.ActorFrame {Name = "WheelFile"}
ms.ok(1)
t[#t+1] = Def.ActorFrame {
Name = "WheelContainer",
InitCommand = function(self)
self:xy(SCREEN_CENTER_X, SCREEN_CENTER_Y)
end,
MusicWheel:new()
}





return t
Loading

0 comments on commit 672c0b3

Please sign in to comment.