Changed camera offset for third person (UNSTABLE)

master
Zughy 2021-01-01 21:00:45 +01:00
parent 87c753deea
commit 111073c785
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ arena_lib.register_minigame("block_league", {
teams = { S("orange"), S("blue") },
teams_color_overlay = { "orange", "blue"},
camera_offset = {
nil,
{x=8, y=4, z=-1}
},
hotbar = {
slots = 4,
background_image = "bl_gui_hotbar.png"