mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 20:53:47 +00:00
Chairs and filing cabinets
This commit is contained in:
parent
006cfcacdd
commit
f46d3ad994
22 changed files with 629 additions and 236 deletions
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://pwaweics6iqm"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_xkcss"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckcp087lqlsge" path="res://3D/Scenes/Props/Filing_Cabinet_3D.tscn" id="2_xkcss"]
|
||||
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_xkcss"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_xkcss")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_xkcss")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_filing_cabinet"
|
||||
description = "Filing Cabinet"
|
||||
base_classes = Array[Resource]([ExtResource("1_xkcss")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_filing_cabinet.glb\"",
|
||||
"size": AABB(-4, -8, -8, 4, 8, 8)
|
||||
}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://umbceo5tcxni"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_t13cn"]
|
||||
[ext_resource type="Resource" uid="uid://dl5gtmotc4g6a" path="res://3D/TrenchBroom/EntityDefinitions/base/destroyable_base.tres" id="2_qg3x2"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmwtysh7eijon" path="res://3D/Scenes/Props/Chair_3D.tscn" id="3_t13cn"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="4_v58ve"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_v58ve")
|
||||
scene_file = ExtResource("3_t13cn")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_chair"
|
||||
description = "Chair"
|
||||
base_classes = Array[Resource]([ExtResource("1_t13cn"), ExtResource("2_qg3x2")])
|
||||
class_properties = {
|
||||
"health": 5.0
|
||||
}
|
||||
meta_properties = {
|
||||
"model": "{ \"path\": \"textures\\special/chair.png\", \"scale\": 1 }",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue