ライブラリと言うよりもメモに近い記事です。
it is more likely memos than library.
[[
for P in Players() do
P.overlays[0].color = 0
P.overlays[1].color = 1
P.overlays[2].color = 2
P.overlays[3].color = 3
P.overlays[4].color = 4
P.overlays[5].color = 5
P.overlays[0].text = "0"
P.overlays[1].text = " 1"
P.overlays[2].text = " 2"
P.overlays[3].text = " 3"
P.overlays[4].text = " 4"
P.overlays[5].text = " 5"
end
]]
Scripting like above, the font colors are same to terminal message's.
wanna see the color? then refer the pic under here.
(picture from Miha)
などと書く場合、実はターミナルの文字色と一致しています。
以下は偉大なる
Miha師のサイトから拝借。
http://homepage2.nifty.com/mihashimoto/Mapmakin/mapmake.html
But unfortunately, we cant use decorated charactors like
bold.
ただ、俺が弄った限りでは
太字などの修飾文字は使えないようです。
Written by Lilax
PR