mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 19:25:53 +00:00
Mapping and models
This commit is contained in:
parent
12cbc76f79
commit
aa17c965d5
77 changed files with 3047 additions and 1403 deletions
|
|
@ -0,0 +1,21 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=5 format=3 uid="uid://bhkn5vwemx7nk"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_bbaxn"]
|
||||
[ext_resource type="Resource" uid="uid://dl5gtmotc4g6a" path="res://3D/TrenchBroom/EntityDefinitions/base/destroyable_base.tres" id="2_503pb"]
|
||||
[ext_resource type="PackedScene" uid="uid://cf7jo7q71ucli" path="res://3D/Scenes/Props/Box_3D_Blue_Tall.tscn" id="3_bbaxn"]
|
||||
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="4_bbaxn"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_bbaxn")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("3_bbaxn")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_box_blue_tall"
|
||||
description = "Tall Blue Box"
|
||||
base_classes = Array[Resource]([ExtResource("1_bbaxn"), ExtResource("2_503pb")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_box_blue_tall.glb\"",
|
||||
"size": AABB(-8, -8, -9, 8, 8, 9)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue