Moved the texture tools under a new tools directory.

This commit is contained in:
Relintai 2022-02-12 20:18:02 +01:00
parent 82f012dd22
commit f9ef137d17
5 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://texture_tools/LayeredTextureMaker.gd" type="Script" id=1]
[ext_resource path="res://tools/texture_tools/LayeredTextureMaker.gd" type="Script" id=1]
[ext_resource path="res://icons/naturalist/AspectOfScorpions.png" type="Texture" id=2]
[ext_resource path="res://icons/parts/circles.svg" type="Texture" id=3]
[ext_resource path="res://icons/icons.png" type="Texture" id=4]

View File

@ -143,7 +143,7 @@ _global_script_classes=[ {
"base": "Node2D",
"class": "LayeredTextureMaker",
"language": "GDScript",
"path": "res://texture_tools/LayeredTextureMaker.gd"
"path": "res://tools/texture_tools/LayeredTextureMaker.gd"
}, {
"base": "Resource",
"class": "MMMateial",

View File

@ -1,8 +1,8 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://texture_tools/LayeredTextureMaker.gd" type="Script" id=1]
[ext_resource path="res://tools/texture_tools/LayeredTextureMaker.gd" type="Script" id=1]
[ext_resource path="res://icon.png" type="Texture" id=2]
[ext_resource path="res://texture_tools/test/new_packerimageresource.tres" type="Texture" id=3]
[ext_resource path="res://tools/texture_tools/test/new_packerimageresource.tres" type="Texture" id=3]
[node name="LayeredTextureMaker" type="Node2D"]
script = ExtResource( 1 )