You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
169 B

#设置坦克数量
initTanCount=5
tankSpeed=5
bulletSpeed=10
gameWidth=1080
gameHeight=720
#fire
goodFS=com.tank.FourDirFireStrategy
badFS=com.tank.DefaultFireStrategy