Skip to content

Commit

Permalink
Update TileSets and TileMaps documentation for Godot 4.0
Browse files Browse the repository at this point in the history
The documentation was split into two pages, as there are much more
features to cover now.

TODO:

- Document terrains.
- Document tile proxies.

Co-authored-by: Isaac <isaacwelfare@gmail.com>
  • Loading branch information
Calinou and letmetrythisname committed Feb 25, 2023
1 parent a480167 commit 01400f0
Show file tree
Hide file tree
Showing 65 changed files with 923 additions and 232 deletions.
Binary file removed tutorials/2d/img/tile_lock.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_add_tile.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_add_tileset.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_draw.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_menu.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_mode.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_size.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilemap_tool.png
Binary file not shown.
Binary file removed tutorials/2d/img/tileset_add_collision.png
Binary file not shown.
Binary file removed tutorials/2d/img/tileset_atlas.png
Binary file not shown.
Binary file removed tutorials/2d/img/tileset_draw_atlas.png
Binary file not shown.
Binary file removed tutorials/2d/img/tileset_snap.png
Binary file not shown.
Binary file removed tutorials/2d/img/tilesheet.png
Binary file not shown.
Binary file added tutorials/2d/img/using_tilemaps_bucket_fill.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tutorials/2d/img/using_tilemaps_select_layer.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tutorials/2d/img/using_tilemaps_use_pattern.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tutorials/2d/img/using_tilesets_eraser_tool.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tutorials/2d/img/using_tilesets_properties.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions tutorials/2d/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

canvas_layers
2d_transforms
using_tilesets
using_tilemaps
particle_systems_2d
2d_movement
Expand Down
543 changes: 311 additions & 232 deletions tutorials/2d/using_tilemaps.rst

Large diffs are not rendered by default.

611 changes: 611 additions & 0 deletions tutorials/2d/using_tilesets.rst

Large diffs are not rendered by default.

0 comments on commit 01400f0

Please sign in to comment.