View Single Post
  #20  
Old 28-02-2016, 01:20
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
just add or remove spaces .. then the version better put it in the main title

Code:
1) eng.GameTitle=                      {#GameName} v1.2.5
2) eng.GameTitle=                      Guns Gore and Cannoli v1.2.5
and font & size

Code:
GameTitle:= LabelCreateEx(ScaleX(300), ScaleY(48), 300, ScaleY(18), 'Arial', 12, [fsBold], clWhite, clWindowFrame, False, True, True, taCenter, WizardForm, ExpandConstant('{cm:GameTitle}'));
__________________
if you understand read more
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Pulcione86 (28-02-2016)