-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenoTiledMapNav.py
36 lines (24 loc) · 949 Bytes
/
enoTiledMapNav.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Tiled map support library
# Brygg Ullmer, Clemson University
# Begun 2023-03-30
# SPDX-FileCopyrightText: © 2023 Brygg Ullmer, Clemson University
# SPDX-License-Identifier: LGPL3
# This work supported in part by NSF "Enodia" MRI CNS-1828611
from enoTiledImgNav import *
from pgzero.builtins import Actor, animate, keyboard, keys, Rect
from enoTiledImg import *
import sys
##########################################################
############## Enodia Tiled Map Navigation ###############
##########################################################
class enoTiledMapNav:
############################## constructor ##############################
def __init__(self):
super().__init__(x)
############################## draw ##############################
def draw(self, screen=None):
super().draw(screen)
############### draw callback ###############
def draw(self, screen):
super().draw(screen)
### end ###