Now has an actual game loop where you die and start over.
This commit is contained in:
parent
514bfec0ea
commit
009c5c1cd2
10 changed files with 124 additions and 86 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"foreground": "enemies/fg:player",
|
||||
"background": "color:transparent"
|
||||
},
|
||||
{"_type": "Combat", "max_hp": 200, "max_ap": 12, "ap_delta": 6, "damage": 200,
|
||||
{"_type": "Combat", "max_hp": 200, "max_ap": 12, "ap_delta": 6, "damage": 20,
|
||||
"body_parts": {
|
||||
"head": 200,
|
||||
"chest": 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue