Reorganize mat_maker_gd.

This commit is contained in:
Relintai 2021-10-01 22:04:09 +02:00
parent 88caf0d31f
commit 69767cd08b
267 changed files with 60 additions and 60 deletions

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/mat_maker_gd/filter/filter.gd" type="Script" id=1]
[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

View File

@ -0,0 +1,12 @@
[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
}

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/mat_maker_gd/filter/sharpen.gd" type="Script" id=1]
[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

Some files were not shown because too many files have changed in this diff Show More