Skip to content

Commit

Permalink
game
Browse files Browse the repository at this point in the history
  • Loading branch information
aoidenpa committed Aug 22, 2024
1 parent 066ae13 commit 6f17984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn setup(
map.insert(4096, Color::srgb_u8(155, 124, 68));
map.insert(8192, Color::srgb_u8(199, 113, 244));
map.insert(16384, Color::srgb_u8(103, 40, 225));
map.insert(32768, Color::srgb_u8(237, 198, 131));
map.insert(32768, Color::srgb_u8(237, 199, 131));
map.insert(65536, Color::srgb_u8(144, 52, 192));

commands.insert_resource(ColorMap { map });
Expand Down

0 comments on commit 6f17984

Please sign in to comment.