mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-16 00:44:50 +00:00
Add multiplayer game mode over the network
This commit is contained in:
parent
ecc195e38e
commit
35af9ecc2d
13 changed files with 278 additions and 81 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue