Skip to content

Commit e85bda7

Browse files
committed
Update max_level to 25
1 parent 92abe9d commit e85bda7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[spaceship]
22
health = 20
3-
max_level = 10
3+
max_level = 25
44
next_level_score = 300
55
gun_max_cap = 6
66
gun_cap = 3

core/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const defaultConfig = `
1010
[spaceship]
1111
health = 20
12-
max_level = 10
12+
max_level = 25
1313
next_level_score = 300
1414
gun_max_cap = 6
1515
gun_cap = 3

0 commit comments

Comments
 (0)