Jump to content
主视角中国

Recommended Posts

Posted

一种加入文字的程序

thread slogan

slogan:

while(1)

{

huddraw_virtualsize 1 1

huddraw_alpha 1 1

huddraw_rect 1 0 200 200 20

huddraw_shader 1 "textures/effects/ibeam_piece.tga" //背景的填充图

huddraw_virtualsize 2 1

huddraw_alpha 2 1

huddraw_font 2 "facfont-20"

huddraw_color 2 0 1 0

huddraw_rect 2 100 200 300 20

huddraw_string 2 "This is a test"//现在的文字是This is a test

wait 1

}

end

效果是这样的

gallery_39_2_73851.jpg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...