This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 2d_games [2023/02/03 20:45] – justin | 2d_games [2023/02/03 22:17] (current) – justin | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| In addition to the " | In addition to the " | ||
| + | |||
| + | {{: | ||
| {{: | {{: | ||
| Line 39: | Line 41: | ||
| Since the camera in a 2D game has no perspective, | Since the camera in a 2D game has no perspective, | ||
| - | In the example shown, the wall [[tile|tiles]] in the center are placed at a Z level high enough to allow the player character and their attached weapons to pass underneath without clipping through. In this specific case, the floor [[tile|tiles]] are at a Z level of 0, and the wall [[tile|tiles]] are at a Z level of 3. | + | In the example shown below, the wall [[tile|tiles]] in the center are placed at a Z level high enough to allow the player character and their attached weapons to pass underneath without clipping through. In this specific case, the floor [[tile|tiles]] are at a Z level of 0, and the wall [[tile|tiles]] are at a Z level of 3. |
| {{: | {{: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||