Among Us 3.09: Visor

Code Area

flowchart LR

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#37bf19, stroke:#37bf19
	style D fill:#37bf19, stroke:#37bf19
	style E fill:#37bf19, stroke:#37bf19
	style F fill:#37bf19, stroke:#37bf19
	style G fill:#37bf19, stroke:#37bf19
	style H fill:#f79e45, stroke:#f79e45
	
	A((Module 1.01)) --> B((Module 1.02))
	B --> C((Module 1.03))
	C --> D((Module 1.04))
	D --> E((Module 1.05))
	E --> F((Module 1.06))
	F --> G((Module 1.07))
	G --> H((Module 1.08))
	H --> I((Module 1.09))
	G --> I
	
	subgraph Learning
	A & B & C & D & E & F & G
	end
	
	subgraph Extension
	H
	end

	subgraph Art Project
	I
	end