Commit Graph

18 Commits

Author SHA1 Message Date
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