Commit Graph

18 Commits (004247e8bfc7eac1c308949e7282f344a049e5cf)

Author SHA1 Message Date
unfa 004247e8bf Fixed failing HUD referencing in Player.gd 2021-07-16 02:52:18 +02:00
unfa 7dfd455e2d Moved UI assets to their own folder, updted the code for new version of Godot. 2021-07-12 22:40:23 +02:00
unfa 0d1d2c86ea Rolled back some changes to make the game run on bundled version of Godot engine.
Added weapon flashes (again) this time on CPU Particles to avoid issues.
2021-07-04 21:50:13 +02:00
unfa f088c711f9 Added a server scene and removed needless reference to main.local_player in Chat.gd 2021-07-04 00:44:00 +02:00
unfa 7564a2c32d Temporarily disabled focus in PlayerInfo 2021-06-22 13:44:28 +02:00
unfa 9e3f60a4f1 Formatted chat text, syncronizing player_info between peers (not working reliably) 2021-06-19 03:40:10 +02:00
unfa e8b9acb761 Chat now uses player names; random player names for testing 2021-06-19 00:31:22 +02:00
unfa 651c582ce6 Basic movement sync. Replaced beer cans. 2021-06-14 14:22:40 +02:00
unfa 709b696188 Updated KinematicBody3D to CharacterBody3D. Cleaned up Chat code, chat works on RPC 2021-06-07 19:11:42 +02:00
unfa b1e2eec834 Chat UI tweaks 2021-06-07 11:56:16 +02:00
unfa 1bd5547df8 Fixed chat typing recieving trigger key 2021-06-07 00:54:43 +02:00
unfa 627d865d26 Almost working chat and basic networking test 2021-06-06 01:58:04 +02:00
unfa edda7abc6f Replaced ENUM values with Ints to workaround Godot bug 2021-06-04 02:33:26 +02:00
unfa a54eb54293 Finalized input map, started implementing chat - broken by Enum Godot bugs 2021-06-04 00:38:30 +02:00
unfa 9927ab2d6f Refactored Main.gd a bit, moved HUD out of Level 2021-06-03 22:34:36 +02:00
unfa 2ef705c4fd Fixed Vignette (but still crashes GPU), fixed camera fov on zoom 2021-05-22 18:52:29 +02:00
unfa 860478b09c Implemented camera zooming (Z key). Added vignette but it crashes GPU. 2021-05-22 18:08:26 +02:00
unfa 99ba374f35 Implemented an animated crosshair that'll play sounds and change color when hitting or killing enemies. 2021-05-19 21:29:09 +02:00