summaryrefslogtreecommitdiff
path: root/src/tools/ScreenRecorder.tscn
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-03 21:13:19 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-03 21:13:19 -0600
commitf922fe4669080d1633e0a345a3f8981867c9e841 (patch)
tree7c2c98bfca20fda37fe34ba99e2d3caa9a39ca02 /src/tools/ScreenRecorder.tscn
parent898877f09808691a5e5d45850d27ae85f270db16 (diff)
add working world gen, fixed food placing, minor refactoring
Diffstat (limited to 'src/tools/ScreenRecorder.tscn')
-rw-r--r--src/tools/ScreenRecorder.tscn25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/tools/ScreenRecorder.tscn b/src/tools/ScreenRecorder.tscn
deleted file mode 100644
index 96d6dff..0000000
--- a/src/tools/ScreenRecorder.tscn
+++ /dev/null
@@ -1,25 +0,0 @@
-[gd_scene load_steps=4 format=2]
-
-[ext_resource path="res://addons/GifMaker/GifRectangle.gd" type="Script" id=1]
-[ext_resource path="res://tools/screen_recorder.gd" type="Script" id=2]
-[ext_resource path="res://addons/GifMaker/GifRecorder.gd" type="Script" id=3]
-
-[node name="ScreenRecorder" type="CanvasLayer"]
-script = ExtResource( 2 )
-
-[node name="Control" type="Control" parent="."]
-anchor_right = 1.0
-anchor_bottom = 1.0
-
-[node name="GifRectangle" type="ReferenceRect" parent="Control"]
-anchor_right = 1.0
-anchor_bottom = 1.0
-script = ExtResource( 1 )
-
-[node name="GifRecorder" type="Viewport" parent="Control"]
-size = Vector2( 2, 2 )
-script = ExtResource( 3 )
-render_type = 1
-seconds = 4.0
-autostart = true
-capture_node_path = NodePath("../GifRectangle")