本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
ObsidianBlk
/
Goldbox64
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50
提交
1
分支
目錄樹:
69275bb4d4
master
0.1-LOWREZJAM-2018-Release
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
從 '69275bb4d4'
${ noResults }
Goldbox64
/
game
/
gbe
歷史記錄
Bryan Miller
69275bb4d4
Audio and Font resource loaders will throw an error if their associated subsystems have not been initialized before loading.
6 年之前
..
__init__.py
Added gbe.statemachine which utilizes Nodes as a 'scene'.
6 年之前
display.py
Changed the init() call to use pygame.display.init() instead of pygame.init(). Display should ONLY initialize the display!
6 年之前
events.py
Had to make a little adjustment due to a video resize bug in Linux
6 年之前
nodes.py
Node2D now has the .resolution property, looking for the first object to claim resolution. If no Node does, then the Display object is used.
6 年之前
resource.py
Actually defined the 'font' resource, connecting it to the loader.
6 年之前
resourceLoaders.py
Audio and Font resource loaders will throw an error if their associated subsystems have not been initialized before loading.
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 年之前