Skip to content

Commit

Permalink
Change version, update starting map name
Browse files Browse the repository at this point in the history
This changes pre-alpha to alpha and changes the starting map name from Village to Empire as it makes more sense
  • Loading branch information
Nerroth committed Dec 23, 2022
1 parent c1047ae commit 7846bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from engine import timestamp_now

version_name = "pre-alpha 0.01"
version_name = "alpha 0.01"
version_code = "0.01a"

def migrate_loaded_save(save: dict):
Expand Down
2 changes: 1 addition & 1 deletion villages/initial.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"completed_tutorial": 0,
"default_map": 0,
"map_names": [
"Village"
"Empire"
],
"map_sizes": [
0
Expand Down

0 comments on commit 7846bf4

Please sign in to comment.