Stand and holder
This commit is contained in:
parent
2f2ac7c540
commit
b7ce36ffd0
15 changed files with 408 additions and 1 deletions
9
assets/draggables/holder.tres
Normal file
9
assets/draggables/holder.tres
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="Draggable" format=3 uid="uid://cm2is1qooywkf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c6yoaffdq7w8k" path="res://scenes/flask_holder.tscn" id="1_7g7il"]
|
||||
[ext_resource type="Script" uid="uid://b3i73cilpra74" path="res://src/resources/draggable.gd" id="2_51n86"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_51n86")
|
||||
scene_to_spawn = ExtResource("1_7g7il")
|
||||
metadata/_custom_type_script = "uid://b3i73cilpra74"
|
||||
9
assets/draggables/stand.tres
Normal file
9
assets/draggables/stand.tres
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="Draggable" format=3 uid="uid://dnxpw2metn0oq"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bfsrx0q56c0n6" path="res://scenes/flask_stand.tscn" id="1_fqoq4"]
|
||||
[ext_resource type="Script" uid="uid://b3i73cilpra74" path="res://src/resources/draggable.gd" id="2_3vd4e"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_3vd4e")
|
||||
scene_to_spawn = ExtResource("1_fqoq4")
|
||||
metadata/_custom_type_script = "uid://b3i73cilpra74"
|
||||
BIN
assets/models/FlaskStand.glb
Normal file
BIN
assets/models/FlaskStand.glb
Normal file
Binary file not shown.
70
assets/models/FlaskStand.glb.import
Normal file
70
assets/models/FlaskStand.glb.import
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bd2rhbj1dbxlt"
|
||||
path="res://.godot/imported/FlaskStand.glb-3207a77396b6f22697e88ff46fdeec6c.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/models/FlaskStand.glb"
|
||||
dest_files=["res://.godot/imported/FlaskStand.glb-3207a77396b6f22697e88ff46fdeec6c.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/root_script=null
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_name_suffixes=true
|
||||
nodes/use_node_type_suffixes=true
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
materials/extract=0
|
||||
materials/extract_format=0
|
||||
materials/extract_path=""
|
||||
_subresources={
|
||||
"materials": {
|
||||
"mat_metal": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/fallback_path": "res://assets/materials/mat_metal.tres",
|
||||
"use_external/path": "uid://b2h6brwubdafv"
|
||||
}
|
||||
},
|
||||
"nodes": {
|
||||
"PATH:Cube_001": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:Cube_003": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:FlashHolder": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:Flask": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:FlaskInside": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:Sphere_001": {
|
||||
"import/skip_import": true
|
||||
}
|
||||
}
|
||||
}
|
||||
gltf/naming_version=2
|
||||
gltf/embedded_image_handling=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue