mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 21:43:47 +00:00
Danmaku room in factory 3
This commit is contained in:
parent
0621f2fffe
commit
08c7a9dbd1
22 changed files with 1179 additions and 290 deletions
|
|
@ -0,0 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://chytq0646of5n"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_l772s"]
|
||||
[ext_resource type="PackedScene" uid="uid://c54tcqntl7vmn" path="res://3D/Scenes/Props/Locker_3D.tscn" id="2_l772s"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_0k0vs"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_0k0vs")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_l772s")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_locker"
|
||||
description = "Locker"
|
||||
base_classes = Array[Resource]([ExtResource("1_l772s")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_locker.glb\"",
|
||||
"size": AABB(-4, -8, -12, 4, 8, 12)
|
||||
}
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue