83 Commits

Author SHA1 Message Date
581ea25567 Created Front Door and Medical Symbol on building. Doors have yet to be finished 2024-09-17 15:46:06 -05:00
13385259b8 Added Dev Mode to settings 2024-09-15 13:16:39 -05:00
95e028ee0a Made the rotation global 2024-09-09 13:19:38 -05:00
d2de7a91cc Set player rotation to spawn points rotation 2024-09-09 13:19:17 -05:00
52e132dcc2 Removed unfinished code that was causing it to crash 2024-09-09 13:17:04 -05:00
39abcffb48 Added Direction arrow to spawn for orienting the player after spawn and made it hide if DEVMODE is false 2024-09-08 19:41:24 -05:00
cce9966214 Removed unnecessary print 2024-09-04 23:40:07 -05:00
77f30a7363 Added forest eedge sprite line, invisible wall, and bush place holder 2024-09-04 23:39:52 -05:00
2d16291c51 changed prompt based on has key or not 2024-09-03 17:39:24 -05:00
3eb8e767bc Made map loading multithreaded 2024-09-03 17:37:11 -05:00
54c69845f0 Attempted to make pause screen gamepad acontrollable 2024-09-03 17:36:33 -05:00
8daae03ab0 Removed unused lines 2024-09-03 15:29:01 -05:00
faf00f1af0 Fixed bug with night stand where you could spam the interact button to bug the animation playing 2024-09-03 15:27:23 -05:00
e139659c23 Modified safe with keypad that can open and close 2024-09-03 15:26:17 -05:00
a97a4e292a More from previous commit 2024-08-16 18:05:41 -05:00
ef2f505ab3 Added HasVape which is false by default to prevent the player from being able to vape without picking up the vape 2024-08-16 18:05:19 -05:00
af3e44dc18 Made prompt_message change depending on if you have the key or not 2024-08-16 11:32:34 -05:00
117e371ec2 Changed Interactable items to extend Interactable and a 2024-08-16 11:32:06 -05:00
95df256126 Fixed Typos 2024-08-16 10:38:39 -05:00
96a234fda2 Removed Un-needed variable modifications since the Game node handles passing the paused variable when unpaused or paused signal is emitted 2024-08-16 10:34:54 -05:00
8b9b140d9b Added MapLoader variable to be able to reference it later to make map updates easier 2024-08-15 02:05:27 -05:00
a399619b9a Changed openMap function to check if it's a string instead of just doing it 2024-08-15 02:04:24 -05:00
c38b1f1586 Added FOV updater 2024-08-15 02:02:34 -05:00
bcd7a629a2 Moved is_paused from player to GlobalSettings so that other game functions knows when it's paused 2024-08-15 02:02:09 -05:00
939399e2da Removed print 2024-08-15 02:00:56 -05:00
df993962d8 Divide mouse speed by 100 to fix bug with having the mouse speed be between 0 and 1 2024-08-09 16:46:24 -05:00
68c9bb504f Added is paused check for head 2024-08-09 16:44:38 -05:00
c02de730b3 Changed player jump to jump action instead of ui_accept 2024-08-09 16:44:07 -05:00
195c1b206a Added Slider range Min, Max, and Step as Vector 3 to Settings dictionary 2024-08-09 16:43:41 -05:00
cdba3e081d Removed Print and fixed the return value 2024-08-09 11:10:24 -05:00
91cc2d4e28 Fixed Improper labels and variable names 2024-08-09 10:47:39 -05:00
ef1af747ba Added ability to adjust mouse settings in game 2024-08-09 01:23:47 -05:00
082e79b09e Created Final level for setting up the final game's play Level button 2024-07-18 22:08:17 -05:00
55cc2e7653 Modified the generator panel currently broken doesn't seem to get picked up like other intractables 2024-07-17 21:23:40 -05:00
0d055cf39a Added HasGeneratorKey variable 2024-07-17 21:22:24 -05:00
abc319836f Made and scripted a generator key that modifies the variable to be able to turn on the generator using the panel 2024-07-17 21:22:04 -05:00
f59e888ad5 Created a Generator Panel with Key and Shape keyed the button being pressed and made it animate when clicked in game 2024-07-17 01:56:23 -05:00
e7f51c66e5 Changed intractable class script to be it's own script 2024-07-17 01:55:19 -05:00
e0c2c33495 Added Night stand animation to open and close when interacted with and fixed interaction ray so I don't have to use classes and I can just have it use the intractable physics layer 2024-07-17 00:01:20 -05:00
65582cd896 Fixed some texture issues on vape item and made the vape object less dependent on the blender file as a base 2024-07-16 23:02:53 -05:00
35541e5d58 Empty lines removed 2024-06-09 17:55:34 -05:00
6c8c52803e Hide highlight prompt when paused 2024-06-09 17:54:58 -05:00
8eedc33456 Hover over text now grabs text from object your looking at for custom text on every object 2024-06-05 14:14:37 -05:00
e149d89d60 Made Crosshair hide when paused and show when unpaused 2024-06-03 23:47:11 -05:00
07b135208e Moved setting speeds to inside set_condition instead of physics_process 2024-06-03 23:46:36 -05:00
9f76eacaad Added Interact system with a raycast 2024-06-03 23:39:36 -05:00
2d6ad0c4a7 Added Global sensitivity 2024-06-03 23:34:31 -05:00
f4e935c911 Converted Sensitivity to GlobalSettings variable 2024-06-03 23:33:39 -05:00
3d562f2ce1 Fixed head vertical rotation so your head no longer can do flips 2024-06-03 15:15:02 -05:00
7659f63346 Cleaned up files structure 2024-06-02 15:30:36 -05:00