94 Commits

Author SHA1 Message Date
akshay
50ab2c2579 Update Rover rocks to have Geode mesh 2022-08-21 00:13:06 -04:00
akshay
8683916588 Updated item balloon asset and adjusted the item anchor on it 2022-08-20 23:37:31 -04:00
akshay
002ffef1e8 Added the item balloons to show on broken machines 2022-08-20 23:02:40 -04:00
akshay
5e857e478e Updated item_generator code to emit gen started/finished signals. hooked up level to play drill animations though the anim player is missing the actual animation 2022-08-20 20:41:31 -04:00
akshay
e433f3851b Added new item assets and updated item holder placements. Also updated rover game loot table to only give Geodes but varying quantities. Big commit. my bad. 2022-08-20 19:19:03 -04:00
akshay
a2998810c1 Updated rover level with asset. Also made the arrow fade when player is certain distance away 2022-08-20 17:43:23 -04:00
akshay
2f8bbe57e2 Added exit trigger in rover game so you can leave before the timer runs out 2022-08-20 16:03:13 -04:00
akshay
cbbfe694ed Added a simple loot table and set the base data in rover game. Also fixed a bad assert in item_generator 2022-08-20 15:22:32 -04:00
akshay
073e2f74d6 Fixed pause screen defaulting to be up on game launch 2022-08-20 14:25:03 -04:00
a43ed5ccb2 Add item placement marker 2022-08-20 03:13:33 -07:00
akshay
d8cdc48c01 Added pause menu with recipes 2022-08-20 06:11:08 -04:00
akshay
1b389fc07a Updated dinner table code to allow for item in hold 2022-08-20 04:15:24 -04:00
akshay
7c31d9491a Renamed and redid icons 2022-08-20 03:37:33 -04:00
akshay
6db791b043 Imported new level. COLORS IN THE SCENE! 2022-08-20 02:46:05 -04:00
akshay
db720eb1ca Added dungee icon and updated export settings 2022-08-20 02:40:25 -04:00
akshay
e922975179 New items. new recipes. Balance changes. 2022-08-20 01:57:14 -04:00
akshay
4a715d9b6d Updated the level.glb with new asset. Updated comm station to match the new asset and added broken state to it 2022-08-19 23:11:22 -04:00
akshay
1534a9a216 Updated item generator to match the asset and updated main scene 2022-08-19 22:34:25 -04:00
akshay
dfd6fe9bb4 Updatd crafting station to have the output be right on the table on one of the slots. Also added a ready state to the crafting station 2022-08-19 20:24:29 -04:00
373838d3e7 Add rover game and such 2022-08-19 05:38:23 -07:00
akshay
e80cd37534 Merge branch 'main' of https://git.mrdanielsnider.com/snider/project-dung 2022-08-19 01:27:19 -04:00
akshay
de19a4c32d fixed bug with set_hp in damageable object 2022-08-19 01:27:06 -04:00
9a9c5ef65c Fix hunger timer issues 2022-08-18 22:20:27 -07:00
akshay
30b488094a some more number updates 2022-08-19 01:15:45 -04:00
469813f534 Update stomach ui 2022-08-18 21:59:43 -07:00
akshay
3047245eae Merge branch 'main' of https://git.mrdanielsnider.com/snider/project-dung 2022-08-19 00:57:53 -04:00
akshay
26b7c6f017 Added advanced repari kit item and recipe. Updated crafting station repair cost 2022-08-19 00:57:45 -04:00
2cc144229f Add wipe to stomachs 2022-08-18 21:56:34 -07:00
akshay
b7542cd706 Merge branch 'main' of https://git.mrdanielsnider.com/snider/project-dung 2022-08-19 00:19:23 -04:00
akshay
24ea0f314e Fixing issue with hydropnic station's item dump requirements having an empty item 2022-08-19 00:19:14 -04:00
3c76ce09c0 Fix bedroom 2022-08-18 21:19:04 -07:00
akshay
db7ecf5ed1 Updated main scene with all the stations 2022-08-19 00:15:03 -04:00
a22589b998 Update level glb 2022-08-18 19:17:03 -07:00
c63377c1dc Add wip rover game 2022-08-18 19:17:02 -07:00
akshay
8974f0cc56 Updated oven to extend Damageable and updated code to override base class properly 2022-08-18 21:30:21 -04:00
akshay
b10ad40552 Fixed bug with item generator crying when item is removed while its broken 2022-08-18 21:03:23 -04:00
akshay
ef4b8bd7cf Added broken state to hydroponic station and fixed a bug with all the brokens tates where they wouldn't heal the object back up on repair 2022-08-18 20:31:07 -04:00
akshay
6e6da14975 Updated item_generator to have states. Also made it extend Damageable class and added a broken state 2022-08-18 03:26:58 -04:00
akshay
14eb5b24de Resetting the starting Run scene to main.tscn 2022-08-18 01:58:17 -04:00
akshay
7289eba670 Added Damageable class that crating_station inherits from. Added new broken state to crafting_station with status light 2022-08-18 01:56:07 -04:00
akshay
63c0199d77 Added the bed to dev-akshay scene. Also updated the input mapping to map action button on the controller 2022-08-17 21:32:07 -04:00
akshay
22dafb6ab2 Updated dev-akshay with new level 2022-08-17 19:39:48 -04:00
30f171f3d9 Add sleeping 2022-08-17 05:46:36 -07:00
22e2fc0067 Lerp camera fov 2022-08-17 05:45:28 -07:00
akshay
3a72e066ea Added comms array 2022-08-17 00:04:04 -04:00
akshay
eeb34f9372 Added a game timer and put it on the game manager to handle day end events 2022-08-16 21:11:02 -04:00
akshay
8d313b8a71 Updated dinner table to allow player to consume valid food 2022-08-16 20:31:51 -04:00
akshay
c6da4e0aa2 Added hunger tick damage 2022-08-16 19:56:48 -04:00
3fb9fce92f Fix laggy activation 2022-08-16 12:35:42 -07:00
921ebc01f2 Make broken state for oven 2022-08-16 00:30:37 -07:00