ascii-live/frames/skull.go

12 lines
157 B
Go
Raw Normal View History

2025-02-01 17:53:25 +00:00
package frames
2025-02-01 17:51:17 +00:00
2025-02-01 17:53:25 +00:00
// This is the value stored in the FrameMap
2025-02-01 18:00:19 +00:00
var skull = DefaultFrameType(skullFrames)
2025-02-01 17:53:25 +00:00
2025-02-01 18:00:19 +00:00
var skullFrames = []string{
:),
:),
;O,
;O,
2025-02-01 17:53:25 +00:00
}