Skip to content

Commit

Permalink
description for FlxBitmapText.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Apr 14, 2024
1 parent 2990827 commit 0e7004f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/demos/FlxBitmapText.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ width: 800
height: 600
source: "UserInterface/FlxBitmapText"
---

Demo showcasing loading `flixel.text.FlxBitmapText` and `flixel.graphics.frames.FlxBitmapFont` in different ways.

- `mouseX/mouseY` is using `FlxBitmapFont.fromXNA()`
- `HELLO WORLD!...` is using `FlxBitmapFont.fromAngelCode()` and loading a `.fnt` file
- `ROBOCOP RULES!!!` is using `FlxBitmapFont.fromMonospace()`
- `You can even define and use Unicode Combining Diacritical Marks!` is using `FlxBitmapFont.fromAngelCode()` and loading a `.xml` file.

0 comments on commit 0e7004f

Please sign in to comment.