This website works better with JavaScript.
首頁
探索
說明
登入
ObsidianBlk
/
Goldbox64
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
69
Commit
1
分支
目錄樹:
20a331640b
Goldbox64
/
game
/
gbe
文件歷史
Bryan Miller
a2f6aaaa7e
Can now set a Node2D-based instance as visible. If false, rendering of the sub-tree from that node will stop.
6 年之前
..
__init__.py
Added gbe.statemachine which utilizes Nodes as a 'scene'.
6 年之前
display.py
gbe.display will initialize the font system when initializing the display.
6 年之前
events.py
Fixed a typo
6 年之前
nodes.py
Can now set a Node2D-based instance as visible. If false, rendering of the sub-tree from that node will stop.
6 年之前
resource.py
Created a DataContainer class to house array and dictionary data elements, allowing them to be weakref'ed by ResourceManager.
6 年之前
resourceLoaders.py
Created a DataContainer class to house array and dictionary data elements, allowing them to be weakref'ed by ResourceManager.
6 年之前
statemachine.py
Added gbe.statemachine which utilizes Nodes as a 'scene'.
6 年之前
time.py
Broke the game/gbe/core.py into the time.py and display.py file. Updated the __init__.py files to reflect change.
6 年之前