Third Profane Locus Devlog
Profane Locus » Devlog
Today, I fixed the bug where you the E annotation gets stuck in the screen no matter what , as reported by user @wolfweb123. Tried to fix the fullscreen not working problem , but still not working even by this code :
Anyone has any idea how to make it?
Also, crouching has been added! Working on making the game concept and story-line clear, gonna take a long time. Had a great development day today!
Files
Profane Locus Build 11.rar 34 MB
Jun 29, 2020
Get Profane Locus
Profane Locus
Horror game
Status | Prototype |
Author | Maggiethegsd |
Genre | Adventure |
Tags | Horror, Psychological Horror |
Languages | English |
Accessibility | Subtitles |
More posts
- Profane Locus Devlog 6 : Build 13!Jul 11, 2020
- Profane Locus Devlog 5 : Graphics remadeJul 07, 2020
- Profane Locus Devlog 4 : SPOOKY AMBIENCE REMADEJun 30, 2020
- Second Profane Locus PostJun 28, 2020
- First Profane Locus DevlogJun 24, 2020
Comments
Log in with itch.io to leave a comment.
You might try something like:
if( fullscreen ) Screen.fullScreenMode = FullScreenMode.ExclusiveFullScreen;
else Screen.fullScreenMode = FullScreenMode.Windowed;
Though I'm more used to godot myself.
Hey there! Thanks for sticking by and for your suggestion! Will try this surely!