Merge remote-tracking branch 'origin/passingEvents' into passingEvents

# Conflicts:
#	src/entities/Player.py
This commit is contained in:
Michał Czekański 2020-04-06 00:01:04 +02:00
commit 73ef580489
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -26,5 +26,19 @@
"thirst" : 2, "thirst" : 2,
"hunger" : 10 "hunger" : 10
} }
},
{
"name" : "rock",
"position" : {
"x": 13,
"y": 1
},
"isPickupable" : false,
"effect" : {
"hp" : 0,
"stamina" : 0,
"thirst" : 0,
"hunger" : 0
}
} }
] ]