Missing quotes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
return LoadFont(blaster) .. {
|
return LoadFont("blaster") .. {
|
||||||
Text = "Best Ranking",
|
Text = "Best Ranking",
|
||||||
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
|
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user