Elnu

Results 25 comments of Elnu

Here's my script! It works like a charm. Based on @johnsoncodehk's script: ```cs using System.Collections.Generic; using UnityEngine; using UnityEngine.Tilemaps; [CreateAssetMenu(fileName = "New Sibling Rule Tile", menuName = "Tiles/Sibling Rule Tile")]...

I have no idea honestly. I think Bevy has gamepad support built-in, but I haven't looked into it yet.

It is. I have done builds to both Linux and Windows, and one should in theory be able to build to WebAssembly and mobile (don't quote me on that, but...

Nice! I'll let you know when we get gamepad support in

Upgraded to Bevy 0.6.1 in b1184c7 and cleared out warnings/errors, but the game is buggy and unplayable. There seem to be some issues with component recognition, I'll look into it...

Thanks for taking a look! Here's my page with `` and ``: ![Screenshot from 2021-01-23 11-25-30](https://user-images.githubusercontent.com/9874955/105612004-c9990800-5d6d-11eb-8321-5214d5a52e43.png) Here's my page without `` and ``: ![Screenshot from 2021-01-23 11-28-54](https://user-images.githubusercontent.com/9874955/105612071-3b715180-5d6e-11eb-8bdb-192c16d40b65.png) I'm not sure,...

That sounds like a good idea! It's certainly cleaner than only being able to have empty `` and `` tags, which is the only way to remove the squirt and...

I've tested StrapDown.js with Bootstrap 4.6.0, and it seems to work fine. I only tested it on the United theme though, and a quick search says that Bootstrap versions aren't...

Well, I managed to get `markdown-it` working by setting `options.text` to `true` whenever I use `$content` and then bypassing `` entirely by using `@nuxtjs/markdownit` and ``. It still would be...

Not everybody is going to need to necessarily be able to use Vue components in Markdown in their projects, so it still would be nice to have the option to...