mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Add Sunny Side Up map
Licensed by Ravie via Discord DM
This commit is contained in:
parent
1b39526ba3
commit
5f4ed14c17
|
@ -1126,6 +1126,7 @@ set(EXPECTED_DATA
|
|||
mapres/winter_mountains3.png
|
||||
maps/Gold\ Mine.map
|
||||
maps/LearnToPlay.map
|
||||
maps/Sunny\ Side\ Up.map
|
||||
maps/Tsunami.map
|
||||
maps/ctf1.map
|
||||
maps/ctf2.map
|
||||
|
@ -1143,6 +1144,7 @@ set(EXPECTED_DATA
|
|||
maps/license.txt
|
||||
maps7/Gold\ Mine.map
|
||||
maps7/LearnToPlay.map
|
||||
maps7/Sunny\ Side\ Up.map
|
||||
maps7/Tsunami.map
|
||||
maps7/readme.txt
|
||||
menuimages/demos.png
|
||||
|
|
|
@ -33,7 +33,7 @@ sv_rcon_mod_password ""
|
|||
sv_rcon_helper_password ""
|
||||
|
||||
# Map to start server with
|
||||
sv_map "LearnToPlay"
|
||||
sv_map "Sunny Side Up"
|
||||
|
||||
# Whether this is a test server and rcon cheats are allowed. Also indicated in
|
||||
# the server type, which is:
|
||||
|
@ -129,6 +129,7 @@ sv_reset_file "reset.cfg"
|
|||
|
||||
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 "Option: Normal gravity" "tune gravity 0.50"
|
||||
|
|
BIN
data/maps/Sunny Side Up.map
Normal file
BIN
data/maps/Sunny Side Up.map
Normal file
Binary file not shown.
|
@ -6,6 +6,10 @@ 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
|
||||
|
|
BIN
data/maps7/Sunny Side Up.map
Normal file
BIN
data/maps7/Sunny Side Up.map
Normal file
Binary file not shown.
Loading…
Reference in a new issue