Merge remote-tracking branch 'origin/passingEvents' into passingEvents
# Conflicts: # src/entities/Player.py
This commit is contained in:
commit
73ef580489
BIN
data/images/entities/rock.jpg
Normal file
BIN
data/images/entities/rock.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
@ -26,5 +26,19 @@
|
||||
"thirst" : 2,
|
||||
"hunger" : 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "rock",
|
||||
"position" : {
|
||||
"x": 13,
|
||||
"y": 1
|
||||
},
|
||||
"isPickupable" : false,
|
||||
"effect" : {
|
||||
"hp" : 0,
|
||||
"stamina" : 0,
|
||||
"thirst" : 0,
|
||||
"hunger" : 0
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user