[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] draw.rect question real simple
- To: pygame-users@xxxxxxxx
- Subject: [pygame] draw.rect question real simple
- From: "Lamonte Harris" <pyth0nc0d3r@xxxxxxxxx>
- Date: Mon, 10 Sep 2007 16:37:42 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 10 Sep 2007 17:37:49 -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:mime-version:content-type; bh=jJSW2IhKFsuGKl0Iz47GGKENtLF4HcMNEgPCzQRHlM8=; b=A3EMsQd0m6/xGEF5vvN9QQJjmamh4RHvDFQoJrvRaSfA3+/SuttQRc1t/86UXVK6EBRnv7C6IER8EdOhtPAR3TE+cuvK9LwySMq/iIoXVes2V4emjoXFTKw3KxTZ7y5L+BGxlJxTKm5AyH05zNtAxSZ8fGefhRxoA3ASOKhCiB8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cCCmvjiHo+jA8KTw7B5lYzcirn+QC9rOIJrWfhesA9t8vWZ/vQLOzq0xNPE+MZrJ1V5xJ0R+Cdenyp4NgboqrkgkEiT5e03+BnNAZ7PxaxVWoq4o8rGGwIhzNPrOTLE5YZSw2y1XH9j8NvI7FV4ftZLeGTR0ScYOFW4QFmsgO8Y=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
So basically pygame.draw.rect basically draws on the rect onto the surface, so its not actually assigned to anything(such as a variable).