Skip to content
Snippets Groups Projects
Commit f66fc20c authored by mcmlxxix's avatar mcmlxxix
Browse files

TODO: improve Graphic().save() to include attributes

parent 93edf15d
Branches
Tags
No related merge requests found
...@@ -336,6 +336,8 @@ function Graphic_scroll(dir,loop) ...@@ -336,6 +336,8 @@ function Graphic_scroll(dir,loop)
/* Converts a text string to binary format and appends it to a file */ /* Converts a text string to binary format and appends it to a file */
function Graphic_save(file,txt) function Graphic_save(file,txt)
{ {
//currently stores the file without attributes
//TODO: store attributes properly
var binFile=new File(file); var binFile=new File(file);
binFile.open('ab'); binFile.open('ab');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment