30 lines
674 B
HTML
30 lines
674 B
HTML
<style>
|
|
canvas[data-output="kfeCanvas"]{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.kf-editor{
|
|
grid-template-columns: 15% auto 20%;
|
|
}
|
|
</style>
|
|
<div class="kf-editor cols-3">
|
|
<article eiccard="">
|
|
<header>Agent show</header>
|
|
<section>agents selector</section>
|
|
</article>
|
|
<article eiccard="" data-eicui-id="d9aace9b-9e60-4cfc-ad7c-98b9693d05f3" aria-enabled="true">
|
|
<section>
|
|
Arena
|
|
</section>
|
|
</article>
|
|
<article eiccard="">
|
|
<header>Properties</header>
|
|
<section>Props form</section>
|
|
</article>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <canvas data-output="kfeCanvas"></canvas> -->
|