Files
itgmania212121/NoteSkins/common/common/Fallback Tap Mine.lua
T
2019-03-15 11:48:34 -07:00

8 lines
203 B
Lua

-- commands don't behave if this isn't wrapped in a frame
return Def.ActorFrame {
Def.Sprite {
Texture = NOTESKIN:GetPath('_mine', ''),
InitCommand = NOTESKIN:GetMetricA("Mine", "InitCommand")
}
}