Ismail
743d4d7378
Fix visual artifacts ( #10722 )
...
* Replace GIFs with WEBM videos in 2D movement tutorial
* Update video references in 2D movement tutorial to use WEBM format
2025-03-02 19:08:44 -05:00
cosmiccrossway
ed0e60302b
Updated GPUParticles3D typo on the 2d particle systems page
...
This sentence is about preferring GPUParticles2D instead of CPUParticles2D. The mention of GPUParticles3D doesn't make sense in the context of the sentence or the page. As such I assumed this to be a type and am submitting a fix to it.
2025-02-13 14:48:45 -07:00
Vojtech Krajnansky
ff89b4611e
Fix C# _Process method signatures
2025-02-05 20:14:35 +01:00
skyace65
caabb14bc2
Update particle process material min max image
2025-02-04 19:49:56 -05:00
tetrapod00
39bbba660d
Fix video alignment after dependency update without CSS
2025-02-03 11:52:04 -08:00
tetrapod00
049b42989e
Revert "Fix video alignment after dependency update"
...
This reverts commit 0e87849415 .
2025-02-03 10:22:46 -08:00
Max Hilbrunner
36359b2fcd
Merge pull request #10566 from tetrapod00/fix-video-align
...
Fix video alignment after dependency update
2025-02-03 10:28:24 +01:00
Max Hilbrunner
7813926781
Merge pull request #10597 from skyace65/Particles2DUpdate
...
Update 2D particles page for Godot 4.4
2025-02-03 10:19:31 +01:00
skyace65
95946bf4b4
Rename particle_process_material_2D.rst to particle_process_material_2d.rst
...
rename title
2025-02-02 16:24:51 -05:00
Mark DiBarry
692efa2347
Add Getting Started for Parallax2D
2025-01-29 15:25:16 -05:00
tetrapod00
0e87849415
Fix video alignment after dependency update
2025-01-29 00:30:10 -08:00
Max Hilbrunner
c663c40cd1
Merge pull request #10556 from skyace65/IntroTo2D
...
Update intro to 2D page for 4.4
2025-01-28 06:06:19 +01:00
Max Hilbrunner
35a0dc8f37
Merge pull request #10547 from tetrapod00/parallax2d-is-stable
...
Update note about Parallax2D being experimental
2025-01-28 06:04:42 +01:00
skyace65
f9915344f4
Update intro to 2D page for 4.4
2025-01-27 21:38:04 -05:00
Matthew
b3b0b1e5e9
Merge pull request #9267 from JordanKlooster/patch-1
...
Fixed small code error in custom_drawing_in_2d.rst
2025-01-24 22:28:16 -05:00
tetrapod00
f92484d918
Update note about Parallax2D being experimental
2025-01-24 12:52:05 -08:00
Matthew
d1a80f2375
Merge pull request #9848 from Lukas-Fletcher/patch-4
...
Update fract delta description in particle_systems_2d.rst
2025-01-21 18:33:26 -05:00
tetrapod00
c4d3aa134a
Standardize RST header syntax
2024-12-29 13:44:09 -08:00
Raul Santos
cea78730d0
[.NET] Use collection expressions
...
As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
2024-12-21 03:38:42 +01:00
Lucas Lange
e79bbd569a
Update introduction_to_2d.rst
...
Change description of the scale tool to correctly suggest the 'S' key instead of the 'R' key
2024-12-19 12:54:02 -05:00
Max Hilbrunner
eb34d1fb8d
Merge pull request #10385 from tetrapod00/2d-intro
...
Add an introduction to the 2D index page
2024-12-08 08:32:37 +01:00
tetrapod00
d70fb53f2a
Add introduction to 2D index page
2024-12-07 16:51:14 -08:00
ntlblpm
23765f9b90
Fix grammar in Using tilesets ( #10360 )
...
* Update using_tilesets.rst
2024-12-01 23:23:33 +01:00
tetrapod
518db5f6f2
Merge pull request #9621 from vgezer/intro2d
...
Add new Introduction to 2D page
2024-11-30 17:46:59 -08:00
Volkan Gezer
9a6baf54d9
a new intro to 2d content, similar to 3d
2024-11-30 22:01:39 +01:00
tetrapod00
93489bbefb
Use "low-level" and "high-level" instead of "low level" and "high level"
...
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com >
2024-11-18 13:47:58 -08:00
tetrapod00
09156f2ee9
Add UPDATE comments to perishable information
2024-11-17 13:50:42 -08:00
Max Hilbrunner
8c291253b8
Merge pull request #10235 from tetrapod00/builtin-built-in
...
Use "built-in" and "built into", avoid "builtin", "built in", and "built-in to"
2024-11-14 13:32:14 +01:00
tetrapod00
76bcb140d4
Consistently use "built-in" and "built into", avoid "builtin" and "built-in to"
2024-11-08 17:28:29 -08:00
tetrapod00
d837593d9a
Add custom codespell dictionary
2024-11-07 15:23:32 -08:00
tetrapod00
a8667ffddf
Add links to project setting mentions
2024-11-05 11:55:14 -08:00
tetrapod00
387f478e5a
Update documentation changelog for 4.3
2024-11-02 00:06:55 -07:00
Max Hilbrunner
2d0b917e79
Merge pull request #10114 from tetrapod00/renderer-comparison
...
Add new Renderers page
2024-10-28 14:37:25 +01:00
tetrapod00
04a986db73
Add new Renderers page
...
Adds a new page which gives a summary of the three renderers. This page briefly
describes the renderers, gives some guidance on how to choose a renderer. It also
contains a comparison table between the renderers.
Adds an entry in the FAQ which links to this new page.
Adds a note about subsurface scattering limitations to the Standard Material page.
Adjusts some other pages which had incorrect information.
2024-10-27 18:51:36 -07:00
tetrapod00
12e83c4949
Add link from Rendering to 2D and 3D rendering sections
2024-10-18 17:51:00 -07:00
Max Hilbrunner
c1c018f117
Merge pull request #9838 from markdibarry/update-split-screen
...
Update Parallax Split Screen Details
2024-10-04 03:16:54 +02:00
smix8
6487756b28
Add subsection for TileMap layer reordering
...
Adds subsection for TileMap layer reordering.
2024-09-24 10:32:01 +02:00
Matthew
493f0ea810
Merge pull request #9863 from EastToastLiving/tileset-custom-metadata-correction
...
Tileset custom metadata correction
2024-09-07 13:17:35 -04:00
toast_main
22db64724b
Modified the using_tilesets.rst, section assigning-custom-metadata-to-the-tileset-s-siles, to accurately reflect how the custom metadata property names do appear in the editor. The image using_tilesets_edit_custom_data.webp was also updated to reflect this change. This was oberved on v4.3.stable.official [77dcf97d8]
2024-09-04 20:56:00 -04:00
Matthew
8a922af699
Merge pull request #9835 from HubbleCommand/master
...
2D movement overview - Click-and-move - use actions
2024-09-04 20:40:07 -04:00
Matthew
09b3b00cee
Merge pull request #9870 from Lukas-Fletcher/patch-7
...
Update TileMap node with Layer postfix in using_tilemaps.rst
2024-09-01 14:46:16 -04:00
Lukas Fletcher
5db212083b
Update TileMap node with Layer postfix in using_tilemaps.rst
2024-08-31 11:04:18 +02:00
Lukas Fletcher
30a5e954fa
add highlight to the word true
2024-08-31 10:49:02 +02:00
Lukas Fletcher
e86ffe97e2
Fix PascalCasing in using_tilemaps.rst
2024-08-31 10:43:27 +02:00
Max Hilbrunner
4010ab4aff
Merge pull request #9829 from Calinou/particles-no-physics-interpolation
...
Document physics interpolation not being supported in 2D particles yet
2024-08-29 21:35:30 +02:00
Lukas Fletcher
b7b2b52c17
Update misspelled word in using_tilesets.rst
2024-08-28 18:55:45 +02:00
Lukas Fletcher
2b222382d9
Second pass of particle_systems_2d.rst update
2024-08-27 18:33:02 +02:00
Lukas Fletcher
35f2fa9682
Update fract delta description in particle_systems_2d.rst
2024-08-27 17:34:50 +02:00
HubbleCommand
8a868a4808
2d movement cs event par
...
Co-authored-by: Raul Santos <raulsntos@gmail.com >
2024-08-26 13:33:38 +02:00
HubbleCommand
59de1556d2
2d movement click cs StringName
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-08-26 13:28:37 +02:00