This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Furniture/window.tscn
2020-07-26 10:52:51 +02:00

23 lines
696 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Furniture/window.fbx" type="PackedScene" id=1]
[ext_resource path="res://Textures/Wood.tres" type="Material" id=2]
[sub_resource type="SpatialMaterial" id=1]
flags_transparent = true
flags_vertex_lighting = true
params_cull_mode = 2
albedo_color = Color( 0.282353, 0.831373, 0.956863, 1 )
emission_enabled = true
emission = Color( 0.282353, 0.831373, 0.956863, 1 )
emission_energy = 0.3
emission_operator = 0
emission_on_uv2 = false
[node name="window" instance=ExtResource( 1 )]
[node name="Plane2" parent="." index="0"]
material/0 = SubResource( 1 )
[node name="Cube004" parent="." index="1"]
material/0 = ExtResource( 2 )