πŸŽ‘

Moonlight Meteor 11.06: 2D Shooting Star

Goal

image

Code Area

flowchart

	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:#f79e45, stroke:#f79e45
	style G stroke:#6495ED
	
	A((Module 11.01)) --> B((Module 11.02))
	B --> C((Module 11.03))
	C --> D((Module 11.04))
	D --> E((Module 11.05))
	E --> F((Module 11.06))
	F --> G((Module 11.07))
	
	subgraph Moonlight Meteor
	A & B & C & D & E & F & G
	end