2023-12-17 16:11:35 +08:00
|
|
|
#include "gl_state.h"
|
|
|
|
|
#include "gl_headfile.h"
|
|
|
|
|
|
|
|
|
|
enum state_type_e state_type =0;
|
2024-03-23 16:53:58 +08:00
|
|
|
float cricle_aim=0.2f;
|
|
|
|
|
float cross_aim=0.49f;
|
2024-03-23 18:26:03 +08:00
|
|
|
float common_aim=0.35f;
|
2024-03-24 16:07:39 +08:00
|
|
|
float barrier_aim=0.5f;
|
2024-03-23 18:26:03 +08:00
|
|
|
float barrier_offset=4.0f;
|