mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Reorganize mat_maker_gd.
This commit is contained in:
parent
88caf0d31f
commit
69767cd08b
@ -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
|
12
game/addons/mat_maker_gd/nodes/filter/grayscale.tscn
Normal file
12
game/addons/mat_maker_gd/nodes/filter/grayscale.tscn
Normal 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
|
||||
}
|
@ -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
Loading…
Reference in New Issue
Block a user