diff options
author | David <david003@gmx.net> | 2022-07-15 17:33:27 +0200 |
---|---|---|
committer | David <david003@gmx.net> | 2022-07-15 17:33:27 +0200 |
commit | a46a91e183a272e012354a6f0263299448205acb (patch) | |
tree | b0700f933db7149c1b95afed2e04d53772f7e2dc /godot/scenes/SpinningCube.tscn | |
download | 2022-a46a91e183a272e012354a6f0263299448205acb.tar.gz 2022-a46a91e183a272e012354a6f0263299448205acb.tar.bz2 2022-a46a91e183a272e012354a6f0263299448205acb.zip |
initial commit: template
Diffstat (limited to '')
-rw-r--r-- | godot/scenes/SpinningCube.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/godot/scenes/SpinningCube.tscn b/godot/scenes/SpinningCube.tscn new file mode 100644 index 0000000..4a41ab3 --- /dev/null +++ b/godot/scenes/SpinningCube.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://native/SpinningCube.gdns" type="Script" id=1] + +[node name="SpinningCube" type="MeshInstance"] +script = ExtResource( 1 ) |