File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Go to our project ([OurGame - The ZombiNTU](https://github.com/PythonFinalProjec
7
7
Use map created by Tiled editor and build camera perspective for 2P/1P player(s)
8
8
9
9
10
- ![ ] ( https://i.imgur.com/NuBjZtA )
10
+ ![ ] ( https://i.imgur.com/NuBjZtA.png )
11
11
12
12
There are 3 different types of objects in our maps, Stone, Proof and Block.
13
13
@@ -28,5 +28,5 @@ Clear background created using Tiled editor and load with pytmx
28
28
Use camera.update(player_list) to track position of players, then showing on the camera.show surface
29
29
30
30
` checkobj1obj2Collision ` \
31
- Track if there are collision events e.g. EnemyStoneCollision, BulletProofCollision...
31
+ Track if there are collision events e.g. EnemyStoneCollision, BulletProofCollision...\
32
32
If True then trigger bounce back event or remove map object from background
You can’t perform that action at this time.
0 commit comments