Create Earth Animation

Closes #42.
Closes #39.
This commit is contained in:
Selim Waly 2023-12-02 16:06:32 +02:00 committed by Hugo Müller-Downing
parent f457faa041
commit 194ec3eb06
2 changed files with 3758 additions and 0 deletions

3757
frames/earth.go Normal file

File diff suppressed because it is too large Load diff

View file

@ -59,4 +59,5 @@ var FrameMap = map[string]FrameType{
"as": AStrend,
"bomb": Bomb,
"maxwell": Maxwell,
"earth": Earth,
}