skyace65
470f83e9d4
Rename intro to 2D animation page (3.3)
2021-03-19 22:28:42 -04:00
Paul Joannon
efb87c31fb
add c# code to 2d-sprite-animation page
...
also, do not teach people to `get_node` every frame
(cherry picked from commit ba38d9dbc5 )
2021-03-19 13:49:47 +01: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
follower
47564a0f1e
Fix typo "turn of" -> "turn off" in Using tilemaps ( #4728 )
2021-03-08 00:21:08 +01:00
Rémi Verschelde
6d8c7b1d1a
Merge branch 'master' into 3.2
2020-09-11 09:15:57 +02: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
Rémi Verschelde
e337af304f
Merge branch 'master' into 3.2
2020-09-09 13:02:26 +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
80957b8581
Merge branch 'master' into 3.2
2020-06-22 13:05:41 +02:00
Max Hilbrunner
ff18013d94
Merge pull request #3630 from PeterJSFChaplin/autotile-tutorial
...
Add autotile tutorial
2020-06-11 14:16:17 +02:00
Peter Chaplin
762ad4dc94
Add autotile tutorial
...
Modify tutorials > 2D > using tilemaps to include section on
autotiles, covering different bitmask modes and scripted binding
2020-06-06 23:04:02 +01:00
skyace65
0918317eee
Fix open TileSet instructions
2020-06-05 13:35:15 -04:00
Rémi Verschelde
f3d374ebf1
Merge branch 'master' into 3.2
2020-06-05 17:15:28 +02:00
Rémi Verschelde
ce7a9a6eab
Images: Remove unused images (no 'image::' or 'figure::' reference)
2020-06-05 14:43:20 +02:00
Hugo Locurcio
e4c47ccd91
Add a note to remind the user to set up input actions in 2D movement
2020-05-30 16:52:25 +02:00
Rémi Verschelde
10f20b00cb
Merge branch 'master' into 3.2
2020-05-20 15:08:42 +02:00
Secret Panda
9815ce2d40
Fix ending quote in Using tilemaps ( #3563 )
2020-05-19 11:19:33 +02:00
Hugo Locurcio
4f6fdbc710
Fix various spacing and capitalization issues
2020-05-18 09:54:32 +02:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
Rémi Verschelde
0a9fc75dc0
Merge branch 'master' into 3.2
2020-04-27 12:18:11 +02:00
Rémi Verschelde
e6b00ca97a
Misc formatting fixes
2020-04-27 12:17:47 +02:00
Yuri Sizov
135b33b768
Replace British spelling and fix various typos
2020-04-27 12:18:52 +03:00
Rémi Verschelde
997fc68e78
Merge branch 'master' into 3.2
2020-04-17 19:09:14 +02:00
Rémi Verschelde
48faee9f73
Merge branch 'master' into 3.2
2020-04-17 19:09:11 +02:00
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
Hugo Locurcio
8e0caddac3
Fix typos found using codespell -wi3 ^classes/**/*.rst
2020-04-16 21:01:09 +02:00
Aaron Franke
35feb8268b
Commit files changed by the formatting script
2020-03-25 03:44:59 -04:00
Yuri Sizov
075acc61b0
Replace Pool*Arrays with Packed*Arrays in tutorials and references
2020-03-17 11:15:34 +03:00
Yuri Sizov
37604be65f
Improved keystroke formatting for shortcuts and key press menti… ( #3257 )
2020-03-09 23:50:53 +01:00
sunkper
6673804459
Fix broken links to background image ( #3246 )
2020-03-06 09:45:24 +01: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
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