Adds missing data
This commit is contained in:
parent
e6391d9fdd
commit
53cdcc3433
620 changed files with 47293 additions and 151 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cfcmrftwleii6"]
|
||||
|
||||
[resource]
|
||||
no_depth_test = true
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 1, 0, 1)
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cqvh1j2n71fej"]
|
||||
|
||||
[resource]
|
||||
cull_mode = 2
|
||||
no_depth_test = true
|
||||
shading_mode = 0
|
||||
fixed_size = true
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://drodm0wf41vin"]
|
||||
|
||||
[resource]
|
||||
cull_mode = 2
|
||||
no_depth_test = true
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 0, 0, 1)
|
||||
fixed_size = true
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bv4k8o22vl6ub"]
|
||||
|
||||
[resource]
|
||||
cull_mode = 2
|
||||
no_depth_test = true
|
||||
shading_mode = 0
|
||||
albedo_color = Color(0, 1, 0, 1)
|
||||
fixed_size = true
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://divsg4lq712rw"]
|
||||
|
||||
[resource]
|
||||
cull_mode = 2
|
||||
no_depth_test = true
|
||||
shading_mode = 0
|
||||
albedo_color = Color(0, 0, 1, 1)
|
||||
fixed_size = true
|
||||
10
addons/cyclops_level_builder/materials/grid.tres
Normal file
10
addons/cyclops_level_builder/materials/grid.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://rdhrhgrb78ls"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bnlqi20ay4vs1" path="res://addons/cyclops_level_builder/art/textures/grid_cell2.png" id="1_17wu6"]
|
||||
[ext_resource type="Texture2D" uid="uid://b78mg60xhic6n" path="res://addons/cyclops_level_builder/art/textures/checkerboard.png" id="1_ldry2"]
|
||||
|
||||
[resource]
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_ldry2")
|
||||
roughness_texture = ExtResource("1_17wu6")
|
||||
texture_filter = 5
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://kw5ymmorwkvp"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://cc5tovf48xmg1" path="res://addons/cyclops_level_builder/shaders/outline_shader.tres" id="1_i1fkq"]
|
||||
|
||||
[resource]
|
||||
render_priority = 0
|
||||
shader = ExtResource("1_i1fkq")
|
||||
shader_parameter/ColorParameter = Color(0, 0, 0, 1)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://c4vils431vd0v"]
|
||||
|
||||
[resource]
|
||||
cull_mode = 2
|
||||
depth_draw_mode = 2
|
||||
no_depth_test = true
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(0.380392, 0.764706, 0.87451, 1)
|
||||
19
addons/cyclops_level_builder/materials/test_materials.tscn
Normal file
19
addons/cyclops_level_builder/materials/test_materials.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://4ak07b64jmrq"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_5fbgh"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0nsw5"]
|
||||
no_depth_test = true
|
||||
albedo_color = Color(1, 0.141176, 1, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_8rhcf"]
|
||||
material = SubResource("StandardMaterial3D_0nsw5")
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_5fbgh")
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.03827, 0, 1.15165)
|
||||
mesh = SubResource("BoxMesh_8rhcf")
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dv5gwbhe5pg64"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 1
|
||||
albedo_color = Color(0, 0, 0, 0.0627451)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 1, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dneusleqxicge"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 1, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b20sku4kdojbr"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 1
|
||||
albedo_color = Color(0, 0, 0, 0.0627451)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 0.466667, 0.109804, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cmr7csndcasyp"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 4
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 0.466667, 0.109804, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://ff2cjjfaaqfb"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 4
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bm85lvfgttrlj"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 4
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 0, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dcr6mnkfw7mvh"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 4
|
||||
no_depth_test = true
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 0.717647, 0.529412, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bscbhmr84pnpx"]
|
||||
|
||||
[resource]
|
||||
render_priority = 1
|
||||
transparency = 4
|
||||
no_depth_test = true
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(1, 0.494118, 0.160784, 1)
|
||||
grow_amount = 0.1
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://rtk56g3h03nt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dsvcm4kvcqlru" path="res://addons/cyclops_level_builder/art/textures/vertex.png" id="1_ondel"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("1_ondel")
|
||||
use_point_size = true
|
||||
point_size = 8.0
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://ba8rrvb78dmln"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dsvcm4kvcqlru" path="res://addons/cyclops_level_builder/art/textures/vertex.png" id="1_p0377"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 0.560784, 0.341176, 1)
|
||||
albedo_texture = ExtResource("1_p0377")
|
||||
use_point_size = true
|
||||
point_size = 8.0
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://slp88hyjpj6v"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dsvcm4kvcqlru" path="res://addons/cyclops_level_builder/art/textures/vertex.png" id="1_m6fsr"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 1, 0, 1)
|
||||
albedo_texture = ExtResource("1_m6fsr")
|
||||
use_point_size = true
|
||||
point_size = 8.0
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dqwtka7ltyekm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dsvcm4kvcqlru" path="res://addons/cyclops_level_builder/art/textures/vertex.png" id="1_a8v6v"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
shading_mode = 0
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
albedo_texture = ExtResource("1_a8v6v")
|
||||
use_point_size = true
|
||||
point_size = 8.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue