Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] 個体を三角で描画 #78

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitsuyoshi-yamazaki
Copy link
Owner

1578237578__00000912
1578237592__00001118

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki self-assigned this Jan 5, 2020
@@ -744,7 +744,10 @@ class Life {
ellipse(position.x, position.y, size, size);

} else {
ellipse(position.x, position.y, size, size);
// ellipse(position.x, position.y, size, size);
if (random(1) < 0.1) {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

間引かないと三角形が見えなくなるため

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant