[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Tilesets and Charsets
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Tilesets and Charsets
- From: Henrique Nakashima <henrique.nakashima@xxxxxxxxx>
- Date: Sun, 23 Aug 2009 18:58:52 -0300
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sun, 23 Aug 2009 17:58:56 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=dKSLHKTTm9k13emwsrpf7S8yjojE71hREtcgyoT0diE=; b=sAG6teQUE0NjHOzERNOUeyolEFNTuJKbnT3hyqKPLi6kqYY6jXKBi182b+oNvY/wtM YHL2MEic7HQrbRKUAIrdUNEDJNxO+GlWSeiCuIPFqAqGK8cXUSs2PfoAywWwKN6xSv+X Brx8o2T3U3e7W+hvzjzhLLlAe+e5WzxdLmx/s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Dt/jnqbsttPliErf6qVNIYUuvhXtj6EP6nP5cv1wFxkIDBPKQFenVeulEkZcEgZnPb 4S3Ti8hFOg99BAVjJ4xA+xdaC5DmkGFhZuil2d0luR1YbIgc05YZffulcP1RBxILHNTk kQ/m5UHM1jrOeFI1I53M+IthVHctennzfhFWk=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Hello,
I am writing a framework to develop tile based RPGs in Pygame. I need
graphics for examples, the tutorial and the "standard graphics
library" to be distributed with the framework, but I haven't been able
to find material under a Creative Commons license, or in the public
domain. Most of the material in http://www.pygame.org/wiki/resources
is ripped from RPGMaker or games.
The only material I've found so far is at
http://rltiles.sourceforge.net/, some Nethack and Dungeon Crawl
graphics, but that set is very limited. Does anyone know where to find
more tilesets or charsets that I can distribute freely?
Thank you in advance,
Henrique