From 5d8130ab7a7a84c00654c805454ee512684925ef Mon Sep 17 00:00:00 2001 From: FoxSpellCaster Date: Sat, 11 Jan 2025 17:20:31 -0500 Subject: [PATCH] Changed Physics Directory Structure --- Physics/{ => Assets}/Crate.png | Bin Physics/{ => Assets}/Crate.png.import | 6 +++--- Physics/{ => Assets}/PhysicsCharacter.png | Bin Physics/{ => Assets}/PhysicsCharacter.png.import | 6 +++--- Physics/{ => Scenes}/Crate.tscn | 2 +- Physics/{ => Scenes}/Physics.tscn | 6 +++--- Physics/{ => Scripts}/PhysicsPlayer.gd | 0 Physics/{ => Scripts}/PhysicsPlayer.gd.uid | 0 8 files changed, 10 insertions(+), 10 deletions(-) rename Physics/{ => Assets}/Crate.png (100%) rename Physics/{ => Assets}/Crate.png.import (72%) rename Physics/{ => Assets}/PhysicsCharacter.png (100%) rename Physics/{ => Assets}/PhysicsCharacter.png.import (69%) rename Physics/{ => Scenes}/Crate.tscn (92%) rename Physics/{ => Scenes}/Physics.tscn (84%) rename Physics/{ => Scripts}/PhysicsPlayer.gd (100%) rename Physics/{ => Scripts}/PhysicsPlayer.gd.uid (100%) diff --git a/Physics/Crate.png b/Physics/Assets/Crate.png similarity index 100% rename from Physics/Crate.png rename to Physics/Assets/Crate.png diff --git a/Physics/Crate.png.import b/Physics/Assets/Crate.png.import similarity index 72% rename from Physics/Crate.png.import rename to Physics/Assets/Crate.png.import index bb33261..700d2b2 100644 --- a/Physics/Crate.png.import +++ b/Physics/Assets/Crate.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://kekglgglqd17" -path="res://.godot/imported/Crate.png-7a4c9ebe9b79006a7281da23028e26fd.ctex" +path="res://.godot/imported/Crate.png-9d945068fc778fe5a68e809f4487054b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Physics/Crate.png" -dest_files=["res://.godot/imported/Crate.png-7a4c9ebe9b79006a7281da23028e26fd.ctex"] +source_file="res://Physics/Assets/Crate.png" +dest_files=["res://.godot/imported/Crate.png-9d945068fc778fe5a68e809f4487054b.ctex"] [params] diff --git a/Physics/PhysicsCharacter.png b/Physics/Assets/PhysicsCharacter.png similarity index 100% rename from Physics/PhysicsCharacter.png rename to Physics/Assets/PhysicsCharacter.png diff --git a/Physics/PhysicsCharacter.png.import b/Physics/Assets/PhysicsCharacter.png.import similarity index 69% rename from Physics/PhysicsCharacter.png.import rename to Physics/Assets/PhysicsCharacter.png.import index c2070d2..f79c14e 100644 --- a/Physics/PhysicsCharacter.png.import +++ b/Physics/Assets/PhysicsCharacter.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://fxeb0j820f47" -path="res://.godot/imported/PhysicsCharacter.png-4dade585e039080dd6220f76fdb8ef04.ctex" +path="res://.godot/imported/PhysicsCharacter.png-cc898c6390855793cffd7c065f5121a7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Physics/PhysicsCharacter.png" -dest_files=["res://.godot/imported/PhysicsCharacter.png-4dade585e039080dd6220f76fdb8ef04.ctex"] +source_file="res://Physics/Assets/PhysicsCharacter.png" +dest_files=["res://.godot/imported/PhysicsCharacter.png-cc898c6390855793cffd7c065f5121a7.ctex"] [params] diff --git a/Physics/Crate.tscn b/Physics/Scenes/Crate.tscn similarity index 92% rename from Physics/Crate.tscn rename to Physics/Scenes/Crate.tscn index e6a2be2..a1089ee 100644 --- a/Physics/Crate.tscn +++ b/Physics/Scenes/Crate.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://dmsornuuqyfhd"] -[ext_resource type="Texture2D" uid="uid://kekglgglqd17" path="res://Physics/Crate.png" id="1_72488"] +[ext_resource type="Texture2D" uid="uid://kekglgglqd17" path="res://Physics/Assets/Crate.png" id="1_72488"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_hfrgb"] size = Vector2(18, 18) diff --git a/Physics/Physics.tscn b/Physics/Scenes/Physics.tscn similarity index 84% rename from Physics/Physics.tscn rename to Physics/Scenes/Physics.tscn index e8f036f..272a01c 100644 --- a/Physics/Physics.tscn +++ b/Physics/Scenes/Physics.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=5 format=3 uid="uid://ynpyx1a6qtoq"] -[ext_resource type="Texture2D" uid="uid://fxeb0j820f47" path="res://Physics/PhysicsCharacter.png" id="1_8qjul"] -[ext_resource type="Script" uid="uid://c5pwbg75g5n8q" path="res://Physics/PhysicsPlayer.gd" id="1_ry666"] -[ext_resource type="PackedScene" uid="uid://dmsornuuqyfhd" path="res://Physics/Crate.tscn" id="3_eghp1"] +[ext_resource type="Texture2D" uid="uid://fxeb0j820f47" path="res://Physics/Assets/PhysicsCharacter.png" id="1_8qjul"] +[ext_resource type="Script" uid="uid://c5pwbg75g5n8q" path="res://Physics/Scripts/PhysicsPlayer.gd" id="1_ry666"] +[ext_resource type="PackedScene" uid="uid://dmsornuuqyfhd" path="res://Physics/Scenes/Crate.tscn" id="3_eghp1"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_8qjul"] size = Vector2(18, 18) diff --git a/Physics/PhysicsPlayer.gd b/Physics/Scripts/PhysicsPlayer.gd similarity index 100% rename from Physics/PhysicsPlayer.gd rename to Physics/Scripts/PhysicsPlayer.gd diff --git a/Physics/PhysicsPlayer.gd.uid b/Physics/Scripts/PhysicsPlayer.gd.uid similarity index 100% rename from Physics/PhysicsPlayer.gd.uid rename to Physics/Scripts/PhysicsPlayer.gd.uid