Re: [AD] 5.0.0 final release plan |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
What I was trying to say is, you don't need to assemble a path for a .app
bundle. You'd load a bitmap for example al_load_bitmap("data/foo.png"); and
it would find it in Resources/ in the bundle.
Cheers,
--
Trent Gamblin
On 2010-12-31, at 10:41 AM, Peter Hull wrote:
> On Fri, Dec 31, 2010 at 5:34 PM, Trent Gamblin <trent@xxxxxxxxxx> wrote:
>> When built into a .app it should just load "data/*" or whatever (can't remember
>> if the data is stored in a data/ directory). Slap those files into .app/Content/Resources
>> and it should find them.
> Hi Trent!
> The files are there, alright, it's just not assembling the correct
> path to find them.
>
> Pete