make gems able to join while in game and alsoadd bgm

This commit is contained in:
user 2021-09-11 01:17:53 -04:00
parent 5f5c686c9f
commit 425918a128
6 changed files with 16 additions and 2 deletions

View File

@ -35,6 +35,7 @@ arena_lib.register_minigame("gems_2", {
disabled_damage_types = {}, disabled_damage_types = {},
is_team_chat_default = false, is_team_chat_default = false,
time_mode = "incremental", time_mode = "incremental",
join_while_in_progress = true,
}) })
@ -85,6 +86,7 @@ arena_lib.register_minigame("gems_4", {
disabled_damage_types = {}, disabled_damage_types = {},
is_team_chat_default = false, is_team_chat_default = false,
time_mode = "incremental", time_mode = "incremental",
join_while_in_progress = true,
}) })

View File

@ -1,4 +1,4 @@
name = gems name = gems
description = a minigame similar to eggwars description = a minigame similar to eggwars
depends = arena_lib, worldedit depends = arena_lib, worldedit, 3d_armor
depends_optional = server_manager, 3d_armor depends_optional = server_manager

View File

@ -0,0 +1,12 @@
============================================================
Music by audionautix.com
CC by 4.0
https://creativecommons.org/licenses/by/4.0/
Remember the Heroes - RememberTheHeroes
Search and Destroy
The Voyage
============================================================

Binary file not shown.

BIN
sounds/SearchAndDestroy.ogg Normal file

Binary file not shown.

BIN
sounds/TheVoyage.ogg Normal file

Binary file not shown.