TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
42 stars 6 forks source link

Allow specifying sizes for child_1 in canvas #42

Closed tatjam closed 1 year ago

tatjam commented 1 year ago

Right now we only allow size specification in pixels for child_0 because of how the code was structured originally, it should now be possible to specify size for child_1.

tatjam commented 1 year ago

Done.