deejoe / sugarizer-lite

A lightweight, shallow-clone fork of Sugarizer stripped of the two largest activities
Apache License 2.0
3 stars 5 forks source link

Merge cssfixes into gamelogic #24

Closed zsd7200 closed 4 years ago

zsd7200 commented 4 years ago

Should work fine after merging; I think the issue lies in the small edits I made in activity.js to make the project scale better to different screen sizes. (Replaced hardcoded values with window.innerWidth * (x / 1920) where x = previous hardcoded value)