diff options
| author | Elvis Claros Castro <elvis@claros.ar> | 2026-09-26 20:21:47 -0300 |
|---|---|---|
| committer | Elvis Claros Castro <elvis@claros.ar> | 2026-09-26 20:21:47 -0300 |
| commit | 59355909f2de9236af8168a26c70bcf6caa3b285 (patch) | |
| tree | 686186e2086f81aa22ad25e78eb29fca3cbadc9a /godot/sim.tscn | |
| download | 100cia-videos-59355909f2de9236af8168a26c70bcf6caa3b285.tar.gz 100cia-videos-59355909f2de9236af8168a26c70bcf6caa3b285.zip | |
Import video pipeline as it was
Diffstat (limited to 'godot/sim.tscn')
| -rw-r--r-- | godot/sim.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/godot/sim.tscn b/godot/sim.tscn new file mode 100644 index 0000000..3973f97 --- /dev/null +++ b/godot/sim.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3] + +[ext_resource type="Script" path="res://sim.gd" id="1"] + +[node name="Sim" type="Node3D"] +script = ExtResource("1") |