small fixes
This commit is contained in:
parent
49b09b9bb8
commit
1c7e6cf814
9 changed files with 102 additions and 3 deletions
BIN
assets/meshes/Drip_Cylinder.res
Normal file
BIN
assets/meshes/Drip_Cylinder.res
Normal file
Binary file not shown.
BIN
assets/meshes/Drip_Cylinder_001.res
Normal file
BIN
assets/meshes/Drip_Cylinder_001.res
Normal file
Binary file not shown.
BIN
assets/meshes/Drip_Cylinder_004.res
Normal file
BIN
assets/meshes/Drip_Cylinder_004.res
Normal file
Binary file not shown.
|
|
@ -16,6 +16,8 @@ dest_files=["res://.godot/imported/Drip.glb-91c932019939c0c57a2bbeb7aa92f14a.scn
|
|||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/root_script=null
|
||||
mesh_library/use_node_names_as_mesh_names=false
|
||||
array_mesh/deduplicate_surfaces=true
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
|
|
@ -44,7 +46,37 @@ _subresources={
|
|||
"use_external/fallback_path": "res://assets/materials/mat_glass.tres",
|
||||
"use_external/path": "uid://64m17act0kwu"
|
||||
}
|
||||
},
|
||||
"meshes": {
|
||||
"Drip_Cylinder": {
|
||||
"generate/lightmap_uv": 0,
|
||||
"generate/lods": 0,
|
||||
"generate/shadow_meshes": 0,
|
||||
"lods/normal_merge_angle": 20.0,
|
||||
"save_to_file/enabled": true,
|
||||
"save_to_file/fallback_path": "res://assets/meshes/Drip_Cylinder.res",
|
||||
"save_to_file/path": "uid://bca7m12sa3g48"
|
||||
},
|
||||
"Drip_Cylinder_001": {
|
||||
"generate/lightmap_uv": 0,
|
||||
"generate/lods": 0,
|
||||
"generate/shadow_meshes": 0,
|
||||
"lods/normal_merge_angle": 20.0,
|
||||
"save_to_file/enabled": true,
|
||||
"save_to_file/fallback_path": "res://assets/meshes/Drip_Cylinder_001.res",
|
||||
"save_to_file/path": "uid://dv7q66xtqi55t"
|
||||
},
|
||||
"Drip_Cylinder_004": {
|
||||
"generate/lightmap_uv": 0,
|
||||
"generate/lods": 0,
|
||||
"generate/shadow_meshes": 0,
|
||||
"lods/normal_merge_angle": 20.0,
|
||||
"save_to_file/enabled": true,
|
||||
"save_to_file/fallback_path": "res://assets/meshes/Drip_Cylinder_004.res",
|
||||
"save_to_file/path": "uid://dwg7r8hor517p"
|
||||
}
|
||||
}
|
||||
}
|
||||
gltf/naming_version=2
|
||||
gltf/embedded_image_handling=1
|
||||
gltf/texture_map_mode=1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="Reaction" load_steps=11 format=3 uid="uid://17oljvqj8f33"]
|
||||
[gd_resource type="Resource" script_class="Reaction" format=3 uid="uid://17oljvqj8f33"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bb8o8l6u6fiai" path="res://src/resources/reaction_substance.gd" id="1_bffrj"]
|
||||
[ext_resource type="Resource" uid="uid://30ym4xb0uu3y" path="res://assets/substances/NaOH.tres" id="2_1nb8s"]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="Reagent" load_steps=3 format=3 uid="uid://dia0grmva8062"]
|
||||
[gd_resource type="Resource" script_class="Reagent" format=3 uid="uid://dia0grmva8062"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bditqax8ibmxw" path="res://src/resources/reagent.gd" id="1_v8ev6"]
|
||||
[ext_resource type="Resource" uid="uid://brih4gryc1acx" path="res://assets/substances/Phenolphtalein.tres" id="2_ikqma"]
|
||||
[ext_resource type="PackedScene" uid="uid://t432slq7xiyg" path="res://scenes/substance_jar_alt.tscn" id="2_ta4t0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_v8ev6")
|
||||
substance = ExtResource("2_ikqma")
|
||||
storage = ExtResource("2_ta4t0")
|
||||
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue