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

started on asset editor

This commit is contained in:
Steven Hugg
2019-03-18 14:39:02 -04:00
parent f190bf2d58
commit 22c2fb3c2f
9 changed files with 327 additions and 12 deletions
+23
View File
@@ -449,3 +449,26 @@ span.profiler-local {
span.profiler-cident {
color: #99ffff;
}
div.asset_file {
border: 2px solid black;
border-radius:8px;
color: #ddd;
background-color:#666;
margin:0.5em;
padding:1em;
}
div.asset_file_header {
font-weight: bold;
color: white;
}
div.asset_grid {
line-height:0;
margin: 1em;
}
div.asset_grid span {
white-space: nowrap;
}
div.asset_grid canvas {
padding: 0px;
border: 1px solid black;
}