Commit Graph

41 Commits

Author SHA1 Message Date
2a682cd3ca Set Spawnpoint arrow to point in the forward direction 2024-09-09 13:17:26 -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
77f30a7363 Added forest eedge sprite line, invisible wall, and bush place holder 2024-09-04 23:39:52 -05:00
2aa023459f Added virtual mouse 2024-09-03 17:38:24 -05:00
3b705716b1 Added settings menu to main menu but needs to integrate it in code 2024-09-03 17:38:01 -05:00
29086038a9 Removed delta from virtual mouse 2024-09-03 15:30:16 -05:00
2f1df57283 Added delta to virtual mouse 2024-08-16 10:41:35 -05:00
ac6befea9c Created a basic start to a virtual mouse 2024-08-15 02:06:49 -05:00
b0ccd593a0 Fixed Paused label 2024-08-09 16:41:41 -05:00
ef1af747ba Added ability to adjust mouse settings in game 2024-08-09 01:23:47 -05:00
028a04bff7 Made Setting Options a component so I don't have to hand type and change everything 2024-08-09 00:16:15 -05:00
25e73317c7 Made Pause Screen more appealing and fixed some unseen issues with separators 2024-08-09 00:14:54 -05:00
e5ba24b5f4 Update main_menu.tscn and game.tscn 2024-08-03 00:32:31 -05:00
5d62f634da Update player.tscn 2024-07-18 22:08:28 -05:00
28dcf54dba Changed Vape and player to corresponding physics layer 2024-06-11 13:47:28 -05:00
9f76eacaad Added Interact system with a raycast 2024-06-03 23:39:36 -05:00
234fa2e073 Moved Map Pieces outside of components 2024-06-03 12:15: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
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
d9effc7672 Moved Fonts, Themes, and Tileset stuff to Resources 2024-05-10 13:02:58 -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
18c52d0530 Set player camera height to 1.6 meters 2024-05-10 12:34:37 -05:00
300a90af9c Created Enemy to track player's last known location 2024-05-10 11:25:15 -05:00
ed75e84ece Expanded Loading List 2024-05-10 11:23:26 -05:00
8291bd8ed3 Made Game Over Scene 2024-05-10 11:21:18 -05:00
ba682934ac Fixed Issues with Pause Screen 2024-05-09 19:00:54 -05:00
e20239108c Removed unused variable 2024-05-09 18:41:23 -05:00
8d5282191b Added Load Level Item List with back button that works 2024-05-09 14:57:28 -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
2d37e9d326 Added Load Level text to button 2024-05-09 09:55:48 -05:00
3b2f22ddd6 Added Main Menu Button and connected it to the main menu script 2024-05-08 20:51:45 -05:00
b33341b301 Added and made scenes for open hallway and one wall 2024-05-08 19:40:06 -05:00
ed0f7870a0 added settings menu 2024-04-07 14:01:00 -05:00
6cf17eef6f Made it so that when is_paused is true it don's update anything 2024-04-07 13:59:34 -05:00
14c98caadd Added pause and unpause signals 2024-04-07 13:58:12 -05:00
746a105820 Improved lightig by having it hide when light equals zero 2024-04-07 13:56:24 -05:00
643be614c5 Player and Pause Menu have been setup 2024-04-04 15:09:20 -05:00