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,
|
||||
|
|
|
|||
|
|
@ -65,18 +65,6 @@
|
|||
}
|
||||
],
|
||||
"fixtures": [
|
||||
{
|
||||
"name": "ag_bot_speech",
|
||||
"sprite": "ag_bot_speech",
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"flipped": false,
|
||||
"cell": "speech",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"at_mid": false,
|
||||
"flipped": false
|
||||
}
|
||||
],
|
||||
"buttons": {
|
||||
"layout": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue