8 lines
203 B
Lua
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")
|
|
}
|
|
}
|