mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 11:31:16 +00:00
Concrete marble and metal textures
This commit is contained in:
parent
8f36db3539
commit
0bda493ec4
43 changed files with 625 additions and 234 deletions
|
|
@ -1,39 +1,22 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://c2x5nns4yv5y1"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://ermxog0n4mvn" path="res://3D/TrenchBroom/EntityDefinitions/base/trigger_base.tres" id="1_pinv3"]
|
||||
[ext_resource type="Script" uid="uid://msq50x6rk4po" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_5u7ls"]
|
||||
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_5u7ls"]
|
||||
[ext_resource type="Script" uid="uid://bexetda02atk1" path="res://3D/TrenchBroom/EntityScripts/Solid/acidarea.gd" id="3_7wro5"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_5u7ls")
|
||||
spawn_type = 2
|
||||
origin_type = 4
|
||||
build_visuals = true
|
||||
use_in_baked_light = false
|
||||
shadow_casting_setting = 0
|
||||
build_occlusion = true
|
||||
render_layers = 1
|
||||
collision_shape_type = 1
|
||||
collision_layer = 256
|
||||
collision_mask = 2
|
||||
collision_priority = 1.0
|
||||
collision_shape_margin = 0.04
|
||||
add_textures_metadata = false
|
||||
add_vertex_metadata = false
|
||||
add_face_position_metadata = false
|
||||
add_face_normal_metadata = false
|
||||
add_collision_shape_face_range_metadata = false
|
||||
script_class = ExtResource("3_7wro5")
|
||||
classname = "acid_area"
|
||||
description = "Acid"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_pinv3")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0, 0.593146, 0.297832, 1)
|
||||
}
|
||||
node_class = "Area3D"
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://msq50x6rk4po"
|
||||
|
|
|
|||
|
|
@ -1,39 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://cqyc33bbc701f"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://msq50x6rk4po" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_oh5jt"]
|
||||
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_oh5jt"]
|
||||
[ext_resource type="Resource" uid="uid://ermxog0n4mvn" path="res://3D/TrenchBroom/EntityDefinitions/base/trigger_base.tres" id="1_xcmav"]
|
||||
[ext_resource type="Script" uid="uid://bafphlee7g81i" path="res://3D/TrenchBroom/EntityScripts/Triggers/TriggerArea.cs" id="3_xcmav"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_oh5jt")
|
||||
spawn_type = 2
|
||||
origin_type = 4
|
||||
build_visuals = false
|
||||
use_in_baked_light = false
|
||||
shadow_casting_setting = 0
|
||||
build_occlusion = false
|
||||
render_layers = 0
|
||||
collision_shape_type = 1
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
collision_priority = 1.0
|
||||
collision_shape_margin = 0.04
|
||||
add_textures_metadata = false
|
||||
add_vertex_metadata = false
|
||||
add_face_position_metadata = false
|
||||
add_face_normal_metadata = false
|
||||
add_collision_shape_face_range_metadata = false
|
||||
script_class = ExtResource("3_xcmav")
|
||||
classname = "trigger_area"
|
||||
description = "Area node that activates its target group when entered."
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_xcmav")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0.8, 0, 0.8, 1)
|
||||
}
|
||||
node_class = "Area3D"
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://msq50x6rk4po"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue