Reorganize project hierarchy to keep all test assets in test directory

This commit is contained in:
blujai831 2025-03-29 09:55:22 -07:00
parent a2ebebd82b
commit 8b6cae07c8
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
5 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -4,12 +4,12 @@ importer="scene"
importer_version=1 importer_version=1
type="PackedScene" type="PackedScene"
uid="uid://cp3qagrsuarl5" uid="uid://cp3qagrsuarl5"
path="res://.godot/imported/blender_test_map.blend-033c019f577caceb7e0a81d76cda59d4.scn" path="res://.godot/imported/blender_test_map.blend-0373eab9f7b3e73213773091c0053c47.scn"
[deps] [deps]
source_file="res://models/test/blender_test_map.blend" source_file="res://test/blender_test_map.blend"
dest_files=["res://.godot/imported/blender_test_map.blend-033c019f577caceb7e0a81d76cda59d4.scn"] dest_files=["res://.godot/imported/blender_test_map.blend-0373eab9f7b3e73213773091c0053c47.scn"]
[params] [params]

View File

@ -1,8 +1,8 @@
[gd_scene load_steps=20 format=3 uid="uid://6wjqqijnie4p"] [gd_scene load_steps=20 format=3 uid="uid://6wjqqijnie4p"]
[ext_resource type="Script" uid="uid://cmoaplk7fly6y" path="res://vfx/gameplay_camera.gd" id="1_0cecx"] [ext_resource type="Script" uid="uid://cmoaplk7fly6y" path="res://vfx/gameplay_camera.gd" id="1_0cecx"]
[ext_resource type="PackedScene" uid="uid://cp3qagrsuarl5" path="res://models/test/blender_test_map.blend" id="1_jy2qr"] [ext_resource type="PackedScene" uid="uid://cp3qagrsuarl5" path="res://test/blender_test_map.blend" id="1_jy2qr"]
[ext_resource type="PackedScene" uid="uid://gis0gxap8i8t" path="res://characters/test_stick.tscn" id="2_hmvb4"] [ext_resource type="PackedScene" uid="uid://gis0gxap8i8t" path="res://test/test_stick.tscn" id="2_hmvb4"]
[ext_resource type="Script" uid="uid://16os114krms3" path="res://characters/controllers/player_character_controller.gd" id="3_0cecx"] [ext_resource type="Script" uid="uid://16os114krms3" path="res://characters/controllers/player_character_controller.gd" id="3_0cecx"]
[ext_resource type="Script" uid="uid://dotkfe7cs5010" path="res://test/pick_up_item.gd" id="5_5t8ro"] [ext_resource type="Script" uid="uid://dotkfe7cs5010" path="res://test/pick_up_item.gd" id="5_5t8ro"]