-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwor3D8C.tmp
30 lines (25 loc) · 1.01 KB
/
wor3D8C.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[gd_scene load_steps=5 format=3 uid="uid://bb82g0nfa5wkf"]
[ext_resource type="Script" path="res://grid.gd" id="1_u8627"]
[ext_resource type="Script" path="res://world.gd" id="1_uvgf3"]
[ext_resource type="Shader" path="res://grid.gdshader" id="2_5fsyv"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sim6x"]
shader = ExtResource("2_5fsyv")
shader_parameter/resolution = Vector2(1920, 1080)
shader_parameter/line_color = Color(1, 1, 1, 1)
shader_parameter/zoom = 22.0
shader_parameter/rotation = 0.0
shader_parameter/translation = Vector2(0, 0)
shader_parameter/skew_x_factor = 0.0
shader_parameter/skew_y_factor = 0.0
shader_parameter/thickness = 0.5
shader_parameter/brightness = 0.3
[node name="World" type="Node2D"]
script = ExtResource("1_uvgf3")
[node name="ColorRect" type="ColorRect" parent="."]
visible = false
material = SubResource("ShaderMaterial_sim6x")
offset_right = 1920.0
offset_bottom = 1080.0
[node name="Grid" type="Node2D" parent="."]
position = Vector2(540, 540)
script = ExtResource("1_u8627")