Commit Graph
39 Commits
Author SHA1 Message Date
Judebert 2e38e7c262 Update Particles2D instructions to convert GPU to CPU (#8525)
* Update Particles2D instructions to convert GPU to CPU
2023-11-24 13:11:07 -05:00
Hugo Locurcio f9817954c7 Remove unused images
This reduces the size of ZIP downloads for offline reading.

Unused images were found by running `_tools/list-unused-images.sh`.
These images were used in Godot 2.x and 3.x documentation,
but have been replaced by remade images with different names since.
2023-11-13 21:57:19 +01:00
Hugo Locurcio 071d49a489 Fix various cases of unused images
Some of these images were duplicates or not relevant anymore,
so they have been removed entirely. Others have had their links fixed
or added where relevant.
2023-11-07 18:04:26 +01:00
Hugo Locurcio 3a1ee72d7f Mention support for per-tile rotation in Using TileSets
This also updates screenshots to display the rotation/flip buttons.
2023-11-06 19:17:16 +01:00
Hugo Locurcio b68b12ebaa Document particle flipbook animation in 2D, improve existing 3D flipbook docs
- Fix FPS formula which was inverted (it calculated the time per frame).
2023-09-21 00:02:19 +02:00
Markus Sauermann 8111c9125e Update 2D transform tutorial
Update "Viewport and canvas transforms" tutorial

- incldue missing Window-transform
- Update graphic to make the distinction between coordinate systems
and transforms mode clear
- Restructure "transform functions" section
- Update functions to new Godot 4 conventions

Create a more detailed page in engine documentation about 2d coordinate
systems and 2d transforms.
2023-07-19 19:12:52 +02:00
Hana - Piralein a61252f021 update images and line breaks 2023-04-28 13:10:54 +02:00
Kutub Gandhi 4ef67098a3 update animation tree images (#7030)
* update animation tree iamges

these animation trees used the "KinematicBody2D" node which has been
replaced in Godot4 with the CharacterBody2D node. These images have been
updated accordingly
2023-03-23 06:10:56 +01:00
Rémi Verschelde 2db1f830b1 Merge pull request #6764 from TokageItLab/fix-outdated-animation
Update outdated animation documents to synchronize them with latest version Godot
2023-03-06 10:26:03 +01:00
Hugo Locurcio ec2652c648 Update terrain image example in Using TileSets
The previous example was incomplete.
2023-02-27 18:24:40 +01:00
Hugo LocurcioandIsaac 94af54e869 Update TileSets and TileMaps documentation for Godot 4.0
The documentation was split into two pages, as there are much more
features to cover now.

Co-authored-by: Isaac <isaacwelfare@gmail.com>
2023-02-27 06:05:46 +01:00
Silc Renew 278e78030d Update outdated animation documents to synchronize them with latest 2023-02-13 14:19:36 +09:00
Danil Alexeev 519b8acd85 Explain draw_line and draw_rect coordinates 2023-01-16 22:41:06 +03:00
Hugo Locurcio 4431a725fe Update the 2D lights and shadows page for Godot 4.0 (#6424) 2022-12-17 19:23:34 +01:00
Chris BradfieldandRaul Santos 2f904cd216 Updated "2D movement overview" (#6423)
* Update tutorials/2d/2d_movement.rst

Co-authored-by: Raul Santos <raulsntos@gmail.com>
2022-11-25 17:38:59 -08:00
Hugo Locurcio 048f5e575b Add documentation pages on 2D and 3D antialiasing 2022-10-23 19:48:24 +02:00
Aaron Franke 5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Emily 4a987385df Add a 16-tile template to the 3x3 minimal section of the Using tilemaps page (#4746) 2021-03-19 12:56:57 +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
MatthewandHugo Locurcio 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