Implement a look back command that swtiches the camera to one looking behind the driver car (for now only in OSG, SSG pending)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9225 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
parent
3d596c710f
commit
1a3010ca9b
2 changed files with 28 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!DOCTYPE params SYSTEM "../tgf/params.dtd">
|
||||
|
||||
<params name="controlconfigmenu" version="1.3">
|
||||
<params name="controlconfigmenu" version="1.4">
|
||||
|
||||
<section name="dynamic controls">
|
||||
|
||||
|
@ -625,6 +625,31 @@
|
|||
<attstr name="pushed color" val="0xFFCC00"/>
|
||||
</section>
|
||||
|
||||
<section name="camera look back">
|
||||
<attstr name="type" val="label"/>
|
||||
<attnum name="x" val="290"/>
|
||||
<attnum name="y" val="204"/>
|
||||
<attstr name="text" val="Look back camera:"/>
|
||||
<attstr name="h align" val="right"/>
|
||||
<attnum name="width" val="140"/>
|
||||
<attstr name="font" val="small_t"/>
|
||||
</section>
|
||||
|
||||
<section name="camera look back button">
|
||||
<attstr name="type" val="text button"/>
|
||||
<attstr name="show box" val="no"/>
|
||||
<attstr name="text" val="MOUSE_MIDDLE_BUTTON"/>
|
||||
<attstr name="tip" val="Click to configure"/>
|
||||
<attnum name="x" val="435"/>
|
||||
<attnum name="y" val="204"/>
|
||||
<attstr name="h align" val="center"/>
|
||||
<attnum name="width" val="140"/>
|
||||
<attstr name="font" val="medium"/>
|
||||
<attstr name="color" val="0xFFFFFF"/>
|
||||
<attstr name="focused color" val="0xFFFFFF"/>
|
||||
<attstr name="pushed color" val="0xFFCC00"/>
|
||||
</section>
|
||||
|
||||
<section name="dashboard next item">
|
||||
<attstr name="type" val="label"/>
|
||||
<attnum name="x" val="290"/>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<!DOCTYPE params SYSTEM "../../libs/tgf/params.dtd">
|
||||
|
||||
<params mode="mw" type="template" name="Player Pref" version="1.8">
|
||||
<params mode="mw" type="template" name="Player Pref" version="1.9">
|
||||
|
||||
<section name="Preferences">
|
||||
|
||||
|
@ -53,6 +53,7 @@
|
|||
<attstr name="ABS cmd" val="a"/>
|
||||
<attstr name="Light1 cmd" val="l"/>
|
||||
<attstr name="Speed Limiter" val="s"/>
|
||||
<attstr name="camera look behind" val="b"/>
|
||||
<attstr name="dashboard next item" val="u"/>
|
||||
<attstr name="dashboard previous item" val="j"/>
|
||||
<attstr name="dashboard increase" val="k"/>
|
||||
|
|
Loading…
Reference in a new issue