Skip to content

DexterHill0/spwn-dye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

spwn-dye

Coloured strings in SPWN using unicode characters.

Requires: latest compiled version of spwn.

Use

Add library to libraries folder in your project (or use pckp whenever it's done)

import "spwn-dye"

let string = @dye::from("I am red string", fore=@dye::FORE.RED)
let another_string = @dye::from("I am blue string", fore=@dye::FORE.BLUE)

string.append(another_string)

$.print(string)

About

Coloured strings in SPWN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published