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 -}