-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayer.tscn
More file actions
24 lines (18 loc) · 813 Bytes
/
player.tscn
File metadata and controls
24 lines (18 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[gd_scene load_steps=5 format=3 uid="uid://dl3x6abnrw7qg"]
[ext_resource type="Script" uid="uid://1blb1s13ci4g" path="res://player.gd" id="1_4flbx"]
[ext_resource type="Shader" uid="uid://ctm5l41mcxq0w" path="res://shaders/player/grid_shader_new.gdshader" id="3_i3pqv"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_onrkg"]
render_priority = 0
shader = ExtResource("3_i3pqv")
[sub_resource type="SphereMesh" id="SphereMesh_2hs0m"]
material = SubResource("ShaderMaterial_onrkg")
flip_faces = true
radial_segments = 4
rings = 1
[node name="Player" type="Node3D"]
script = ExtResource("1_4flbx")
metadata/_edit_group_ = true
[node name="PlayerView" type="Camera3D" parent="."]
[node name="GridView2" type="MeshInstance3D" parent="."]
extra_cull_margin = 16384.0
mesh = SubResource("SphereMesh_2hs0m")