Moved free look cam and the texture tools under a new tools directory.

This commit is contained in:
Relintai 2022-02-27 01:25:06 +01:00
parent 7953add9a3
commit 7b6962be59
8 changed files with 6 additions and 8 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://modules/icons/Naturalist/AspectOfScorpions.png" type="Texture" id=2]
[ext_resource path="res://modules/icons/ parts/circles.svg" type="Texture" id=3]
[ext_resource path="res://modules/icons/icons.png" type="Texture" id=4]

View File

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

View File

@ -5,7 +5,7 @@
[ext_resource path="res://scenes/Menu.tscn" type="PackedScene" id=3]
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=4]
[ext_resource path="res://ui/debug/DebugInfo.tscn" type="PackedScene" id=5]
[ext_resource path="res://debug/FreeLookCam.tscn" type="PackedScene" id=6]
[ext_resource path="res://tools/free_look_cam/FreeLookCam.tscn" type="PackedScene" id=6]
[ext_resource path="res://tilesets/dc_32x32/player.tscn" type="PackedScene" id=15]
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/player.tscn" type="PackedScene" id=16]
[ext_resource path="res://tilesets/denzi_public_domain/player.tscn" type="PackedScene" id=17]

View File

@ -1,8 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=1]
[ext_resource path="res://tools/free_look_cam/FreeLookCamera.gd" type="Script" id=1]
[node name="Camera" type="Camera"]
transform = Transform( 0.844995, 0.305893, -0.438648, -0.0119927, 0.830883, 0.556318, 0.534639, -0.464826, 0.705761, -7.76488, 10.4889, 10.3045 )

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 )