Commit Graph

136 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
Rémi Verschelde
33bb17d846 Merge pull request #3037 from cbscribe/kcc_2dmove_updates
Update "Click and Move" to use Vector2 helpers
2020-01-17 14:08:57 +01:00
Matthew
8335122512 Update 2D Sprite Animation images and tweak tutorial (#3062) 2020-01-15 14:48:57 +01:00
Chris Bradfield
7fde7be136 Update "Click and Move" to use Vector2 helpers 2020-01-09 23:37:41 -08:00
Chris Bradfield
7615dcb15f Merge pull request #2881 from 20kdc/animation-player-control-2dsa
Add a note to the 2d_sprite_animation tutorial on controlling an AnimationPlayer & describe a quirk
2019-11-11 12:31:01 -08:00
skyace65
8e1b3f464d Clarify Particles2D spread parameter 2019-11-08 09:43:53 -05:00
Matthew Ehrenhofler
333b5a3139 Update Particle Systems (2D) page for Godot 3.2 (#2871) 2019-10-29 10:48:38 +01:00
20kdc
6c757eb176 Add a note to the 2d_sprite_animation tutorial on controlling an AnimationPlayer & deferred play 2019-10-25 19:30:13 +01:00
frido
6a6464aea1 Fix various typos and grammar issues in tutorial articles 2019-10-09 23:56:08 +02:00
Chris Bradfield
3391152cb2 Remove __MACOSX folder from zip files 2019-05-28 11:34:42 -07:00
Chris Bradfield
2c645c823e Update TileMap tutorial for 3.1 2019-05-26 18:48:19 -07:00
thebspin
03d693262b Fixed wrapf() error in the custom drawing in 2d tutorial (#2449)
* Fixed error in the custom drawing in 2d tutorial where method said wrap but should be wrapf
2019-05-18 17:36:23 +02:00
Rémi Verschelde
cbaf88dd1a Merge pull request #2357 from bitbutter/patch-18
Update using_tilemaps.rst
2019-05-15 12:10:03 +02:00
bitbutter
7436e93ea1 Disambiguation and language cleanup in CanvasLayers tutorial (#2355) 2019-05-15 12:07:41 +02:00
bitbutter
975ae1994b Update using_tilemaps.rst
Many changes.
2019-04-09 20:31:24 +02:00
Rémi Verschelde
28fe16b26e Fix title case 2019-04-09 11:42:56 +02: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
838b140637 Fix move_and_slide() usage in 2D movement tutorial 2019-04-01 20:09:30 -07:00
Michael Alexsander Silva Dias
893d4dd0f1 Silence errors about lack of empty lines after bullet points in Particles 2D tutorial 2019-03-27 15:17:21 -03:00
Rémi Verschelde
725b99bea1 Merge pull request #2253 from homer666/particles2d-tut-emission-shapes
Add Emission Shapes info to Particles2D tutorial
2019-03-27 14:19:34 +01:00
Chris Bradfield
0fdb90eead 2D Animation tutorial 2019-03-25 20:14:25 -07:00
Chris Bradfield
25fae63f12 Add 2D animation tutorial 2019-03-24 12:35:31 -07:00
Chris Bradfield
41b67909fe Minor tutorial fixes for 3.1 2019-03-20 18:35:40 -07:00
homer666
1f7e9cac40 Add Emission Shapes info to Particles2D tutorial 2019-03-17 01:20:10 +11:00
godofgrunts
d1bdee9adc Corrected Use Snap shortcut key
`S` is the shortcut for Scale Mode. `Shift + S` is the shortcut for Snap Mode
2019-02-21 12:20:48 -05:00
Ignacio Etcheverry
a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01: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
Rémi Verschelde
a9ccac82ea Merge pull request #2117 from clayjohn/2d_mesh_proof
Fix period in first line of 2d mesh tutorial
2019-01-11 17:16:03 +01:00
Juan Linietsky
adec29b4bb -Moved 2D skeleton tutorial to animation
-Created new AnimationTree tutorial
2019-01-11 09:16:26 -03:00
clayjohn
be270ca505 proofread new 2d mesh tutorial 2019-01-09 22:38:37 -08:00
Rémi Verschelde
aad1b1de0a First proofreading pass of new 2D meshes tutorial 2019-01-09 15:53:20 +01: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
Rémi Verschelde
4c2ff7a2b2 Move 2D skeletons tutorial up 2019-01-09 10:53:27 +01:00
Rémi Verschelde
e8318c166c First proofreading pass in new 2D skeletons tutorial 2019-01-09 09:18:47 +01:00
Juan Linietsky
6102a09151 Add documentation for 2D Skeletons 2019-01-08 19:58:52 -03:00
Rémi Verschelde
7df2e73626 Merge pull request #2105 from clayjohn/custom_drawing
Removed reference to shower of bullets demo
2019-01-08 13:34:24 +01:00
Rémi Verschelde
aa7a9f8675 Misc heading fixes 2019-01-08 11:30:55 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
clayjohn
e316bf05e1 removed reference to shower of bullets demo 2019-01-04 20:32:06 -08:00
Rémi Verschelde
13a53c907f Fix inline code markup 2018-12-31 11:20:43 +01:00
Rémi Verschelde
dc2dfb6224 Fix escaping plural 's' after inlined code
Also add missing inline code formatting to Custom drawing in 2D.
2018-12-13 15:02:07 +01:00
corrigentia
cac444f42b Fix some grammar, punctuation, spelling and compliance with the GDScript style guide in custom_drawing_in_2d.rst (#2026) 2018-12-12 11:49:04 +01:00
corrigentia
873b372a1f Tweak 2d_lights_and_shadows.rst a little (#2030) 2018-12-12 11:47:52 +01:00
corrigentia
5d673ff3ab Update 2d_movement.rst 2018-12-12 10:49:30 +02:00
corrigentia
ae6280ccca Update particle_systems_2d.rst 2018-12-12 09:08:14 +02:00
corrigentia
cbf16bd3f3 Update using_tilemaps.rst 2018-12-11 15:02:43 +02:00
corrigentia
5391d7ae92 Update 2d_transforms.rst 2018-12-11 13:53:31 +02:00