diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-06-02 02:35:03 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-06-02 02:35:03 -0600 |
commit | 898877f09808691a5e5d45850d27ae85f270db16 (patch) | |
tree | e4f9005273815c35327b5bdf65026c93301cb593 /src/tools | |
parent | 2c5d588bc593929a96f0e58d7d1ab52f269add55 (diff) |
add food system
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/ScreenRecorder.tscn | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/tools/ScreenRecorder.tscn b/src/tools/ScreenRecorder.tscn index d29753a..96d6dff 100644 --- a/src/tools/ScreenRecorder.tscn +++ b/src/tools/ScreenRecorder.tscn @@ -12,14 +12,8 @@ anchor_right = 1.0 anchor_bottom = 1.0 [node name="GifRectangle" type="ReferenceRect" parent="Control"] -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -margin_left = -128.0 -margin_top = -128.0 -margin_right = 128.0 -margin_bottom = 128.0 +anchor_right = 1.0 +anchor_bottom = 1.0 script = ExtResource( 1 ) [node name="GifRecorder" type="Viewport" parent="Control"] |