mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +00:00
Add Tsunami map
Licensed by Ravie via Discord DM
This commit is contained in:
parent
c6ef987521
commit
1b39526ba3
|
@ -1126,6 +1126,7 @@ set(EXPECTED_DATA
|
||||||
mapres/winter_mountains3.png
|
mapres/winter_mountains3.png
|
||||||
maps/Gold\ Mine.map
|
maps/Gold\ Mine.map
|
||||||
maps/LearnToPlay.map
|
maps/LearnToPlay.map
|
||||||
|
maps/Tsunami.map
|
||||||
maps/ctf1.map
|
maps/ctf1.map
|
||||||
maps/ctf2.map
|
maps/ctf2.map
|
||||||
maps/ctf3.map
|
maps/ctf3.map
|
||||||
|
@ -1142,6 +1143,7 @@ set(EXPECTED_DATA
|
||||||
maps/license.txt
|
maps/license.txt
|
||||||
maps7/Gold\ Mine.map
|
maps7/Gold\ Mine.map
|
||||||
maps7/LearnToPlay.map
|
maps7/LearnToPlay.map
|
||||||
|
maps7/Tsunami.map
|
||||||
maps7/readme.txt
|
maps7/readme.txt
|
||||||
menuimages/demos.png
|
menuimages/demos.png
|
||||||
menuimages/editor.png
|
menuimages/editor.png
|
||||||
|
|
|
@ -129,6 +129,7 @@ sv_reset_file "reset.cfg"
|
||||||
|
|
||||||
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: LearnToPlay" "change_map \"LearnToPlay\""
|
||||||
|
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/Tsunami.map
Normal file
BIN
data/maps/Tsunami.map
Normal file
Binary file not shown.
|
@ -5,3 +5,7 @@ CC-BY-SA license
|
||||||
LearnToPlay:
|
LearnToPlay:
|
||||||
Copyright Tridemy & Cøke
|
Copyright Tridemy & Cøke
|
||||||
CC-BY-SA license
|
CC-BY-SA license
|
||||||
|
|
||||||
|
Tsunami:
|
||||||
|
Copyright louis
|
||||||
|
CC-BY-SA license
|
||||||
|
|
BIN
data/maps7/Tsunami.map
Normal file
BIN
data/maps7/Tsunami.map
Normal file
Binary file not shown.
Loading…
Reference in a new issue