Skip to content

Commit

Permalink
add message.reporting=pretty to project.xml default (#46)
Browse files Browse the repository at this point in the history
* add message.reporting=pretty to project.xml default

* backmerge dev into message-reporting-pretty (#48)

* change resizable="true" in Project.xml template (#45)

* Update CI (#47)

* Update CI

* fix order

---------

Co-authored-by: Cameron Taylor <[email protected]>

---------

Co-authored-by: George Kurelic <[email protected]>
  • Loading branch information
ninjamuffin99 and Geokureli authored Apr 10, 2024
1 parent ce08afc commit 0061409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default/Project.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />

<!-- Haxe 4.3.0+: Enable pretty syntax errors and stuff. -->
<!-- pretty (haxeflixel default), indent, classic (haxe compiler default) -->
<haxedef name="message.reporting" value="pretty" />

<!-- _________________________________ Custom _______________________________ -->

<!--Place custom nodes like icons here-->
Expand Down

0 comments on commit 0061409

Please sign in to comment.