Base: Create /res/graphics/ and relocate system art assets

This commit is contained in:
thankyouverycool 2020-08-24 06:03:30 -04:00 committed by Andreas Kling
commit 61ba39dfa0
Notes: sideshowbarker 2024-07-19 03:06:01 +09:00
10 changed files with 7 additions and 7 deletions

View file

@ -23,6 +23,6 @@
</head>
<body>
<canvas width=400 height=400></canvas>
<img src="../../../res/icons/buggie.png">
<img src="../../../res/graphics/buggie.png">
</body>
</html>