mirror of
https://github.com/fairyglade/ly.git
synced 2026-02-04 08:24:55 +00:00
Adds support for durdraw's .dur file format. Supports ascii, animations, and 16/256 color display. Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/833 Reviewed-by: AnErrupTion <anerruption@disroot.org> Co-authored-by: hynak <hynak@noreply.codeberg.org> Co-committed-by: hynak <hynak@noreply.codeberg.org>
This commit is contained in:
@@ -5,6 +5,7 @@ pub const Animation = enum {
|
||||
matrix,
|
||||
colormix,
|
||||
gameoflife,
|
||||
dur_file,
|
||||
};
|
||||
|
||||
pub const DisplayServer = enum {
|
||||
|
||||
Reference in New Issue
Block a user