Some checks failed
Build and Deploy / build-macos (push) Failing after 6s
Build and Deploy / build-linux (push) Failing after 1m30s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
var config = {
|
|
title: "Box2D Physics Demo",
|
|
width: 1280,
|
|
height: 720,
|
|
fullscreen: false
|
|
}
|
|
|
|
return config |