Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<project>

<!-- _________________________ Library Patch _________________________ -->
<!--Enable behavior tree debug features (required for BTreeInspector and BTreeVisualizer)-->
<!--This enables addChangeListener on BTExecutor and dirty field on BTContext-->
<!--This fixes an inconsistent language server error on projects with bitdecaybtree added-->
<haxedef name="BT_DEBUG" />

<!-- _________________________ Application Settings _________________________ -->

<app title="HaxeflixelTemplate" main="Main" version="0.0.1" company="BitDecay Games" />
Expand Down
2 changes: 1 addition & 1 deletion haxelib.deps
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ json2object 3.11.0
# audio deps
flixel-fmod git https://github.com/MondayHopscotch/flixel-fmod.git
# intentionally get haxefmod second so that flixel-fmod doesn't override it
haxefmod git https://github.com/Tanz0rz/haxe-fmod.git 1.1.0-beta
haxefmod git https://github.com/Tanz0rz/haxe-fmod.git 1.1.2-beta