From: <de...@us...> - 2003-01-11 10:51:06
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Data/Scripts In directory sc8-pr-cvs1:/tmp/cvs-serv22437 Modified Files: HudM2k.csp Log Message: new hud elements positions Index: HudM2k.csp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Data/Scripts/HudM2k.csp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HudM2k.csp 20 Dec 2002 13:10:11 -0000 1.2 --- HudM2k.csp 11 Jan 2003 10:51:03 -0000 1.3 *************** *** 1,16 **** # M2k-5 Hud# File description '#' is also default value for string or char data # Element Name x y z Static string Static string position (prefix/sufix/unique) Font name Size Value Format ! KT -0.1 0.0 0.1 # p # 16 431 0 ! MACH -0.1 0.0 0.07 # p # 16 0.67 2 ! G -0.12 0.0 -0.16 G p # 16 1.0 1 ! AOA -0.12 0.0 -0.19 a p greek 16 3.0 1 ! HEAD -0.0 0.0 0.12 # p # 16 101112 0 ! altft 0.1 0.0 0.1 # p # 16 1110 0 ! altr 0.11 0.0 0.07 H s # 16 800 0 ! alts 0.11 0.0 0.04 SH s # 16 200 0 ! nwp 0.1 0.0 -0.08 DEST p # 16 10 0 ! wph 0.06 0.0 -0.11 / s # 16 160 0 ! wpd 0.13 0.0 -0.11 NM s # 16 9.0 1 ! palt1 0.1 0.0 -0.16 # p # 16 6000 0 ! palt2 0.1 0.0 -0.19 ASEL u # 16 0 0 ! RPM 0.1 0.0 -0.25 RPM p # 16 75 0 --- 1,16 ---- # M2k-5 Hud# File description '#' is also default value for string or char data # Element Name x y z Static string Static string position (prefix/sufix/unique) Font name Size Value Format ! KT -0.41 0.0 0.22 # p # 16 431 0 ! MACH -0.41 0.0 0.13 # p # 16 0.67 2 ! G -0.48 0.0 -0.27 G p # 16 1.0 1 ! AOA -0.57 0.0 -0.44 a p greek 16 3.0 1 ! HEAD -0.17 0.0 0.3 # p # 16 350001 0 ! altft 0.35 0.0 0.22 # p # 16 1110 0 ! altr 0.35 0.0 0.13 H s # 16 800 0 ! alts 0.35 0.0 0.04 SH s # 16 200 0 ! nwp 0.35 0.0 -0.15 DEST p # 16 10 0 ! wph 0.3 0.0 -0.24 / s # 16 160 0 ! wpd 0.53 0.0 -0.24 NM s # 16 9.0 1 ! palt1 0.35 0.0 -0.39 # p # 16 6000 0 ! palt2 0.37 0.0 -0.48 ASEL u # 16 0 0 ! RPM 0.35 0.0 -0.62 RPM p # 16 75 0 |