Skip to content

Commit

Permalink
added gold and lead back in
Browse files Browse the repository at this point in the history
  • Loading branch information
majabbour committed Dec 30, 2021
1 parent 19eccc5 commit aba3dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/visualizer/src/imageloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ export function loadAll(config: Config, callback: (arg0: AllImages) => void) {
loadImage(result.robots.soldier, BLU, 'robots/blue_soldier');


loadImage(result.resources, 'lead', 'star');
loadImage(result.resources, 'gold', 'star');
loadImage(result.resources, 'lead', 'resources/lead');
loadImage(result.resources, 'gold', 'resources/gold');



Expand Down

0 comments on commit aba3dad

Please sign in to comment.