23 lines
726 B
Plaintext
23 lines
726 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://scripts/Clock.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="CubeMesh" id=1]
|
||
|
|
||
|
[node name="Clock" type="Spatial" groups=["Clock"]]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||
|
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
|
||
|
flip_v = true
|
||
|
|
||
|
[node name="MeshInstance" type="MeshInstance" parent="."]
|
||
|
transform = Transform( 0.192, 0, 0, 0, 0.108, 0, 0, 0, 0.1, 0, 0, -0.101959 )
|
||
|
mesh = SubResource( 1 )
|
||
|
material/0 = null
|
||
|
|
||
|
[node name="OmniLight" type="OmniLight" parent="."]
|
||
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.0906875 )
|
||
|
light_color = Color( 0.980392, 1, 0, 1 )
|
||
|
omni_range = 1.0
|