diff options
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r-- | godot/scenes/Game.tscn | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn index a37a7eb..ba84e42 100644 --- a/godot/scenes/Game.tscn +++ b/godot/scenes/Game.tscn @@ -1,9 +1,7 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=3 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] +[ext_resource path="res://scenes/levels/test_scene/TestScene.tscn" type="PackedScene" id=2] [node name="Game" type="Spatial"] script = ExtResource( 1 ) @@ -12,7 +10,4 @@ script = ExtResource( 1 ) 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 +[node name="TestScene" parent="." instance=ExtResource( 2 )] |