New minimap stk_config parameters
This commit is contained in:
parent
bdf4c62abc
commit
206bd0170a
@ -163,6 +163,13 @@ public:
|
||||
* be generated. */
|
||||
float m_replay_delta_angle;
|
||||
|
||||
/** The minimap size */
|
||||
float m_minimap_size;
|
||||
|
||||
/* The size of icons for AIs and human players, respectively */
|
||||
float m_minimap_ai_icon;
|
||||
float m_minimap_player_icon;
|
||||
|
||||
/** The field of view for 1, 2, 3, 4 player split screen. */
|
||||
float m_camera_fov[MAX_PLAYER_COUNT];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user