Skip to content

Commit

Permalink
WIP : New visu for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gdepuille committed Sep 12, 2023
1 parent a0e9de1 commit c707541
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/map/info/map-info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h5 class="card-header">
<div class="col-3">
Equipe :
<span class="badge badge-big"
[style.background]="team==='VIOLET'?'#4E3C6B':team==='JAUNE'?'#DA9A14':'#555'">{{team}}</span>
[style.background]="team==='BLEU'?'#4E84A2':team==='JAUNE'?'#DA9A14':'#555'">{{team}}</span>
</div>
<div class="col-3">
Temps :
Expand Down
2 changes: 1 addition & 1 deletion src/app/constants/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const ROBOT_NAME = ['Nerell', 'Odin'];

export const TABLE = {
name : 'age_of_bots',
name : 'farming_mars',
width : 3000, // taille totale en mm
height : 2000,
robotSize : 364, // taille des images des robots en mm
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/mock/capteurs.mock-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class CapteursMockService extends CapteursService {
},
analogique: {},
text : {
[`Equipe`]: 'VIOLET',
[`Equipe`]: 'BLEU',
},
couleurs : {},
}));
Expand Down
Binary file modified src/assets/coupe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/tables/age_of_bots.png
Binary file not shown.
Binary file added src/assets/tables/farming_mars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c707541

Please sign in to comment.