mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2905
2905: Add LearnToPlay, Sunny Side Up, Tsunami r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
8cc4487767
|
@ -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
|
||||||
|
|
|
@ -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
BIN
data/maps/LearnToPlay.map
Normal file
Binary file not shown.
BIN
data/maps/Sunny Side Up.map
Normal file
BIN
data/maps/Sunny Side Up.map
Normal file
Binary file not shown.
BIN
data/maps/Tsunami.map
Normal file
BIN
data/maps/Tsunami.map
Normal file
Binary file not shown.
|
@ -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
BIN
data/maps7/LearnToPlay.map
Normal file
Binary file not shown.
BIN
data/maps7/Sunny Side Up.map
Normal file
BIN
data/maps7/Sunny Side Up.map
Normal file
Binary file not shown.
BIN
data/maps7/Tsunami.map
Normal file
BIN
data/maps7/Tsunami.map
Normal file
Binary file not shown.
Loading…
Reference in a new issue