blob: a37a7eb0f061a44b26126d2ee237eda31a8bd4b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://native/Game.gdns" type="Script" id=1]
[ext_resource path="res://scenes/SpinningCube.tscn" type="PackedScene" id=2]
[sub_resource type="CubeMesh" id=1]
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.572229, -0.327396, 0.751909, 0, 0.916856, 0.399217, -0.820094, -0.228443, 0.524651, 4.71648, 2.5, 3.45846 )
current = true
[node name="SpinningCube" parent="." instance=ExtResource( 2 )]
mesh = SubResource( 1 )
material/0 = null
base/rotate_speed = 1.0
|