We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51062 commit 33a87b4Copy full SHA for 33a87b4
examples/2d/move_sprite.rs
@@ -23,6 +23,7 @@ fn setup(
23
commands
24
.spawn_bundle(SpriteBundle {
25
material: materials.add(texture_handle.into()),
26
+ transform: Transform::from_xyz(100., 0., 0.),
27
..Default::default()
28
})
29
.insert(Direction::Up);
0 commit comments