From 96e07af946e65f369967484d8d2b8b4bfaae9770 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 4 Oct 2021 10:12:47 +0200 Subject: [PATCH] Removed the test scenes from mat_maker_gd. --- game/addons/mat_maker_gd/nodes/filter/filter.tscn | 12 ------------ .../mat_maker_gd/nodes/filter/grayscale.tscn | 12 ------------ game/addons/mat_maker_gd/nodes/filter/sharpen.tscn | 12 ------------ game/addons/mat_maker_gd/nodes/noise/noise.tscn | 12 ------------ .../addons/mat_maker_gd/nodes/noise/noise_FBM.tscn | 12 ------------ .../mat_maker_gd/nodes/noise/noise_color.tscn | 12 ------------ .../mat_maker_gd/nodes/noise/noise_voronoi.tscn | 12 ------------ game/addons/mat_maker_gd/nodes/noise/perlin.tscn | 12 ------------ .../mat_maker_gd/nodes/noise/perlin_color.tscn | 12 ------------ .../mat_maker_gd/nodes/noise/perlin_warp1.tscn | 12 ------------ .../mat_maker_gd/nodes/noise/perlin_warp2.tscn | 12 ------------ .../nodes/pattern/TextureRectBricks.tscn | 14 -------------- .../nodes/pattern/pattern_beehive.tscn | 12 ------------ .../nodes/pattern/pattern_generic.tscn | 12 ------------ .../mat_maker_gd/nodes/pattern/pattern_iching.tscn | 12 ------------ .../mat_maker_gd/nodes/pattern/pattern_rune.tscn | 12 ------------ .../nodes/pattern/pattern_scratches.tscn | 12 ------------ .../nodes/pattern/pattern_sine_wave.tscn | 12 ------------ .../nodes/pattern/pattern_truchet.tscn | 12 ------------ .../mat_maker_gd/nodes/pattern/pattern_weave.tscn | 12 ------------ game/addons/mat_maker_gd/nodes/sdf2d/sdf.tscn | 12 ------------ game/addons/mat_maker_gd/nodes/sdf3d/sdf3d.tscn | 12 ------------ .../nodes/simple/TextureRectCirtularGradient.tscn | 12 ------------ .../nodes/simple/TextureRectCurve.tscn | 12 ------------ .../nodes/simple/TextureRectGradient.tscn | 12 ------------ .../nodes/simple/TextureRectRadialGradient.tscn | 12 ------------ .../nodes/simple/TextureRectShape.tscn | 12 ------------ 27 files changed, 326 deletions(-) delete mode 100644 game/addons/mat_maker_gd/nodes/filter/filter.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/filter/grayscale.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/filter/sharpen.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/noise.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/noise_FBM.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/noise_color.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/noise_voronoi.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/perlin.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/perlin_color.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/perlin_warp1.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/noise/perlin_warp2.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/TextureRectBricks.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_beehive.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_generic.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_iching.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_rune.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_scratches.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_truchet.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/pattern/pattern_weave.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/sdf2d/sdf.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/sdf3d/sdf3d.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/simple/TextureRectCirtularGradient.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/simple/TextureRectCurve.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/simple/TextureRectGradient.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/simple/TextureRectRadialGradient.tscn delete mode 100644 game/addons/mat_maker_gd/nodes/simple/TextureRectShape.tscn diff --git a/game/addons/mat_maker_gd/nodes/filter/filter.tscn b/game/addons/mat_maker_gd/nodes/filter/filter.tscn deleted file mode 100644 index 3f07f5a9..00000000 --- a/game/addons/mat_maker_gd/nodes/filter/filter.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/filter/filter.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/filter/grayscale.tscn b/game/addons/mat_maker_gd/nodes/filter/grayscale.tscn deleted file mode 100644 index f3836eef..00000000 --- a/game/addons/mat_maker_gd/nodes/filter/grayscale.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/filter/grayscale.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/filter/sharpen.tscn b/game/addons/mat_maker_gd/nodes/filter/sharpen.tscn deleted file mode 100644 index bb3996c4..00000000 --- a/game/addons/mat_maker_gd/nodes/filter/sharpen.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/filter/sharpen.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/noise.tscn b/game/addons/mat_maker_gd/nodes/noise/noise.tscn deleted file mode 100644 index e310c725..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/noise.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/noise_FBM.tscn b/game/addons/mat_maker_gd/nodes/noise/noise_FBM.tscn deleted file mode 100644 index 9c384572..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/noise_FBM.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/noise_FBM.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/noise_color.tscn b/game/addons/mat_maker_gd/nodes/noise/noise_color.tscn deleted file mode 100644 index 7df2d95a..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/noise_color.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/noise_color.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/noise_voronoi.tscn b/game/addons/mat_maker_gd/nodes/noise/noise_voronoi.tscn deleted file mode 100644 index 0f46343b..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/noise_voronoi.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/noise_voronoi.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/perlin.tscn b/game/addons/mat_maker_gd/nodes/noise/perlin.tscn deleted file mode 100644 index 4c95d631..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/perlin.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/perlin.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/perlin_color.tscn b/game/addons/mat_maker_gd/nodes/noise/perlin_color.tscn deleted file mode 100644 index 110e4c40..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/perlin_color.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/perlin_color.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/perlin_warp1.tscn b/game/addons/mat_maker_gd/nodes/noise/perlin_warp1.tscn deleted file mode 100644 index 61d45cab..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/perlin_warp1.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/perlin_warp1.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/noise/perlin_warp2.tscn b/game/addons/mat_maker_gd/nodes/noise/perlin_warp2.tscn deleted file mode 100644 index c0ed537c..00000000 --- a/game/addons/mat_maker_gd/nodes/noise/perlin_warp2.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/noise/perlin_warp2.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/TextureRectBricks.tscn b/game/addons/mat_maker_gd/nodes/pattern/TextureRectBricks.tscn deleted file mode 100644 index 84305812..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/TextureRectBricks.tscn +++ /dev/null @@ -1,14 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/TextureRectBricks.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} -bmin = Vector2( 0.12, 0.282 ) -bmax = Vector2( 1.082, 1.112 ) diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_beehive.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_beehive.tscn deleted file mode 100644 index 7df1ee3d..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_beehive.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_beehive.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_generic.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_generic.tscn deleted file mode 100644 index 67f4f14f..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_generic.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_generic.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_iching.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_iching.tscn deleted file mode 100644 index e9e664f8..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_iching.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_iching.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_rune.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_rune.tscn deleted file mode 100644 index cb87dbcf..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_rune.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_rune.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_scratches.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_scratches.tscn deleted file mode 100644 index e119e841..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_scratches.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_scratches.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.tscn deleted file mode 100644 index e310c725..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_sine_wave.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_truchet.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_truchet.tscn deleted file mode 100644 index 8e2024a6..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_truchet.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_truchet.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/pattern/pattern_weave.tscn b/game/addons/mat_maker_gd/nodes/pattern/pattern_weave.tscn deleted file mode 100644 index 53b92159..00000000 --- a/game/addons/mat_maker_gd/nodes/pattern/pattern_weave.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/pattern/pattern_weave.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/sdf2d/sdf.tscn b/game/addons/mat_maker_gd/nodes/sdf2d/sdf.tscn deleted file mode 100644 index 89d63be0..00000000 --- a/game/addons/mat_maker_gd/nodes/sdf2d/sdf.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/sdf2d/sdf.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/sdf3d/sdf3d.tscn b/game/addons/mat_maker_gd/nodes/sdf3d/sdf3d.tscn deleted file mode 100644 index 8a729379..00000000 --- a/game/addons/mat_maker_gd/nodes/sdf3d/sdf3d.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/sdf3d/sdf3d.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/simple/TextureRectCirtularGradient.tscn b/game/addons/mat_maker_gd/nodes/simple/TextureRectCirtularGradient.tscn deleted file mode 100644 index 7216ca3e..00000000 --- a/game/addons/mat_maker_gd/nodes/simple/TextureRectCirtularGradient.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/simple/TextureRectCirtularGradient.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/simple/TextureRectCurve.tscn b/game/addons/mat_maker_gd/nodes/simple/TextureRectCurve.tscn deleted file mode 100644 index 27086c95..00000000 --- a/game/addons/mat_maker_gd/nodes/simple/TextureRectCurve.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/simple/TextureRectCurve.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/simple/TextureRectGradient.tscn b/game/addons/mat_maker_gd/nodes/simple/TextureRectGradient.tscn deleted file mode 100644 index 6c3b9c13..00000000 --- a/game/addons/mat_maker_gd/nodes/simple/TextureRectGradient.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/simple/TextureRectGradient.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/simple/TextureRectRadialGradient.tscn b/game/addons/mat_maker_gd/nodes/simple/TextureRectRadialGradient.tscn deleted file mode 100644 index 479c4bbb..00000000 --- a/game/addons/mat_maker_gd/nodes/simple/TextureRectRadialGradient.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/simple/TextureRectRadialGradient.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/game/addons/mat_maker_gd/nodes/simple/TextureRectShape.tscn b/game/addons/mat_maker_gd/nodes/simple/TextureRectShape.tscn deleted file mode 100644 index 06437e9a..00000000 --- a/game/addons/mat_maker_gd/nodes/simple/TextureRectShape.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://addons/mat_maker_gd/nodes/simple/TextureRectShape.gd" type="Script" id=1] - -[node name="TextureRect" type="TextureRect"] -margin_right = 300.0 -margin_bottom = 300.0 -expand = true -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -}