a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.12k stars 651 forks source link

Where are the textures? #202

Closed nukeop closed 6 months ago

nukeop commented 6 months ago

Hi, there are references to spritesheets such as 32x32folk.png, but I can't find them in the repo. I'd like to know what they look like so that I can replace them with my own. Could you please tell me where I can find them?

61cygni commented 6 months ago

public/assets/

On Wed, Dec 13, 2023 at 2:11 AM nukeop @.***> wrote:

Hi, there are references to spritesheets such as 32x32folk.png, but I can't find them in the repo. I'd like to know what they look like so that I can replace them with my own. Could you please tell me where I can find them?

— Reply to this email directly, view it on GitHub https://github.com/a16z-infra/ai-town/issues/202, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWEFGGMTHQV2LYHW6TQLHDYJF5MNAVCNFSM6AAAAABAS4LDQGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTSMZXGU4DOOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

francusli commented 6 months ago

If you're in VSCode, just use cmd + p, type in 32x32folk.png, and it should come up in public/assets.

nukeop commented 6 months ago

Great, thank you!