# -*- coding: iso-8859-1 -*- #Copyright (C) 2008 by Achuras Experience # #This file is part of Falabracman # #Falabracman 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. # #Falabracman 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 Falabracman. If not, see . ORIGINAL_WIDTH, ORIGINAL_HEIGHT = 1200, 900 SCREEN_WIDTH, SCREEN_HEIGHT = 800, 600 #SCREEN_WIDTH, SCREEN_HEIGHT = 1024, 480 #SCREEN_WIDTH, SCREEN_HEIGHT = 1200, 900 #SCREEN_WIDTH, SCREEN_HEIGHT = 200, 100 #SCREEN_WIDTH, SCREEN_HEIGHT = 2400, 1800 FACTORX = SCREEN_WIDTH/float(ORIGINAL_WIDTH) FACTORY = SCREEN_HEIGHT/float(ORIGINAL_HEIGHT) BASECOLOR = (255,255,255) OUTLINECOLOR = (0,0,0) VIDAS = 4 lenguaje = "esp" DEMORA_PAUSA = 30