diff --git a/packages/templates/src/eternity/README.md b/packages/templates/src/eternity/README.md index 07979d1..e149236 100644 --- a/packages/templates/src/eternity/README.md +++ b/packages/templates/src/eternity/README.md @@ -1,4 +1,17 @@ -# Eternity template +# Eternity + +Hey there, if you're digging the classic BBS vibe, you're gonna love the Eternity template for Iniquity 3. Think of it as a throwback to the original Iniquity feel but, you know, revamped. It's basically Iniquity 1's style, but with a fresh twist. The cherry on top? Eternity boasts a diverse collection of both ANSI and ASCII artwork. Not only do we have those iconic pieces from the original Iniquity days, but there's also a range of art contributed by some seriously talented folks from various art groups over the years. It’s like a visual history of the BBS art scene. Pretty neat for those who appreciate both code and creativity, right? 🎨 + +## Installation +```shell +iq init --template eternity +``` +## Features + +None yet, but soon. :) + + + + -The goal here is to be as much like the original eternity as possible, but with a few improvements. diff --git a/packages/templates/src/eternity/iniquity.ts b/packages/templates/src/eternity/iniquity.ts index 1a14aa1..a0c3d48 100644 --- a/packages/templates/src/eternity/iniquity.ts +++ b/packages/templates/src/eternity/iniquity.ts @@ -12,3 +12,6 @@ iq.basepath = "/dist/assets" iq.say(`Welcome to ${config.name}.`).pause() iq.artwork().render({ filename: "4d-iniq1.ans" }).pause() + +iq.artwork().render({ filename: "newuser.ans", mode: "character", speed: 400 }).pause() +