1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

pixel editor lazy updates

This commit is contained in:
Steven Hugg
2019-03-26 14:29:47 -04:00
parent 2889ef33bd
commit 6cea0772bf
5 changed files with 121 additions and 37 deletions
+7
View File
@@ -502,4 +502,11 @@ div.asset_editor {
padding:16px;
margin:16px;
background-color:#999;
display:flex;
flex-direction:column;
align-items:center;
}
div.asset_toolbar {
padding:8px;
margin:8px;
}