mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 15:53:47 +00:00
Blockbench props
This commit is contained in:
parent
cb76b414d6
commit
c8dd155390
33 changed files with 594 additions and 2 deletions
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://dwy3es5h3pdg0"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_jvuvk"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7u5j8q2qr422" path="res://3D/Scenes/Props/Box_3D_Blue.tscn" id="2_jvuvk"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_rj0b6"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_rj0b6")
|
||||
scene_file = ExtResource("2_jvuvk")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_box_blue"
|
||||
description = "Blue Box"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_jvuvk")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Box_Blue.glb\"",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://cqk03eifgt8do"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_8vrfi"]
|
||||
[ext_resource type="PackedScene" uid="uid://c3w0y1513hhbi" path="res://3D/BlockbenchModels/Tank/Tank_3D_Big.tscn" id="2_8vrfi"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_nn2ql"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_nn2ql")
|
||||
scene_file = ExtResource("2_8vrfi")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tank"
|
||||
description = "Tank"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_8vrfi")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Tank.glb\"",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue