Implement svg layer structure (#59)

* Add folder struct

* Add file system like structure to interface with svgs

* Add primitive undo functionality

* Restructure layer system
This commit is contained in:
TrueDoctor
2021-04-12 00:57:39 +02:00
committed by Keavon Chambers
parent b19a9ab6fd
commit 6511f5a628
8 changed files with 245 additions and 31 deletions
+1
View File
@@ -82,6 +82,7 @@ pub fn translate_key(name: &str) -> events::Key {
"r" => K::KeyR,
"m" => K::KeyM,
"x" => K::KeyX,
"z" => K::KeyZ,
"0" => K::Key0,
"1" => K::Key1,
"2" => K::Key2,