deepnight / gameBase

Base structure for my games, using Heaps framework and Haxe language.
https://deepnight.net
MIT License
606 stars 149 forks source link

Fix: Console breaks due to updated heaps library. #80

Closed drflamemontgomery closed 4 months ago

drflamemontgomery commented 1 year ago

Added AArray to simplistic argument auto-complete statement. Previous Error:

$ haxe build.dev.hxml
src/game/ui/Console.hx:173: characters 13-16 : Unmatched patterns: AArray
deepnight commented 4 months ago

This was fixed in a previous commit, thanks for the PR and sorry for the long delay!