Skip to content

Commit

Permalink
Removed unused dependency, updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-git committed Apr 21, 2024
1 parent 463d152 commit fb9a01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@ Added GAFTextField implementation without Feathers, if work don't satisfy disabl
GAFTextField uses OpenFL TextField and filters to behave similar to flash version.
For using Starling TextField and filters set GAFTextField.usePreciseFlashTextField = false; (could have different visual appearence)

Not implemented ATF support in GAF, Sound not checked, but should work

# Dependencies
zip library https://github.com/starburst997/haxe-zip

haxe format library (needed for zip library)
Not implemented ATF support in GAF, Sound not checked, but should work
5 changes: 3 additions & 2 deletions samples/simple_game/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<!-- classpath, haxe libs -->
<source path="src" />
<haxelib name="openfl" />
<haxelib name="zip" if="ZIP_LIB" />
<haxelib name="format" />
<haxelib name="starling" version="2.7.0" />

<haxelib name="zip" if="ZIP_LIB" />
<haxelib name="format" if="ZIP_LIB" />

<!-- additional -->
<classpath name="../../src/" />

Expand Down

0 comments on commit fb9a01f

Please sign in to comment.