2905: Add LearnToPlay, Sunny Side Up, Tsunami r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
bors[bot] 2020-09-22 14:50:05 +00:00 committed by GitHub
commit 8cc4487767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 1 deletions

View file

@ -1125,6 +1125,9 @@ set(EXPECTED_DATA
mapres/winter_mountains2.png mapres/winter_mountains2.png
mapres/winter_mountains3.png mapres/winter_mountains3.png
maps/Gold\ Mine.map maps/Gold\ Mine.map
maps/LearnToPlay.map
maps/Sunny\ Side\ Up.map
maps/Tsunami.map
maps/ctf1.map maps/ctf1.map
maps/ctf2.map maps/ctf2.map
maps/ctf3.map maps/ctf3.map
@ -1140,6 +1143,9 @@ set(EXPECTED_DATA
maps/dm9.map maps/dm9.map
maps/license.txt maps/license.txt
maps7/Gold\ Mine.map maps7/Gold\ Mine.map
maps7/LearnToPlay.map
maps7/Sunny\ Side\ Up.map
maps7/Tsunami.map
maps7/readme.txt maps7/readme.txt
menuimages/demos.png menuimages/demos.png
menuimages/editor.png menuimages/editor.png

View file

@ -33,7 +33,7 @@ sv_rcon_mod_password ""
sv_rcon_helper_password "" sv_rcon_helper_password ""
# Map to start server with # Map to start server with
sv_map "Gold Mine" sv_map "Sunny Side Up"
# Whether this is a test server and rcon cheats are allowed. Also indicated in # Whether this is a test server and rcon cheats are allowed. Also indicated in
# the server type, which is: # the server type, which is:
@ -128,6 +128,9 @@ sv_reset_file "reset.cfg"
# You can learn more about tunes on http://ddnet.tw/settingscommands/#tunings # You can learn more about tunes on http://ddnet.tw/settingscommands/#tunings
add_vote "Map: Gold Mine" "change_map \"Gold Mine\"" add_vote "Map: Gold Mine" "change_map \"Gold Mine\""
add_vote "Map: LearnToPlay" "change_map \"LearnToPlay\""
add_vote "Map: Sunny Side Up" "change_map \"Sunny Side Up\""
add_vote "Map: Tsunami" "change_map \"Tsunami\""
add_vote "" "info" add_vote "" "info"
add_vote "Option: Normal gravity" "tune gravity 0.50" add_vote "Option: Normal gravity" "tune gravity 0.50"
add_vote "Option: Moon gravity" "tune gravity 0.25" add_vote "Option: Moon gravity" "tune gravity 0.25"

BIN
data/maps/LearnToPlay.map Normal file

Binary file not shown.

BIN
data/maps/Sunny Side Up.map Normal file

Binary file not shown.

BIN
data/maps/Tsunami.map Normal file

Binary file not shown.

View file

@ -1,3 +1,15 @@
Gold Mine: Gold Mine:
Copyright <BµmM> Copyright <BµmM>
CC-BY-SA license CC-BY-SA license
LearnToPlay:
Copyright Tridemy & Cøke
CC-BY-SA license
Sunny Side Up:
Copyright Ravie
CC-BY-SA license, grass_main is redrawn from original Teeworlds grass_main mapres (Apache 2.0 license)
Tsunami:
Copyright louis
CC-BY-SA license

Binary file not shown.

BIN
data/maps7/LearnToPlay.map Normal file

Binary file not shown.

Binary file not shown.

BIN
data/maps7/Tsunami.map Normal file

Binary file not shown.