Responsive Design Helper #383
RampantDespair
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
This is kind of a feature request / is there a way to achieve what I am trying to do.
Basically I am trying to make my game's UI responsive and was wondering if it's possible to have per resolution "rulesets"?
What I have in mind is the css
@media
rule, where you can apply certain rules depending on the device's screen resolution.Can I accomplish something like that with Nova currently?
I tried doing straight percentages, but doing so, just like for websites, doesn't work when you go from low resolution all the way up to high. Simply because if you make it look good on low, it will be stretched to hell on high, and vice-versa.
Beta Was this translation helpful? Give feedback.
All reactions