Changed Physics Directory Structure
This commit is contained in:
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user