Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PyFlat-JR authored Aug 26, 2023
1 parent 899888c commit d9c4eb3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,67 +50,67 @@
</tr>
<tr>
<td>Endstone</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/01_endstone.png"></img></td>
<td><img src="textures/01_endstone.png"></img></td>
<td>Indestructible walls</td>
</tr>
<tr>
<td>Water</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/02_water.png"></img></td>
<td><img src="textures/02_water.png"></img></td>
<td>The player can not run over it but the explosion reaches the other side</td>
</tr>
<tr>
<td>Wall</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/03_wall.png"></img></td>
<td><img src="textures/03_wall.png"></img></td>
<td>Can be blown up by the player and can drop items</td>
</tr>
<tr>
<td>+Bomb</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/04_%2Bbomb.png"></img></td>
<td><img src="textures/04_%2Bbomb.png"></img></td>
<td>Placeable item through which the player can place multiple bombs simultaneously</td>
</tr>
<tr>
<td>+Range</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/05_%2Bfire.png"></img></td>
<td><img src="textures/05_%2Bfire.png"></img></td>
<td>Placeable item through which the player has a longer explosion range</td>
</tr>
<tr>
<td>Ghost</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/06_%2Bghost.png"></img></td>
<td><img src="textures/06_%2Bghost.png"></img></td>
<td>Gives you a random curse</td>
</tr>
<tr>
<td>+Dynamite</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/07_%2Bdynamit.png"></img></td>
<td><img src="textures/07_%2Bdynamit.png"></img></td>
<td>Placeable item through which the player gets a dynamite in the inventory</td>
</tr>
<tr>
<td>+Time-Bomb</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/08_%2Btime_bomb.png"></img></td>
<td><img src="textures/08_%2Btime_bomb.png"></img></td>
<td>Placeable item through which the player gets a time bomb in the inventory</td>
</tr>
<tr>
<td>+Health</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/09_%2Bheart.png"></img></td>
<td><img src="textures/09_%2Bheart.png"></img></td>
<td>Placeable item through which the player gets one more life</td>
</tr>
<tr>
<td>Enemy</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/10_enemy.png"></img></td>
<td><img src="textures/10_enemy.png"></img></td>
<td>Attacks the player, with right-click you can choose how many lives he has and if he does damage</td>
</tr>
<tr>
<td>+Sword</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/11_%2Bsword.png"></img></td>
<td><img src="textures/11_%2Bsword.png"></img></td>
<td>Bombs and dynamite do more damage to enemies but also to you</td>
</tr>
<tr>
<td>+Atomic Bomb</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/12_%2Batomic_bomb.png"></img></td>
<td><img src="textures/12_%2Batomic_bomb.png"></img></td>
<td>Like Dynamite but bigger</td>
</tr>
<tr>
<td>Shield</td>
<td><img src="https://github.com/PyFlat-Studios-JR/PTB-Map-Builder/blob/main/textures/13_shield.png"></img></td>
<td><img src="textures/13_shield.png"></img></td>
<td>Your are immune against normal bombs, dynamite and enemy damage</td>
</tr>
</table>

0 comments on commit d9c4eb3

Please sign in to comment.