[version] up to 0.7.0

This commit is contained in:
2018-02-20 00:02:44 +03:00
parent a127777e49
commit 5b04242aab
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "tankz", "name": "tankz",
"version": "0.6.4", "version": "0.7.0",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"ansi-colors": "^1.0.1", "ansi-colors": "^1.0.1",

View File

@@ -42,7 +42,7 @@ presets:
- {<<: *human, index: 0, color: 0xF5C040, life: 3} - {<<: *human, index: 0, color: 0xF5C040, life: 3}
- id: bot - id: bot
spawnInterval: 3000 spawnInterval: 3000
life: 1 life: 20
players: players:
- {<<: *bot, index: 0} - {<<: *bot, index: 0}
- {<<: *bot, index: 1} - {<<: *bot, index: 1}