mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
44 lines
789 B
Plaintext
44 lines
789 B
Plaintext
![]() |
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Renders correctly without textures.: Should render a toolbar and a renderer widget. 1`] = `
|
||
|
<div
|
||
|
class="viewer_TextureView"
|
||
|
>
|
||
|
<div
|
||
|
class="core_ToolBar"
|
||
|
style="height: 33px;"
|
||
|
>
|
||
|
<button
|
||
|
class="core_Button core_FileButton"
|
||
|
>
|
||
|
<span
|
||
|
class="core_Button_inner"
|
||
|
>
|
||
|
<span
|
||
|
class="core_Button_left"
|
||
|
>
|
||
|
<span>
|
||
|
<span
|
||
|
class="fas fa-file"
|
||
|
/>
|
||
|
</span>
|
||
|
</span>
|
||
|
<span
|
||
|
class="core_Button_center"
|
||
|
>
|
||
|
Open file...
|
||
|
</span>
|
||
|
</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div
|
||
|
class="core_RendererWidget"
|
||
|
>
|
||
|
<canvas
|
||
|
height="600"
|
||
|
width="800"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|