Burner
This commit is contained in:
parent
fcdd47e200
commit
2f2ac7c540
20 changed files with 218 additions and 30 deletions
9
assets/draggables/burner.tres
Normal file
9
assets/draggables/burner.tres
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="Draggable" format=3 uid="uid://kg34c4105ssp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3i73cilpra74" path="res://src/resources/draggable.gd" id="1_bi20d"]
|
||||
[ext_resource type="PackedScene" uid="uid://c1mddt0n064ub" path="res://scenes/burner.tscn" id="1_welab"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_bi20d")
|
||||
scene_to_spawn = ExtResource("1_welab")
|
||||
metadata/_custom_type_script = "uid://b3i73cilpra74"
|
||||
6
assets/materials/mat_metal.tres
Normal file
6
assets/materials/mat_metal.tres
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b2h6brwubdafv"]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(0.5689727, 0.56897277, 0.5689727, 1)
|
||||
metallic = 1.0
|
||||
roughness = 0.59
|
||||
BIN
assets/models/SPIRTOVKA.glb
Normal file
BIN
assets/models/SPIRTOVKA.glb
Normal file
Binary file not shown.
55
assets/models/SPIRTOVKA.glb.import
Normal file
55
assets/models/SPIRTOVKA.glb.import
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://3bg8whyxun5k"
|
||||
path="res://.godot/imported/SPIRTOVKA.glb-4fab95e39d53ad866889e6b7e1f9b04f.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/models/SPIRTOVKA.glb"
|
||||
dest_files=["res://.godot/imported/SPIRTOVKA.glb-4fab95e39d53ad866889e6b7e1f9b04f.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_cap": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/fallback_path": "res://assets/materials/mat_metal.tres",
|
||||
"use_external/path": "uid://b2h6brwubdafv"
|
||||
},
|
||||
"mat_glass": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/fallback_path": "res://assets/materials/mat_glass.tres",
|
||||
"use_external/path": "uid://64m17act0kwu"
|
||||
}
|
||||
}
|
||||
}
|
||||
gltf/naming_version=2
|
||||
gltf/embedded_image_handling=1
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="Reaction" load_steps=11 format=3 uid="uid://norc8wahican"]
|
||||
[gd_resource type="Resource" script_class="Reaction" format=3 uid="uid://norc8wahican"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dr65qbkum4emy" path="res://assets/substances/CH3COONa.tres" id="2_8tq4d"]
|
||||
[ext_resource type="Script" uid="uid://dwks86y6383p4" path="res://src/resources/reaction.gd" id="2_fmr2g"]
|
||||
|
|
@ -35,4 +35,5 @@ metadata/_custom_type_script = "uid://bb8o8l6u6fiai"
|
|||
script = ExtResource("2_fmr2g")
|
||||
input_substances = Array[ExtResource("2_mw1oh")]([SubResource("Resource_ad7jh"), SubResource("Resource_ohxs7")])
|
||||
output_substances = Array[ExtResource("2_mw1oh")]([SubResource("Resource_6x1ca"), SubResource("Resource_h3tvm")])
|
||||
reaction_temperature = 30.0
|
||||
metadata/_custom_type_script = "uid://dwks86y6383p4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue