mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 16:03:47 +00:00
Models for maps
This commit is contained in:
parent
c8dd155390
commit
792a0a3fcb
37 changed files with 3346 additions and 229 deletions
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://b3ewphyir1y4q"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_7ewvt"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2kqcbr5rufxb" path="res://3D/Scenes/Props/Wooden_Box.tscn" id="2_7ewvt"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_uyj54"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_uyj54")
|
||||
scene_file = ExtResource("2_7ewvt")
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_box_wood"
|
||||
description = "Wooden Box"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_7ewvt")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Wooden_Box.glb\"",
|
||||
"size": AABB(-4, -8, -4, 4, 8, 4)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue