CometZ  0.2
Variables
constants Namespace Reference

Variables

tuple WHITE = (255, 255, 255)
tuple BLACK = ( 0 , 0 , 0 )
tuple ALPHA = (0 , 255, 0 )
int WINDOW_WIDTH = 800
int WINDOW_HEIGHT = 600
string BKG_FOLDER = "background/"
string SPR_FOLDER = "sprites/"
string SND_FOLDER = "sound/"
string MUS_FOLDER = "music/"

Detailed Description

constants.py - Global constants are defined here

---------------------------------------------------------------------------

Copyright 2014 Alexandre Lopes <aalopes@ovi.com>

This file is part of CometZ

CometZ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

CometZ is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with CometZ.  If not, see <http://www.gnu.org/licenses/>.

---------------------------------------------------------------------------
 All Classes Namespaces Functions