Commit Graph

22 Commits

Author SHA1 Message Date
Vojtech Krajnansky
ff89b4611e Fix C# _Process method signatures 2025-02-05 20:14:35 +01:00
Russell Sanborn
a3e4e9b0cc Add commas before "but" throughout documentation 2024-07-06 08:41:08 -05:00
C. Peña
4c6e4e7d1e Update 2d_sprite_animation.rst
Corrected the C# code from the example in the 'Controlling the animation' section, fixing the class name used by the generic method GetNode<T>(), as well as the string parameter.
2024-05-03 15:21:24 -06:00
Hana - Piralein
a61252f021 update images and line breaks 2023-04-28 13:10:54 +02:00
Yuri Sizov
0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +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
Justin McGettigan
7f7042c515 Updated instances of onready to @onready. 2023-03-18 16:06:11 -04:00
Silc Renew
278e78030d Update outdated animation documents to synchronize them with latest 2023-02-13 14:19:36 +09:00
Hana
9e90766a92 update c# class examples 2023-01-12 19:38:20 +01:00
Max Hilbrunner
024fedb0f3 Kinematic -> Character 2022-10-15 17:55:24 +02:00
Aaron Franke
da14b8000d Add C# code examples (salvage of VinnNo's PRs) 2022-04-29 08:08:09 -05:00
skyace65
c646baeb61 Remove broken link to opengameart 2021-12-15 21:14:12 -05: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
Rémi Verschelde
044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02:00
Paul Joannon
ba38d9dbc5 add c# code to 2d-sprite-animation page
also, do not teach people to `get_node` every frame
2021-01-31 18:53:51 +01:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +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
Matthew
8335122512 Update 2D Sprite Animation images and tweak tutorial (#3062) 2020-01-15 14:48:57 +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
Rémi Verschelde
28fe16b26e Fix title case 2019-04-09 11:42:56 +02: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