Commit Graph

68 Commits

Author SHA1 Message Date
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
7fcaffc1ae Made a lamp post object with collision 2024-06-02 15:30:16 -05:00
5b67cb1681 Added Spawn and Map functions 2024-06-02 15:29:04 -05:00
7cd96e08e3 Added a function to go back to main menu but haven't made it usable in game 2024-06-02 15:28:40 -05:00
d13d76411c Made Loading screen it's own component instead of being part of the player and made it part of the game 2024-06-02 15:27:47 -05:00
452c500937 Created Teleport Boundry for it player falls out off the map they respawn 2024-06-02 15:26:14 -05:00
4679978d4f Created Spawn Point that sets global spawn point and respawns player 2024-06-02 15:24:45 -05:00
db57d91044 Switched hard coded scenes to exported Packed Scenes for easier level changing 2024-06-01 13:10:20 -05:00
b58a86668c Added class names for future reference 2024-05-29 12:12:33 -05:00
724c66ba9d Moved Scripts to proper place 2024-05-13 18:16:36 -05:00
53815f7504 Renamed Head Pivet and had to update the head script 2024-05-10 22:32:43 -05:00
8be6f7d418 Fixed small typo preventing level loading 2024-05-10 22:32:02 -05:00
181dd82ef2 Changed string to variable sho if I change the level folder in the future it won't break shit 2024-05-10 13:11:46 -05:00
5d1d53ca7e Added Game Over To Game and GameOver function but nothing activates it yet 2024-05-10 12:37:13 -05:00
ca2ef6896d Removed delta because it made the enemy super slow 2024-05-10 12:35:19 -05:00
300a90af9c Created Enemy to track player's last known location 2024-05-10 11:25:15 -05:00