Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
ObsidianBlk
/
Goldbox64
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
78
Commits
1
Branch
Struktur:
574e32a954
Goldbox64
/
game
/
gbe
Verlauf
Bryan Miller
bf9fee74e8
State machine now listens for a 'SCENECHANGE' event.
vor 6 Jahren
..
__init__.py
Added gbe.statemachine which utilizes Nodes as a 'scene'.
vor 7 Jahren
display.py
gbe.display will initialize the font system when initializing the display.
vor 7 Jahren
events.py
Fixed a typo
vor 6 Jahren
nodes.py
gbe.nodes.* updated to render to the world position instead of their location positions.
vor 6 Jahren
resource.py
Created a DataContainer class to house array and dictionary data elements, allowing them to be weakref'ed by ResourceManager.
vor 6 Jahren
resourceLoaders.py
Created a DataContainer class to house array and dictionary data elements, allowing them to be weakref'ed by ResourceManager.
vor 6 Jahren
statemachine.py
State machine now listens for a 'SCENECHANGE' event.
vor 6 Jahren
time.py
Broke the game/gbe/core.py into the time.py and display.py file. Updated the __init__.py files to reflect change.
vor 7 Jahren