godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.81k stars 3.09k forks source link

Fix animation name in Your first 2D game #9958

Closed Calinou closed 1 week ago

Calinou commented 1 week ago
mhilbrunner commented 1 week ago

Thank you, merged.

Piralein commented 1 week ago

This change is wrong in my opinion. The images are called playerGrey_up1.png, playerGrey_up2.png and playerGrey_walk1.png, playerGrey_walk2.png.

playerGrey_up[1/2] means playerGrey_up1.png and playerGrey_up2.png playerGrey_walk[1/2] means playerGrey_walk1.png and playerGrey_walk2.png

Drag the two images for each animation, named...

Dreyseth commented 6 days ago

The file names are not the problem here. The issue is in readability of the text "[1/2]", which reads as "one OF two" rather than the intended "one AND two".