Stuyk / rebar-altv

Accelerate your game mode development with a simple alt:V framework written in TypeScript.
https://rebarv.com/
47 stars 24 forks source link

Feat/Req: Asset folder (Image folder to asset?) #84

Closed MnkyArts closed 1 month ago

MnkyArts commented 1 month ago

It would be great to get somekind of asset folder where we could put fonts (and other assets) which gets used by like for example alt.TextLabels. (Dont think we have something like this?). Maybe even just renaming images to assets (or something else) and have the possibility to add more stuff in there? Don't know how necessary another folder is

oxince commented 1 month ago

You can just create it urself. But anyways i would recommend an assets server.

MnkyArts commented 1 month ago

You can just create it urself. But anyways i would recommend an assets server.

@oxince Well obv i can create it myself, but we have already an image folder so why not asset. And afaik a cdn wont work for alt.TextLabel as it needs it local.

Also we publish plugins for the Community so it would be alot easier to have a folder for stuff like this to ship everything in one plugin.