deepnight / gameBase

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

Fixed reference to Heaps's atlas for aseprite #71

Closed CharcoalStyles closed 2 years ago

deepnight commented 2 years ago

This PR isn't relevant, as the problem you're solving happened because you probably have 2 files with the same name but different extension in your res/atlas folder:

In this case, hxd.Res will disambiguate names by including extension in identifier (eg. tiles_aseprite instead of tiles)