mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 22:23:47 +00:00
Wall Fan
This commit is contained in:
parent
4abf28066a
commit
7ac03f5029
16 changed files with 2898 additions and 717 deletions
|
|
@ -0,0 +1,31 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://db7vsj36v1m2e"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_xso68"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgy5kmem2hrps" path="res://3D/Scenes/Props/Wall_Fan_3D.tscn" id="2_xso68"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_jcora"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_jcora")
|
||||
target_map_editor = 1
|
||||
models_sub_folder = ""
|
||||
scale_expression = ""
|
||||
generate_size_property = false
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
generate_gd_ignore_file = false
|
||||
scene_file = ExtResource("2_xso68")
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_wallfan"
|
||||
description = "Wall Fan"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_xso68")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D\\MapModels/actor_wallfan.glb\"",
|
||||
"size": AABB(-2, -12, -12, 2, 12, 12)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
|
|
@ -1,10 +1,12 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=3 format=3 uid="uid://ia1t5p4mhom3"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://ia1t5p4mhom3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="1_28dln"]
|
||||
[ext_resource type="Resource" uid="uid://bpiblsew5s5so" path="res://3D/TrenchBroom/EntityDefinitions/base/light_base.tres" id="1_xk42r"]
|
||||
[ext_resource type="Script" uid="uid://cpyxccm5gwv84" path="res://3D/TrenchBroom/EntityScripts/Lights/light_omni.gd" id="3_brt48"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_28dln")
|
||||
script_class = ExtResource("3_brt48")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = true
|
||||
classname = "light_omni"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue