Commit Graph

31 Commits

Author SHA1 Message Date
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
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
HubbleCommand
326abe77dd Merge branch 'master' of https://github.com/HubbleCommand/godot-docs 2024-08-25 17:55:22 +02:00
HubbleCommand
a81cc1b223 2d movement click move update cs 2024-08-25 17:55:18 +02:00
HubbleCommand
7154161fb5 2d movement click movement drag corrections
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-08-25 17:43:19 +02:00
HubbleCommand
5425bf6475 2d movement indent
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-08-25 17:42:54 +02:00
HubbleCommand
199fb540ef 2d movement explicit drag 2024-08-25 17:16:24 +02:00
HubbleCommand
626d31d002 2d movement click and move
Changed it to use actions instead of the event, like in the sample
2024-08-25 17:10:33 +02:00
Mateus Elias
4cba7b060e Update the outdated "Click-and-move" example in the 2D movement tutorial
Update both the GDScript and C# versions of the "Click-and-move" example in the 2D movement tutorial.
2024-05-27 14:43:27 -03:00
Anish Patel
7ee9402d8d Update 2d_movement.rst
Fixing typo in C# code sample
2023-11-29 07:56:25 -08:00
Julio Missart
98d28b3ffe Fix typo in 2d_movement docs (#7980)
change int to float in 2d movement
2023-09-21 20:27:48 -04:00
Raul Santos
c457ab79ec Update some C# examples
- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double`.
- Ensure parameters match base declaration.
- Follow our code style more closely.
- Other minor code fixes.
2023-05-18 13:14:05 +02:00
Yuri Sizov
0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +02:00
VladKopylets
6085dad3ff Fix typo at 2d_movenet.rst 2023-03-23 20:56:28 +02:00
Hana
9e90766a92 update c# class examples 2023-01-12 19:38:20 +01:00
Chris Bradfield
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
Max Hilbrunner
024fedb0f3 Kinematic -> Character 2022-10-15 17:55:24 +02:00
Rémi Verschelde
9a05eef561 4.0: Convert Sprite references to Sprite2D
Some screenshots will need to be updated so that the scene structures shown
in screenshot fit what the code blocks are referring to.
2021-10-06 14:29:55 +02:00
Emily
d85b9bf5dc Replace single quotes with double in 2D movement 2021-04-06 13:36:38 -07: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
Chris Bradfield
7fde7be136 Update "Click and Move" to use Vector2 helpers 2020-01-09 23:37:41 -08:00
Chris Bradfield
838b140637 Fix move_and_slide() usage in 2D movement tutorial 2019-04-01 20:09:30 -07:00
Ignacio Etcheverry
a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
corrigentia
5d673ff3ab Update 2d_movement.rst 2018-12-12 10:49:30 +02:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde
e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
skyace65
07732104c3 Add C# to 2D Movement 2018-04-03 23:56:07 -04:00
Chris Bradfield
b4c3ef0746 Minor edits 2018-04-02 18:40:44 -07:00
Chris Bradfield
a5aaa7d663 Added beginner 2D movement tutorial 2018-04-02 17:37:11 -07:00