Skip to content

Commit

Permalink
tint example using action bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clinuxrulz committed Mar 23, 2024
1 parent e1d827e commit 3731bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ fn create_scene(mut cmd: Commands, asset_server: Res<AssetServer>) {
"UniqueJoystick".to_string(),
asset_server.load("Knob.png"),
asset_server.load("Outline.png"),
None,
None,
Some(Color::GREEN.with_a(0.5)),
Some(Color::GREEN.with_a(0.5)),
Some(Color::ORANGE_RED.with_a(0.2)),
Vec2::new(75., 75.),
Vec2::new(150., 150.),
Expand Down

0 comments on commit 3731bc5

Please sign in to comment.