上传者: yubaobao666
|
上传时间: 2022-07-07 16:03:38
|
文件大小: 6KB
|
文件类型: TXT
//-----------------------------------------------------------------------------
#include "CommonAPI.h"
#include "LessonX.h"
#include
float g_fScreenLeft = 0.f; // 屏幕左边界值
float g_fScreenRight = 0.f; // 右
float g_fScreenTop = 0.f; // 上
float g_fScreenBottom = 0.f; // 下
float g_fSpeedLeft = 0.f; // 左方向速度
float g_fSpeedRight = 0.f; // 右
float g_fSpeedTop = 0.f; // 上
float g_fSpeedBottom = 0.f; // 下