mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
f19e349d38
gjbt now creates a pseudo-Node environment by creating window.process object, and this conflicted with an assumption that Ebiten doesn't nothing on Node environment. See https://github.com/myitcv/gjbt/pull/13 for the detail. This change allows Ebiten work on pseudo-Node environment. Even after this change, Ebiten doesn't work on real Node environment due to lack of DOM. |
||
---|---|---|
.. | ||
hideconsole_notwindows.go | ||
hideconsole_windows.go | ||
ui_glfw.go | ||
ui_js.go | ||
ui_mac.go | ||
ui_mobile.go | ||
ui_unix.go | ||
ui_windows.go | ||
ui.go |