Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
68 stars 58 forks source link

Bug Report: MusicBeat, ModsMenu, and CharacterCreatorState not working correctly while building #253

Closed MapidsFanAnimator closed 2 years ago

MapidsFanAnimator commented 2 years ago

source/states/MusicBeatState.hx:35: characters 19-29 : Class has no field clearCache source/states/ModsMenu.hx:164: characters 139-146 : Null has no field _author (Suggestion: author) source/modding/CharacterCreationState.hx:325: characters 46-57 : flixel.animation.FlxAnimationController has no field getNameList

Leather128 commented 2 years ago
  1. If you encounter errors like this again, please try reading the actual Build.md file first
  2. Run these commands to fix the errors:
    haxelib install polymod 1.5.2
    haxelib update flixel

    and you should be good :+1: