mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Moved the texture tools under a new tools directory.
This commit is contained in:
parent
82f012dd22
commit
f9ef137d17
@ -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]
|
||||
|
@ -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",
|
||||
|
@ -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 )
|
Loading…
Reference in New Issue
Block a user