Skip to content
Snippets Groups Projects
Verified Commit a45209bd authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new title value

parent 1b08f919
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1425 passed
......@@ -4,6 +4,10 @@
margin: 0px 0px 0px 0px;
}
.app h3 {
margin: 10px 0px 10px 0px;
}
.app .display-container {
margin-top: 78px;
}
......
......@@ -510,6 +510,7 @@ export const App: FC<AppProps> = ({ emulator, backgrounds = ["264653"] }) => {
)}
{debugVisible && (
<Section>
<h3>VRAM Tiles</h3>
<Tiles
getTile={(index) => emulator.getTile(index)}
tileCount={384}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment