Add multiplayer game mode over the network

This commit is contained in:
Squinternator 2024-04-07 21:03:56 +00:00
parent ecc195e38e
commit 35af9ecc2d
13 changed files with 278 additions and 81 deletions

View file

@ -1,11 +1,3 @@
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://de6t4olk7hrs1"]
[ext_resource type="Texture2D" uid="uid://cvtqt0k2ewd07" path="res://weapons/space_gun/assets/albedo.png" id="1_36iph"]
[ext_resource type="Shader" path="res://shaders/zclip.gdshader" id="1_c4uko"]
[gd_resource type="ShaderMaterial" format=3 uid="uid://de6t4olk7hrs1"]
[resource]
render_priority = 0
shader = ExtResource("1_c4uko")
shader_parameter/FOV = 70.0
shader_parameter/albedo = Color(1, 1, 1, 1)
shader_parameter/texture_albedo = ExtResource("1_36iph")