diff options
| author | realtradam <[email protected]> | 2022-05-04 23:19:51 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-04 23:19:51 -0400 |
| commit | 8d531e823c785edd57de18f5aa29fb60b05b704e (patch) | |
| tree | 3bf86e64aef538d08ac97c89afd8ac6c02efbfb1 | |
| parent | a137f7e8171ef0fa27ffbc155871e32d01b0e20d (diff) | |
| download | realtradam-8d531e823c785edd57de18f5aa29fb60b05b704e.tar.gz realtradam-8d531e823c785edd57de18f5aa29fb60b05b704e.zip | |
test styling
| -rw-r--r-- | Readme.mdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.mdown b/Readme.mdown index bfeb732..91c6bc3 100644 --- a/Readme.mdown +++ b/Readme.mdown @@ -13,7 +13,7 @@ These are grouped into "Project Types" and within each group they are sorted by <!-- vim-markdown-toc GFM --> * [***Systems, Libraries, and Tools***](#systems-libraries-and-tools) - * [**FelFlame** - <div style="display:inline;font-weight:normal">*Modular Ruby/Raylib Game Engine*</div>](#felflame---div-styledisplayinlinefont-weightnormalmodular-rubyraylib-game-enginediv) + * [**FelFlame** - <p style="display:inline;font-weight:normal">*Modular Ruby/Raylib Game Engine*</p>](#felflame---p-styledisplayinlinefont-weightnormalmodular-rubyraylib-game-enginep) * [**FelECS** - *Pure Ruby Entity Component System*](#felecs---pure-ruby-entity-component-system) * [**FelBind** - *C to mruby Automatic Binding Generator*](#felbind---c-to-mruby-automatic-binding-generator) * [**Justicar** - *Ruby Based Static Website Generator*](#justicar---ruby-based-static-website-generator) @@ -33,7 +33,7 @@ These are grouped into "Project Types" and within each group they are sorted by # ***Systems, Libraries, and Tools*** -## **FelFlame** - <div style="display:inline;font-weight:normal">*Modular Ruby/Raylib Game Engine*</div> +## **FelFlame** - <p style="display:inline;font-weight:normal">*Modular Ruby/Raylib Game Engine*</p> [**Github**](https://github.com/realtradam/FelFlameEngine) FelFlame Engine is a modular "library-style" Ruby game engine. It consists of a core set of libraries(mruby + Raylib) which you can freely add your own mruby or C libraries on top of to be compiled into a single game or interpreter. Currently it exports to Windows, Web and Linux. |
