1.private prtected 前面加m,比如mLabels或者mSprites
2.一个变量中间不要有_,比如loc_pos,可以写成localPos
3.类成员变量如果是public的,需要直接大写,比如public int Pos;
4.尽量不要在代码中写成固定值