diff options
author | cel <cel@blos.sm> | 2022-07-16 22:49:16 +0100 |
---|---|---|
committer | cel <cel@blos.sm> | 2022-07-16 22:49:16 +0100 |
commit | c5bacb265a477f1f80be6a9fbdabc072fc074a59 (patch) | |
tree | 96274e9b60682415f31b266bc57ccf0d5bc34bfe /godot/scenes/objects/old/Die.tscn | |
parent | 373b0d66678a349d39146262d5b288b39c5cb1e1 (diff) | |
parent | fdbba87b346c6020d7349d0c2cb3793fcdab25f3 (diff) | |
download | 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.gz 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.bz2 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.zip |
merged menu branch
Diffstat (limited to 'godot/scenes/objects/old/Die.tscn')
-rw-r--r-- | godot/scenes/objects/old/Die.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/godot/scenes/objects/old/Die.tscn b/godot/scenes/objects/old/Die.tscn new file mode 100644 index 0000000..cab0d15 --- /dev/null +++ b/godot/scenes/objects/old/Die.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://scenes/Die.tscn" type="PackedScene" id=1] + +[node name="Die" type="Spatial"] + +[node name="Die" parent="." instance=ExtResource( 1 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 ) + +[node name="CamRoot" type="Spatial" parent="Die"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.1, 0 ) |