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
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.
47
Commit
1
分支
目錄樹:
86bb949cfa
master
0.1-LOWREZJAM-2018-Release
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from '86bb949cfa'
${ noResults }
Goldbox64
/
game
/
gbe
文件歷史
Bryan Miller
86bb949cfa
Changed the init() call to use pygame.display.init() instead of pygame.init(). Display should ONLY initialize the display!
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
ResourceManager can now test is a resource is 'valid'.
6 年之前
resourceLoaders.py
ResourceManager can now test is a resource is 'valid'.
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 年之前