Skip to content

Commit

Permalink
what thaieowa
Browse files Browse the repository at this point in the history
```
Warning: Could not generate *.woff web font for "assets/fonts/UbuntuMono-RI.ttf"
Warning: Could not generate *.woff web font for "assets/fonts/Ubuntu-L.ttf"
Warning: Could not generate *.woff web font for "assets/fonts/Ubuntu-M.ttf"
Warning: Could not generate *.woff web font for "assets/fonts/pixel.otf"
Warning: Could not generate *.woff web font for "assets/fonts/UbuntuMono-B-NF.ttf"
Warning: Could not generate *.woff web font for "assets/fonts/Ubuntu-B.ttf"
Warning : (WDeprecated) --no-traces has been deprecated, use -D no-traces instead
source/Main.hx:270: characters 3-16 : Type not found : FlxScreenGrab
export/release/html5/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here
source/Game.hx:198: characters 26-39 : Type not found : FlxScreenGrab
export/release/html5/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here
/home/runner/work/Kaded-fnf-mods/Kaded-fnf-mods/.haxelib/flixel-ui/2,5,0/flixel/addons/ui/FlxUICursor.hx:564: characters 9-11 : Warning : Potential typo detected (expected similar values are flixel.addons.ui.SortMethod.ID)
Error: Process completed with exit code 1.
```
  • Loading branch information
JOELwindows7 committed Nov 16, 2023
1 parent 83b0318 commit ee70fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Game.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
package;

import openfl.geom.Rectangle;
#if FEATURE_SCREENSHOT
import flixel.addons.plugin.screengrab.FlxScreenGrab;
#end
import openfl.display.Bitmap;
import ui.states.debug.WerrorForceMajeurState;
import flixel.tweens.FlxTween;
Expand Down

0 comments on commit ee70fd1

Please sign in to comment.