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.
- Document scene tile import.
  • Loading branch information
Calinou committed Feb 11, 2023
1 parent a480167 commit c1e9db0
Show file tree
Hide file tree
Showing 58 changed files with 801 additions and 243 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 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 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 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.
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
528 changes: 285 additions & 243 deletions tutorials/2d/using_tilemaps.rst

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit c1e9db0

Please sign in to comment.