24 Commits

Author SHA1 Message Date
Rémi Verschelde
b2692d0eb4 Optimize recently changed autotile 3x3minimal PNGs 2021-06-02 13:28:29 +02:00
golddotasksquestions
2f1cf06df5 Marking overlapping wall areas gey in tileset template images 2021-06-02 12:57:30 +02:00
Emily
8a3fa1daee Add a 16-tile template to the 3x3 minimal section of the Using tilemaps page (#4746)
(cherry picked from commit 4a987385df)
2021-03-19 12:57:12 +01:00
Hugo Locurcio
93679aa6c9 Add 2x2 and 3x3 Minimal autotile templates to Using tilemaps
Thanks to @golddotasksquestions for providing these autotile templates :)

This closes #3316.
2020-09-09 14:13:59 +02:00
Matthew
87f90b8d89 Document direction and flatness properties in Particle systems (2D) (#3932)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-08-25 17:59:50 +02:00
Rémi Verschelde
ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
Robin Lamb
302250aa59 Update 2D animation tutorial to show how to use a sprite sheet with AnimatedSprite (#3159)
* Added images for AnimatedSprite from spritesheet

Added images to show how to use the AnimatedSprite class with a spritesheet in the tutorial.

* Using AnimatedSprite with a sprite sheet

I updated this tutorial to show how to easily use a sprite sheet with the AnimatedSprite class, including some screen shots.  I changed the old wording that makes it sound like you cannot use a sprite sheet with AnimatedSprite.  I also changed the wording that makes it sound as if you must choose between using the AnimatedSprite class or the AnimationPlayer, as you can use an AnimationPlayer with an AnimatedSprite.

* Changed wording on proposed update

I changed the wording to remove "easily" and verbs ending in "ing" to meet the doc's writing guidelines.
2020-03-03 20:10:10 +01:00
Hugo Locurcio
c1c5cd62cd Fix some images being difficult to read when using the dark theme
Adding the background color `#fcfcfc` (which matches the light theme's
background color) makes images readable again when using the dark theme.
2020-01-31 01:54:15 +01:00
Matthew
8335122512 Update 2D Sprite Animation images and tweak tutorial (#3062) 2020-01-15 14:48:57 +01:00
Matthew Ehrenhofler
333b5a3139 Update Particle Systems (2D) page for Godot 3.2 (#2871) 2019-10-29 10:48:38 +01:00
Chris Bradfield
2c645c823e Update TileMap tutorial for 3.1 2019-05-26 18:48:19 -07:00
Chris Bradfield
f69450af48 Merge pull request #2291 from cbscribe/kcc_anim2d_tut
Add 2D animation tutorial
2019-04-08 14:26:53 -07:00
Chris Bradfield
0fdb90eead 2D Animation tutorial 2019-03-25 20:14:25 -07:00
homer666
1f7e9cac40 Add Emission Shapes info to Particles2D tutorial 2019-03-17 01:20:10 +11:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Michael Alexsander Silva Dias
99057cf4ce Small fixes for the "2D Skeletons"-related pages 2019-01-11 14:33:50 -02:00
Juan Linietsky
adec29b4bb -Moved 2D skeleton tutorial to animation
-Created new AnimationTree tutorial
2019-01-11 09:16:26 -03:00
Juan Linietsky
b43da9b057 Add documentation for 2D meshes. 2019-01-09 11:43:53 -03:00
Juan Linietsky
382f8b0a23 Small fixes 2019-01-09 08:19:22 -03:00
Juan Linietsky
6102a09151 Add documentation for 2D Skeletons 2019-01-08 19:58:52 -03:00
Clay John
5f21499e05 Added lights and shadows tutorial (#1648)
* added light and shadows tutorial

* made changes requested on review
2018-08-15 19:16:47 -07:00
Chris Bradfield
a5aaa7d663 Added beginner 2D movement tutorial 2018-04-02 17:37:11 -07:00
skyace65
78a4ec0c1e Update Tilemap Page 2018-02-01 12:03:37 -05:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00