Explorar el Código

Added file headers... for reasons

master
Bryan Miller hace 7 años
padre
commit
3fda412490
Se han modificado 3 ficheros con 18 adiciones y 1 borrados
  1. +6
    -0
      game/gbe/__init__.py
  2. +6
    -0
      game/gbe/events.py
  3. +6
    -1
      game/gbe/nodes.py

+ 6
- 0
game/gbe/__init__.py Ver fichero

'''
Filename gbe/__init__.py
Author: Bryan "ObsidianBlk" Miller
Date Created: 8/1/2018
Python Version: 3.7
'''
from . import time from . import time
from . import display from . import display
from . import events from . import events

+ 6
- 0
game/gbe/events.py Ver fichero

'''
Filename events.py
Author: Bryan "ObsidianBlk" Miller
Date Created: 8/1/2018
Python Version: 3.7
'''
import time import time
import weakref import weakref
import pygame import pygame

+ 6
- 1
game/gbe/nodes.py Ver fichero


'''
Filename nodes.py
Author: Bryan "ObsidianBlk" Miller
Date Created: 8/1/2018
Python Version: 3.7
'''


NODETYPE_NODE = "NODE" NODETYPE_NODE = "NODE"



Cargando…
Cancelar
Guardar