Skip to content
Snippets Groups Projects
Commit 68fcb513 authored by magicfelix's avatar magicfelix
Browse files

Add stats registration

parents
No related branches found
No related tags found
No related merge requests found
local version = "0.1.0"
local modpath = minetest.get_modpath("magic_rush")
local srcpath = modpath .. "/src"
magic_rush = {}
dofile(srcpath .. "/game.lua")
name = magic_rush
description = MLG-Rush minigame
depends = arena_lib
optional_depends = magic_stats
if magic_stats then
magic_rush.stats = magic_stats.Game.register("magic_rush", "mlg", "MLG-Rush", {
klls = {display_name = "Kills"},
beds = {display_name = "Beds"},
deaths = {display_name = "Deaths"},
})
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment