24 lines
759 B
Plaintext
24 lines
759 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Tetrominos/Mino/MinoMesh.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Tetrominos/Mino/MinoMesh.tres" type="CubeMesh" id=2]
|
|
[ext_resource path="res://Tetrominos/Mino/SpotLight.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="Mino" type="Spatial" index="0"]
|
|
|
|
_sections_unfolded = [ "Pause", "Transform", "Visibility" ]
|
|
|
|
[node name="MinoMesh" parent="." index="0" instance=ExtResource( 1 )]
|
|
|
|
mesh = ExtResource( 2 )
|
|
material/0 = null
|
|
_sections_unfolded = [ "Geometry", "Transform", "material" ]
|
|
|
|
[node name="SpotLight" parent="." index="1" instance=ExtResource( 3 )]
|
|
|
|
transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 1 )
|
|
light_energy = 4.0
|
|
light_cull_mask = -1
|
|
|
|
|