~ubuntu-branches/ubuntu/precise/supertuxkart/precise

« back to all changes in this revision

Viewing changes to data/tuxkart.tkkf

  • Committer: Bazaar Package Importer
  • Author(s): Gonéri Le Bouder, Gonéri Le Bouder, Eddy Petrişor
  • Date: 2006-09-08 22:59:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060908225925-3spug0pnh9ekwlpw
Tags: 0.2-1
[ Gonéri Le Bouder ]
* new upstream release candidate
 + Closes: #388021
 + remove supertuxkart.sh
 + add supertuxkart(|-data).install
 + clean up
 + remove deps on ${shlibs:Depends}, ${misc:Depends} for supertuxkart-data
* fix French comment was tagged de_DE
* fix not-binnmuable-any-depends-all
* fix FTBFS on 64bit arch
 + Closes: #370810

[ Eddy Petrişor ]
* added Romanian translation to desktop file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;; -*- mode: lisp -*-
2
2
 
3
3
(tuxkart-kart
4
 
 (name "Tux")
5
 
 (model "tuxkart.ac")
6
 
 (icon  "tuxicon.png")
7
 
 (shadow "tuxkartshadow.png")
 
4
 (name        "Tux")
 
5
 (model-file  "tuxkart.ac")
 
6
 (icon-file   "tuxicon.rgb")
 
7
 (shadow-file "tuxkartshadow.rgb")
8
8
 
9
 
 (red   0.8)
10
 
 (green 0.0)
11
 
 (blue  0.0)
 
9
 (red         0.8)
 
10
 (green       0.0)
 
11
 (blue        0.0)
12
12
       
13
 
 (max-throttle   100)
14
 
 (engine-power   60)
15
 
 (corn-f         -7.2)
16
 
 (corn-r         -5.0)
17
 
 (mass           90)
18
 
 (inertia        15)
19
 
 (turn-speed     3.1415926535897931)
20
 
 (max-wheel-turn 1.5707963267948966)
21
 
 (max-grip        0.4)
22
 
 (air-friction    0.8257))
23
 
 
 
13
)
24
14
;; EOF ;;