Commit Graph

39 Commits

Author SHA1 Message Date
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
cbb3760380 Changed Level loading to allow me to call openMap with a path to a specific map but by default will use the global setting map and added closeMap function 2024-05-10 11:24:46 -05:00
d4164c994e Added Global Variable in settings for the last known location and is updated when player starts coughing 2024-05-10 11:22:24 -05:00
2f5661cf8f Moved calculation to save as a variable for testing 2024-05-09 18:45:29 -05:00
e20239108c Removed unused variable 2024-05-09 18:41:23 -05:00
65de7f3966 Added Level Loading 2024-05-09 15:46:13 -05:00
8d5282191b Added Load Level Item List with back button that works 2024-05-09 14:57:28 -05:00
c0ff8015d3 Removed whitespace 2024-05-09 11:55:52 -05:00
b67de8d3df Added Loading Screen for 1 second to just hide the player falling after spawning in 2024-05-09 11:53:33 -05:00
44b37420be Added Map Loader to Game to allow for map swaping in the future 2024-05-09 10:15:49 -05:00
3b2f22ddd6 Added Main Menu Button and connected it to the main menu script 2024-05-08 20:51:45 -05:00
61c5ce2be7 Added scene change to open up the game scene when pressing the start game button 2024-05-07 17:16:51 -05:00
f016e576ed Added startGame signal and emit a signal on pressing the start button in the main menu 2024-05-07 17:16:02 -05:00
162e428478 Added game_window script 2024-04-07 14:06:05 -05:00
21af9870b9 added global_settings script file 2024-04-07 14:05:45 -05:00
2ffc0a4e33 added look stuff 2024-04-07 14:05:02 -05:00
2fcd546903 Added on_pause to set player variable 2024-04-07 14:01:44 -05:00
cdf5520bc9 Made basic main menu 2024-04-07 13:48:17 -05:00
643be614c5 Player and Pause Menu have been setup 2024-04-04 15:09:20 -05:00