Commit Graph

120 Commits

Author SHA1 Message Date
cfa46a6930 Changed Near Darkness to final form 2024-05-09 19:06:56 -05:00
511a4de36f Renamed Map 3 to Darkness 2024-05-09 19:06:29 -05:00
a1c9ead154 Added Near Darkness Environment for dark sections 2024-05-09 19:03:35 -05:00
ba682934ac Fixed Issues with Pause Screen 2024-05-09 19:00:54 -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
6357f92d68 Moved Obsidian Stuff to base folder and not a sub folder oops 2024-05-09 18:40:02 -05:00
baa3bd05ca Added Dark Map with Floor and Ceiling Height 2024-05-09 17:30:25 -05:00
fcdcd90364 Kanban stuff 2024-05-09 15:48:06 -05:00
d4fa2febe7 Some changes not sure 2024-05-09 15:47:56 -05:00
65de7f3966 Added Level Loading 2024-05-09 15:46:13 -05:00
48817f3958 Fixed readme to be more accurate to the project but with nothing in it so far 2024-05-09 15:44:53 -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
cf5c9ace6f Removed Player and Added Node3D to be used to move player to that location at startup 2024-05-09 11:54:34 -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
31b32e4108 Moved Map to level files that will be loaded into the game scene on startup 2024-05-09 11:52:43 -05:00
7d79258b4b Added Kanban and Canvas files 2024-05-09 11:47:52 -05:00
5894d4fb8b Added Obsidian to use local canban board to be synced with obsidian 2024-05-09 11:42:00 -05:00
44b37420be Added Map Loader to Game to allow for map swaping in the future 2024-05-09 10:15:49 -05:00
2d37e9d326 Added Load Level text to button 2024-05-09 09:55:48 -05:00
6f7305b086 A Test level to look at the textures and test the grid map size 2024-05-08 20:53:23 -05:00
a488fadb16 Added fixed meshes to library 2024-05-08 20:52:46 -05:00
ad96e7d156 Set the tile size back to 2mx3mx2m 2024-05-08 20:52:31 -05:00
3b2f22ddd6 Added Main Menu Button and connected it to the main menu script 2024-05-08 20:51:45 -05:00
48c5b56acb Fixed Assests 2024-05-08 20:51:09 -05:00
e1811ded25 some starting exports for the new wall asset 2024-05-08 19:47:50 -05:00
1f366def5f Created better assets for a basic wall and ceiling and floor that fits within the grid size unlike the last one that I messed up 2024-05-08 19:46:58 -05:00
94004028a6 Made Grid Mesh Library 2024-05-08 19:46:05 -05:00
1e69f80da8 Hallway import file 2024-05-08 19:45:31 -05:00
5c797b0633 Revert "Revert "Added Basic Hallway wall texture""
This reverts commit 2fb86bba46.
2024-05-08 19:44:57 -05:00
2fb86bba46 Revert "Added Basic Hallway wall texture"
This reverts commit 2977d9df69.
2024-05-08 19:44:18 -05:00
7b484902a0 Added temp ceiling texture 2024-05-08 19:43:25 -05:00
6bb72514cd Added Floor Tile Texture to be changed with a custom one for copyright 2024-05-08 19:43:10 -05:00
e9c3ad69a8 created library for gridmap 2024-05-08 19:41:08 -05:00
2977d9df69 Added Basic Hallway wall texture 2024-05-08 19:40:54 -05:00
76328634a8 Removed Tunnel models 2024-05-08 19:40:31 -05:00
b33341b301 Added and made scenes for open hallway and one wall 2024-05-08 19:40:06 -05:00
b911577cbb Removed cube 2024-05-08 19:39:05 -05:00
3337cdc8aa Removed Old model files 2024-05-08 19:38:42 -05:00
0a8b56cb45 NEditing the design to fit my original contraints again 2024-05-08 12:25:52 -05:00
e7d00a758d Made a basic Set of Models of hallway pieces acording to average hospital dimensions 2024-05-07 19:03:29 -05:00
ac86fe9de0 Messed around with the basic tile I had 2024-05-07 18:56:33 -05:00
54fb2d400d Made a basic Set of Models of hallway pieces acording to average hospital dimensions 2024-05-07 18:43:22 -05:00
e0b12b4f16 Imports 2024-05-07 17:33:15 -05:00
8b359708a0 Changed what scene gets run when hitting the run button to the Main menu to be able to test the whole experience easier 2024-05-07 17:33:09 -05:00
e7c9d23b54 Changed window node to basic node to act as a window manager node and added main menu subscene 2024-05-07 17:32:13 -05:00
15e5f05586 Changed window node to basic node to act as a window manager node and added main menu subscene 2024-05-07 17:18:37 -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