-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dedicated "game mode" w/ editor toggle #8
Comments
Change of spec here, but instead, if /editor is specified on the command-line, we'll launch with the editor interface etc., but if it's not then we'll just give a fullscreen borderless window and jump right into the game. |
Made a start on SDL launcher today, shouldn't take too long to bring that up to speed, and then I can work on overriding it with editor if launch parameter is provided once that's done. |
Editor toggle seems to work now, so that's all good as far as I can tell. These are remaining.
|
This is practically done. There are a few remaining oddities, such as certain textures not displaying, but we can address this in the next release as part of it's own ticket. |
Open Game Mode by default - hit F12 (or some other key) to switch to editor - make this a general shortcut, perhaps for switching between?
The text was updated successfully, but these errors were encountered: