Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in FlxBitmapFont demo #3029

Merged
merged 5 commits into from
Feb 10, 2024
Merged

Commits on Feb 9, 2024

  1. Added letterSpacing variable to FlxText. (HaxeFlixel#3027)

    * Update FlxText.hx
    
    * `spacing` -> `letterSpacing`.
    
    * Oops
    
    * Update FlxText.hx
    
    * Update FlxText.hx
    MAJigsaw77 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    399a9a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Fix negative animation frame number (HaxeFlixel#3028)

    * fix negative anim frame number sorting
    
    * use int abs
    
    * warn when sorting frames with invalid names
    
    * remove typo
    
    ---------
    
    Co-authored-by: George FunBook <gkurelic@gmail.com>
    T1mL3arn and Geokureli authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1e3c39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63f0c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe010a View commit details
    Browse the repository at this point in the history
  4. pretty up unit test

    Geokureli committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    079ab9f View commit details
    Browse the repository at this point in the history