Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds simply fullscreen mode #126

Merged
merged 3 commits into from
Mar 14, 2020
Merged

Adds simply fullscreen mode #126

merged 3 commits into from
Mar 14, 2020

Conversation

quardbreak
Copy link
Contributor

image

/datum/client_preference/fullscreen_mode
description = "Toggle Fullscreen Mode"
key = "TOGGLE_FULLSCREEN"
options = list(GLOB.PREF_NO, GLOB.PREF_YES)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for switching Yes/No around? It makes it inconsistent with other settings using the same options.
Should instead be able to instead do default_value = GLOB.PREF_NO

/datum/client_preference/fullscreen_mode
description = "Fullscreen Mode"
key = "FULLSCREEN"
options = list(GLOB.PREF_YES, GLOB.PREF_NO)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as the default options value

@quardbreak quardbreak force-pushed the fullscreen branch 2 times, most recently from 0078c98 to a4c68e9 Compare March 13, 2020 22:14
@comma comma merged commit 8d58b2f into NebulaSS13:dev Mar 14, 2020
@quardbreak quardbreak deleted the fullscreen branch April 16, 2020 07:44
MistakeNot4892 pushed a commit to MistakeNot4892/Nebula that referenced this pull request Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants