mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 07:13:47 +00:00
New Models
This commit is contained in:
parent
5a622a1fba
commit
23abf95c54
34 changed files with 2657 additions and 354 deletions
|
|
@ -1,13 +1,18 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://cs333m37kmp2y"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://cs333m37kmp2y"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_6p0lm"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyi4ji0t3ryi4" path="res://3D/Scenes/Props/chest_3d.tscn" id="2_6p0lm"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_othb6"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_6p0lm"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_othb6")
|
||||
script = ExtResource("3_6p0lm")
|
||||
target_map_editor = 0
|
||||
models_sub_folder = ""
|
||||
scale_expression = ""
|
||||
generate_size_property = false
|
||||
generate_gd_ignore_file = false
|
||||
scene_file = ExtResource("2_6p0lm")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_chest_1"
|
||||
description = "Chest Type 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue