Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'variables.py')
-rw-r--r--variables.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/variables.py b/variables.py
deleted file mode 100644
index f9f8e43..0000000
--- a/variables.py
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-# nav.py por:
-# Cristofer Travieso()
-
-import os
-import sys
-import time
-import random
-import pygame
-from pygame.locals import *
-
-
-BASE= os.path.dirname(__file__)
-RESOLUCION = (1200, 900)
-IMAGENES = os.path.join(BASE, "Imagenes")
-MI_NAVE = ("mi_nave.png","mi_nave2.png")
-BALA = "bala.png"
-SONIDO = os.path.join(BASE, "Sonido")
-