This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 2d_games [2023/02/03 18:20] – justin | 2d_games [2023/02/03 22:17] (current) – justin | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| =====Tiles and Objects===== | =====Tiles and Objects===== | ||
| - | When creating [[tile|tiles]] and [[object|objects]] for your game, keep in mind that they' | + | When creating [[tile|tiles]] and [[object|objects]] for your game, keep in mind that they' |
| - | {{:2d_game_tile.png? | + | {{:2d_game_tile_front.png? |
| + | |||
| + | {{: | ||
| =====Maps===== | =====Maps===== | ||
| Line 26: | Line 28: | ||
| {{: | {{: | ||
| - | Enable the " | + | Enable the " |
| {{: | {{: | ||
| In addition to the " | In addition to the " | ||
| + | |||
| + | {{: | ||
| {{: | {{: | ||
| Line 37: | 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~~ | ||