@@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Player.gd" type="Script" id=1]
-[ext_resource path="res://player.png" type="Texture" id=2]
+[ext_resource path="res://Resources/Images/player.png" type="Texture" id=2]
[ext_resource path="res://CharTween.gd" type="Script" id=3]
+
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 16, 16 )
@@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
-path="res://.import/basic.png-e2edf0fa2bfe6c69a86cb28814640423.stex"
+path="res://.import/basic.png-8e8ce3a8029e2ae24cd72296e545098d.stex"
metadata={
"vram_texture": false
}
[deps]
-source_file="res://basic.png"
-dest_files=[ "res://.import/basic.png-e2edf0fa2bfe6c69a86cb28814640423.stex" ]
+source_file="res://Resources/Images/basic.png"
+dest_files=[ "res://.import/basic.png-8e8ce3a8029e2ae24cd72296e545098d.stex" ]
[params]
-path="res://.import/player.png-2dd0af52de4b213777cd8c9df94c0978.stex"
+path="res://.import/player.png-6ba17d820f177a91fb00207b85227e7d.stex"
-source_file="res://player.png"
-dest_files=[ "res://.import/player.png-2dd0af52de4b213777cd8c9df94c0978.stex" ]
+source_file="res://Resources/Images/player.png"
+dest_files=[ "res://.import/player.png-6ba17d820f177a91fb00207b85227e7d.stex" ]
@@ -0,0 +1,34 @@
+[remap]
+importer="texture"
+type="StreamTexture"
+path="res://.import/spawn.png-a761c78ddc2dcabf9fd503b2c985b64b.stex"
+metadata={
+"vram_texture": false
+}
+[deps]
+source_file="res://Resources/Images/spawn.png"
+dest_files=[ "res://.import/spawn.png-a761c78ddc2dcabf9fd503b2c985b64b.stex" ]
+[params]
+compress/mode=0
+compress/lossy_quality=0.7
+compress/hdr_mode=0
+compress/bptc_ldr=0
+compress/normal_map=0
+flags/repeat=0
+flags/filter=true
+flags/mipmaps=false
+flags/anisotropic=false
+flags/srgb=2
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/HDR_as_SRGB=false
+process/invert_color=false
+stream=false
+size_limit=0
+detect_3d=true
+svg/scale=1.0
@@ -1,6 +1,6 @@
[gd_resource type="TileSet" load_steps=4 format=2]
-[ext_resource path="res://basic.png" type="Texture" id=1]
+[ext_resource path="res://Resources/Images/basic.png" type="Texture" id=1]
[sub_resource type="ConvexPolygonShape2D" id=1]
points = PoolVector2Array( 0, 0, 64, 0, 64, 64, 0, 64 )