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.

9 lines
224 B

#tanks count at initialization
initTankCount=10
tankSpeed=5
bulletSpeed=10
gameWidth=1080
gameHeight=720
#strategy
goodFs=com.study.tank.strategy.Imp.GoodTankFireStrategy
badFs=com.study.tank.strategy.Imp.DefaultFireStrategy