Skip to content

Commit

Permalink
Remove rotation in ants
Browse files Browse the repository at this point in the history
  • Loading branch information
agrignard committed May 7, 2022
1 parent 74d1aaf commit 2eff8d5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -216,9 +216,9 @@ experiment "Classic" type: gui {
display Ants synchronized: false antialias: false type: opengl {
light #ambient intensity: 127;
light #default intensity: 127;
image terrain refresh: true rotate: cycle;
image terrain refresh: true;
agents "Grid" transparency: 0.4 value: ant_grid where ((each.food > 0) or (each.road > 0) or (each.is_nest));
species ant aspect: info rotate:-cycle;
species ant aspect: info;
}

}
Expand Down

0 comments on commit 2eff8d5

Please sign in to comment.