File tree 1 file changed +17
-0
lines changed
Themes/Til Death/BGAnimations
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,23 @@ t[#t+1] = Def.ActorFrame{
73
73
self :zoomto (50 ,50 )
74
74
end ,
75
75
},
76
+ LoadFont (" Common Normal" ) .. {
77
+ InitCommand = function (self )
78
+ self :xy (AvatarX + 53 ,AvatarY + 7 ):halign (0 ):zoom (0.6 ):diffuse (getMainColor (' positive' ))
79
+ end ,
80
+ BeginCommand = function (self )
81
+ self :queuecommand (" Set" )
82
+ end ,
83
+ SetCommand = function (self )
84
+ self :settextf (" %s: %5.2f" ,profileName ,playerRating )
85
+ end ,
86
+ PlayerJoinedMessageCommand = function (self )
87
+ self :queuecommand (" Set" )
88
+ end ,
89
+ PlayerUnjoinedMessageCommand = function (self )
90
+ self :queuecommand (" Set" )
91
+ end ,
92
+ },
76
93
LoadFont (" Common Normal" ) .. {
77
94
InitCommand = function (self )
78
95
self :xy (AvatarX + 53 ,AvatarY + 20 ):halign (0 ):zoom (0.35 ):diffuse (getMainColor (' positive' ))
You can’t perform that action at this time.
0 commit comments