[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Edge Tile Maker
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Edge Tile Maker
- From: "Ian Mallett" <geometrian@xxxxxxxxx>
- Date: Mon, 24 Sep 2007 14:40:12 -0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 24 Sep 2007 17:40:21 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vtbylGq6DhaJ9YSWw+zWHZ9iXsczJ60UIXxXfE9isco=; b=DfG81+Qp65G2eJgpXosBbW5lKRLunfGtUJH/4ahm+q6wJpFOU1tNKORyYQ/ckTul4Zg3WBqN5crNXqHWdgSYP/AKzpLbCZaIZLcTSxU1O5vkz6mgBHaqtL92nwvJxn9N9UUOPXnCTSvV8lQsob+BpkGDkiiuWzckMvvjgYYwXV8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AHLL2qfFAA5CFa8U8nVH4ARHhIVyh5WZ9EzJc7bCbE/7nxXbAzoxudUG6C4gLz//j86VJOjMmdb5gNpT1Dah6MXtr0+PAjKzmmi29HG15K+IRNlbhhYYDrjoO3UtbnyDrUXtq/Bh4F7VUl+aaHpM7XQQz35X7vkzom5/xNzWwkQ=
- In-reply-to: <46F82D8A.2040502@xxxxxxxxxx>
- References: <46F82D8A.2040502@xxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
On 9/24/07, Kris Schnee <kschnee@xxxxxxxxxx> wrote:
> I've made a simple program to automate the creation of "edge tiles" for
> tile-based games. You know how two surfaces represented with repeating
> tiles, eg. sand and grass, have ugly abrupt transitions unless you
> carefully make a bunch of transition pieces? This program helps
Cool idea. I recommend putting it on pygame.org