Skip to content
Snippets Groups Projects
Verified Commit e4fb0015 authored by Louis's avatar Louis :fire:
Browse files

Add micro_ldtk page

parent 4aabeb10
Branches trunk
No related tags found
No related merge requests found
Pipeline #467 passed with stage
in 17 seconds
......@@ -3,7 +3,7 @@
</script>
<Card
title="Micro Autotile"
title="Autotile"
image="https://lab.lcr.gr/uploads/-/system/project/avatar/69/noun-tiling-1036560-FFFFFF.png?width=64"
url="lab.lcr.gr/microhacks/micro_autotile"
badges={[
......
<script>
import Card from "../../components/Card.svelte";
</script>
<Card
title="LDTK / Bevy"
image="https://lab.lcr.gr/uploads/-/system/project/avatar/61/noun-map-668097-FFFFFF.png?width=64"
url="lab.lcr.gr/microhacks/bevy-micro-ldtk"
badges={[
{ href: 'https://crates.io/crates/micro_ldtk', src: 'https://img.shields.io/crates/v/micro_ldtk?color=%2344a8ff&style=flat-square', alt: 'Crates IO' },
{ href: 'https://docs.rs/micro_ldtk', src: 'https://img.shields.io/docsrs/micro_ldtk?style=flat-square', alt: 'Docs RS' },
]}
tags={[
{ tag_type: 'active', content: 'Active Development' },
{ tag_type: 'engine', content: 'Bevy' },
{ tag_type: 'info', content: 'Assets' },
{ tag_type: 'info', content: 'Data' },
{ tag_type: 'info', content: 'Tilemaps' },
]}
>
micro_ldtk provides a feature rich layer on top of raw LDTK JSON data, focused on the Bevy engine, and with a goal
of forward compatible support for as many LDTK schema versions as is sensible. Exposes an index of levels and an index
of tilesets, with support for new multi-world LDTK files.
</Card>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment