proto3 initial commit

This commit is contained in:
Segey Lapin
2020-04-13 12:45:25 +03:00
parent 69410badf6
commit 1084b6d5c3
1588 changed files with 368852 additions and 23 deletions

View File

@@ -55,7 +55,8 @@ var master_stats:Dictionary = {
"xp": 0,
"mext_xp": 100,
"points": 5,
"level": 1
"level": 1,
"look": {}
}
func new_candidate() -> Dictionary: