Use a larger radius for CTF

This commit is contained in:
Benau 2018-11-17 12:43:03 +08:00
parent 7f6c479a80
commit e6dadeb980

View File

@ -35,7 +35,7 @@
#include <algorithm>
const Vec3 g_kart_flag_offset(0.0, 0.2f, -0.5f);
const float g_capture_length = 2.0f;
const float g_capture_length = 3.0f;
const int g_captured_score = 10;
// ----------------------------------------------------------------------------