Commit Graph

105 Commits

Author SHA1 Message Date
9f76eacaad Added Interact system with a raycast 2024-06-03 23:39:36 -05:00
1003bc186e Added Crosshair Texture 2024-06-03 23:35:15 -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
9b1e8bcea3 Moved inproperly placed models out of blender folder 2024-06-03 23:15:19 -05:00
3d562f2ce1 Fixed head vertical rotation so your head no longer can do flips 2024-06-03 15:15:02 -05:00
234fa2e073 Moved Map Pieces outside of components 2024-06-03 12:15:40 -05:00
0eebce3673 Added Lamposts, Spawn Points, and Teleport Boundry 2024-06-02 15:31:19 -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
56b19ca909 Made a stretch of road and put the lightpost in 2024-06-01 22:08:04 -05:00
97936797f2 Made Lightpost with a basic black metal material and a simple emission light source 2024-06-01 22:07:27 -05:00
b7f5507e16 Exported Road Pieces 2024-06-01 22:06:38 -05:00
c9514c08fc Made a Vape model with Texturing and a 3d Model nad exported in fbx 2024-06-01 22:05:50 -05:00
476c3e323d Added more temporary textures acquired with image search to be changed later 2024-06-01 22:04:57 -05:00
db57d91044 Switched hard coded scenes to exported Packed Scenes for easier level changing 2024-06-01 13:10:20 -05:00
2f22f48eef Added Base scene for levels of the final game 2024-06-01 13:08:56 -05:00
b58a86668c Added class names for future reference 2024-05-29 12:12:33 -05:00
18ba83c0da Export tests 2024-05-13 18:17:20 -05:00
724c66ba9d Moved Scripts to proper place 2024-05-13 18:16:36 -05:00
0cd8413a19 Changed Game Over to UNEMPLOYED 2024-05-11 00:17:08 -05:00
c903501267 Tilework 2024-05-10 22:35:10 -05:00
e42ac813eb Added Textures for Apartment Ceiling and Carpet 2024-05-10 22:34:31 -05:00
867a9209a6 Made an apartment test map 2024-05-10 22:33:23 -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
6de84aef65 Removed Old Tileset and original Map 2024-05-10 13:13:15 -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
d9effc7672 Moved Fonts, Themes, and Tileset stuff to Resources 2024-05-10 13:02:58 -05:00
ffa0b0c44f Moved Player down 2024-05-10 13:01:00 -05:00
e806232d68 Added blood to game over 2024-05-10 12:57:41 -05:00
0f019153f1 Added black background and red title 2024-05-10 12:57:11 -05:00
5d1d53ca7e Added Game Over To Game and GameOver function but nothing activates it yet 2024-05-10 12:37:13 -05:00
ca1ba98184 Wall testing 2024-05-10 12:36:36 -05:00
7471f6291a Made Wall to test out Navigation 2024-05-10 12:36:15 -05:00
ca2ef6896d Removed delta because it made the enemy super slow 2024-05-10 12:35:19 -05:00
18c52d0530 Set player camera height to 1.6 meters 2024-05-10 12:34:37 -05:00
98fde6cd4d Changed Font 2024-05-10 11:25:51 -05:00
5fe8f92f48 TestMap for Enemy Nav 2024-05-10 11:25:25 -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
ed75e84ece Expanded Loading List 2024-05-10 11:23:26 -05:00
94e51d070a Made Floor Tile Material 2024-05-10 11:22:48 -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
8291bd8ed3 Made Game Over Scene 2024-05-10 11:21:18 -05:00