mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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.
This commit is contained in:
@@ -57,7 +57,7 @@ exception, not the norm.
|
||||
|
||||
|image1|
|
||||
|
||||
Sprite is a Node2D, a CanvasItem and a Node. It has all the properties
|
||||
Sprite2D is a Node2D, a CanvasItem and a Node. It has all the properties
|
||||
and features of its three parent classes, like transforms or the ability
|
||||
to draw custom shapes and render with a custom shader.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user