1lann / Mimic

A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
gravlann.github.io
MIT License
45 stars 20 forks source link

Newb Help with Fullscreen #72

Open anfred opened 9 years ago

anfred commented 9 years ago

Hi, I would like to actually use the whole screen (enlarged) when I choose the fullscreen option. Is the ui.js file the code that I would need to change? Is there a way to upscale the craftOS window to fill the whole browser window, or an actual fullscreen setting that fills beyond the browser to the whole screen? I feel like this is pretty straight forward ui stuff, but I am new to this. Thanks!

dmarcuse commented 9 years ago

Just saying, the already limited resolution of CC screens wouldn't look very good at all in fullscreen...

1lann commented 9 years ago

I'm not really sure, haven't really looked at the code for a year. I would think that you would actually need to scale the canvas, or change the size of the canvas. Try playing around with the CSS and CSS scale transformations.