Commit Graph

205 Commits

Author SHA1 Message Date
4e5f6fb0b4 Added circle sprite for water fountain and other uses 2024-09-08 19:43:16 -05:00
a7f57e50ae Added fountain spray water 2024-09-08 19:42:53 -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
cce9966214 Removed unnecessary print 2024-09-04 23:40:07 -05:00
77f30a7363 Added forest eedge sprite line, invisible wall, and bush place holder 2024-09-04 23:39:52 -05:00
304a5ef56a added key to safe 2024-09-04 23:37:42 -05:00
564a105b85 Changed Key Color to red 2024-09-04 23:37:27 -05:00
c2b64aaac9 Added Forest edge panel, 2 lane road and bushes 2024-09-03 17:52:53 -05:00
f60f3327c2 Original Forest Edge image 2024-09-03 17:51:06 -05:00
2158a9c8ac From previous 2024-09-03 17:50:11 -05:00
996b02728f Changed road texture to remove double yellow lines 2024-09-03 17:47:33 -05:00
6f50e27fd0 Added Forest edge image 2024-09-03 17:39:51 -05:00
2d16291c51 changed prompt based on has key or not 2024-09-03 17:39:24 -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
3eb8e767bc Made map loading multithreaded 2024-09-03 17:37:11 -05:00
54c69845f0 Attempted to make pause screen gamepad acontrollable 2024-09-03 17:36:33 -05:00
24fdaf9618 Added too small Door 2024-09-03 17:35:45 -05:00
4d0f8f8e0c Night stand animation id update 2024-09-03 15:31:11 -05:00
29086038a9 Removed delta from virtual mouse 2024-09-03 15:30:16 -05:00
8daae03ab0 Removed unused lines 2024-09-03 15:29:01 -05:00
52fc81eaea LED color overides for Safe 2024-09-03 15:27:58 -05:00
faf00f1af0 Fixed bug with night stand where you could spam the interact button to bug the animation playing 2024-09-03 15:27:23 -05:00
e139659c23 Modified safe with keypad that can open and close 2024-09-03 15:26:17 -05:00
3187f73250 Turned off phone autoplay 2024-09-03 15:25:28 -05:00
2a8d6122c9 Update blood-splatter-png-44456.png.import 2024-08-22 00:54:18 -05:00
ac6fce54a0 Added Phone 2024-08-22 00:53:56 -05:00
3f2c0b822c Created Phone that can play video files for the transition between the apartment and the Hospital and added temp video file 2024-08-22 00:52:33 -05:00
32d8a9c338 Update generator_panel.tscn 2024-08-16 18:06:42 -05:00
a97a4e292a More from previous commit 2024-08-16 18:05:41 -05:00
ef2f505ab3 Added HasVape which is false by default to prevent the player from being able to vape without picking up the vape 2024-08-16 18:05:19 -05:00
af3e44dc18 Made prompt_message change depending on if you have the key or not 2024-08-16 11:32:34 -05:00
117e371ec2 Changed Interactable items to extend Interactable and a 2024-08-16 11:32:06 -05:00
2f1df57283 Added delta to virtual mouse 2024-08-16 10:41:35 -05:00
95df256126 Fixed Typos 2024-08-16 10:38:39 -05:00
96a234fda2 Removed Un-needed variable modifications since the Game node handles passing the paused variable when unpaused or paused signal is emitted 2024-08-16 10:34:54 -05:00
ac6befea9c Created a basic start to a virtual mouse 2024-08-15 02:06:49 -05:00
30f5bc46d0 Update downloadForm 2024-08-15 02:06:04 -05:00
8b9b140d9b Added MapLoader variable to be able to reference it later to make map updates easier 2024-08-15 02:05:27 -05:00
a399619b9a Changed openMap function to check if it's a string instead of just doing it 2024-08-15 02:04:24 -05:00
95fc1ccbce Updated play button level 2024-08-15 02:03:43 -05:00
c38b1f1586 Added FOV updater 2024-08-15 02:02:34 -05:00
bcd7a629a2 Moved is_paused from player to GlobalSettings so that other game functions knows when it's paused 2024-08-15 02:02:09 -05:00
939399e2da Removed print 2024-08-15 02:00:56 -05:00
df993962d8 Divide mouse speed by 100 to fix bug with having the mouse speed be between 0 and 1 2024-08-09 16:46:24 -05:00
68c9bb504f Added is paused check for head 2024-08-09 16:44:38 -05:00
c02de730b3 Changed player jump to jump action instead of ui_accept 2024-08-09 16:44:07 -05:00
195c1b206a Added Slider range Min, Max, and Step as Vector 3 to Settings dictionary 2024-08-09 16:43:41 -05:00
b0ccd593a0 Fixed Paused label 2024-08-09 16:41:41 -05:00
3fc5bcdf8b Added teleport boundary 2024-08-09 16:41:09 -05:00