Skip to content

Commit

Permalink
add warning related to 564e041
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2019
1 parent 564e041 commit e828140
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ o[#o + 1] =
InitCommand = function(self)
self:zoom(fontScale):halign(1):valign(0):settext("Name:") -- this being so far down is kinda awkward
end
},
LoadFont("Common Normal") ..
{
InitCommand = function(self)
self:xy(-90, 40)
self:zoom(fontScale):halign(0):valign(0):settext("Packs 2gb+ must be manually extracted into the Songs/ folder")
end
}
}
o[#o + 1] = LoadActor("packlistDisplay")
Expand Down

0 comments on commit e828140

Please sign in to comment.