forked from fishfolk/punchy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from fishfolk#202 were broken in the rebase and this re-adds the life item functionality from it. Co-authored-by: Saverio Miroddi <saverio.pub2@gmail.com>
- Loading branch information
1 parent
d821b1a
commit 5fce6de
Showing
5 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ name: Bottle | |
image: | ||
image: bottle.png | ||
image_size: [11, 31] | ||
damage: 20 | ||
|
||
kind: !Throwable | ||
damage: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
name: Health | ||
|
||
image: | ||
image: health.png | ||
image_size: [22, 20] | ||
image: health.png | ||
image_size: [22, 20] | ||
|
||
kind: !Health | ||
health: 1000000 # Refill all of it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters