1
0

Changed Physics Directory Structure

This commit is contained in:
FoxSpellCaster
2025-01-11 17:20:31 -05:00
parent 8bf00126cd
commit 5d8130ab7a
8 changed files with 10 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

View File

@@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://kekglgglqd17" uid="uid://kekglgglqd17"
path="res://.godot/imported/Crate.png-7a4c9ebe9b79006a7281da23028e26fd.ctex" path="res://.godot/imported/Crate.png-9d945068fc778fe5a68e809f4487054b.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://Physics/Crate.png" source_file="res://Physics/Assets/Crate.png"
dest_files=["res://.godot/imported/Crate.png-7a4c9ebe9b79006a7281da23028e26fd.ctex"] dest_files=["res://.godot/imported/Crate.png-9d945068fc778fe5a68e809f4487054b.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

@@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://fxeb0j820f47" uid="uid://fxeb0j820f47"
path="res://.godot/imported/PhysicsCharacter.png-4dade585e039080dd6220f76fdb8ef04.ctex" path="res://.godot/imported/PhysicsCharacter.png-cc898c6390855793cffd7c065f5121a7.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://Physics/PhysicsCharacter.png" source_file="res://Physics/Assets/PhysicsCharacter.png"
dest_files=["res://.godot/imported/PhysicsCharacter.png-4dade585e039080dd6220f76fdb8ef04.ctex"] dest_files=["res://.godot/imported/PhysicsCharacter.png-cc898c6390855793cffd7c065f5121a7.ctex"]
[params] [params]

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://dmsornuuqyfhd"] [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"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_hfrgb"]
size = Vector2(18, 18) size = Vector2(18, 18)

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=5 format=3 uid="uid://ynpyx1a6qtoq"] [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="Texture2D" uid="uid://fxeb0j820f47" path="res://Physics/Assets/PhysicsCharacter.png" id="1_8qjul"]
[ext_resource type="Script" uid="uid://c5pwbg75g5n8q" path="res://Physics/PhysicsPlayer.gd" id="1_ry666"] [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/Crate.tscn" id="3_eghp1"] [ext_resource type="PackedScene" uid="uid://dmsornuuqyfhd" path="res://Physics/Scenes/Crate.tscn" id="3_eghp1"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8qjul"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_8qjul"]
size = Vector2(18, 18) size = Vector2(18, 18)