Files
cell/examples/box2d_demo/config.js
John Alanbrook c014f29ce7
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
fill out box2d methods
2025-05-25 01:58:10 -05:00

8 lines
112 B
JavaScript

var config = {
title: "Box2D Physics Demo",
width: 1280,
height: 720,
fullscreen: false
}
return config