mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 23:03:47 +00:00
Big tank model and others
This commit is contained in:
parent
8156533a77
commit
03fa41db4e
19 changed files with 3755 additions and 138 deletions
37
3D/TrenchBroom/EntityDefinitions/solid/Brush/acid_area.tres
Normal file
37
3D/TrenchBroom/EntityDefinitions/solid/Brush/acid_area.tres
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 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"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_5u7ls")
|
||||
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 = 4
|
||||
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
|
||||
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.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