SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Las Dunas Arena for SuperTuxKart
|
||||
Upstream-Contact: Jean-Manual "samuncle" Clémençon <sam.un@protonmail.com>
|
||||
Source: https://supertuxkart.net
|
||||
License: CC-BY-SA 4.0
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2016 Jean-Manuel Clémençon
|
||||
License: CC-BY-SA 4.0
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated with script from SVN rev Unknown -->
|
||||
<materials>
|
||||
<material name="stklama_road_a.png" has-gravity="Y"/>
|
||||
<material name="transparence.png" shader="alphatest">
|
||||
<zipper duration="1.0" max-speed-increase="5.0" fade-out-time="1.0" speed-gain="2.0" min-speed="-1.0"/>
|
||||
</material>
|
||||
</materials>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@@ -0,0 +1,5 @@
|
||||
bool isCTF(Track::TrackObject@ obj)
|
||||
{
|
||||
// enum RaceManager::MINOR_MODE_CAPTURE_THE_FLAG is 2002
|
||||
return Track::getMinorRaceMode() == 2002;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated with script from SVN rev 17016 -->
|
||||
<track name = "Las Dunas Arena"
|
||||
version = "7"
|
||||
groups = "standard"
|
||||
designer = "Jean-Manuel Clémençon"
|
||||
music = "las_dunas.music"
|
||||
arena = "Y"
|
||||
max-arena-players = "10"
|
||||
ctf = "Y"
|
||||
screenshot = "screenshot.jpg"
|
||||
smooth-normals = "false"
|
||||
default-number-of-laps = "3"
|
||||
reverse = "N"
|
||||
clouds = "N"
|
||||
is-during-day = "Y"
|
||||
shadows = "Y"
|
||||
>
|
||||
</track>
|
||||
Reference in New Issue
Block a user