folder organization
This commit is contained in:
parent
11a9438f6e
commit
47139a2437
199 changed files with 217 additions and 2226 deletions
|
@ -1,13 +1,11 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://0m1hk2nu4bps"]
|
||||
[gd_scene load_steps=21 format=3 uid="uid://0m1hk2nu4bps"]
|
||||
|
||||
[ext_resource type="Script" path="res://core/player.gd" id="1_whhfc"]
|
||||
[ext_resource type="Texture2D" uid="uid://5pmqr3y62guu" path="res://player/currentCloth.tres" id="2_45h8h"]
|
||||
[ext_resource type="Animation" uid="uid://b85dikp6ps8i2" path="res://player/animations/idle.res" id="2_ymiw5"]
|
||||
[ext_resource type="Animation" uid="uid://2woypk4u40b5" path="res://player/animations/WalkLeft.res" id="3_2eohq"]
|
||||
[ext_resource type="Texture2D" uid="uid://5qixrbrclydr" path="res://player/currentHat.tres" id="3_qyf3b"]
|
||||
[ext_resource type="Animation" uid="uid://d3wpyd6di1ada" path="res://player/animations/WalkRight.res" id="4_pyvsf"]
|
||||
[ext_resource type="Texture2D" uid="uid://sod0ms1cfkjf" path="res://player/playerSkin_ref.png" id="4_ytgpb"]
|
||||
[ext_resource type="Animation" uid="uid://bd0mi2x4pkf70" path="res://player/animations/Walk.res" id="5_whd8j"]
|
||||
[ext_resource type="Texture2D" uid="uid://5pmqr3y62guu" path="res://textures/player/currentCloth.tres" id="2_w1l4c"]
|
||||
[ext_resource type="Texture2D" uid="uid://5qixrbrclydr" path="res://textures/player/currentHat.tres" id="3_ybl0v"]
|
||||
[ext_resource type="Animation" uid="uid://bd0mi2x4pkf70" path="res://animations/player/Walk.res" id="4_56ghs"]
|
||||
[ext_resource type="Animation" uid="uid://b85dikp6ps8i2" path="res://animations/player/idle.res" id="5_uweie"]
|
||||
[ext_resource type="Texture2D" uid="uid://sod0ms1cfkjf" path="res://textures/player/playerSkin_ref.png" id="6_3ryww"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kapu3"]
|
||||
size = Vector2(192, 148)
|
||||
|
@ -438,10 +436,8 @@ tracks/37/keys = {
|
|||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_4k813"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_oktsg"),
|
||||
"Walk": ExtResource("5_whd8j"),
|
||||
"WalkLeft": ExtResource("3_2eohq"),
|
||||
"WalkRight": ExtResource("4_pyvsf"),
|
||||
"idle": ExtResource("2_ymiw5")
|
||||
"Walk": ExtResource("4_56ghs"),
|
||||
"idle": ExtResource("5_uweie")
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_paj7q"]
|
||||
|
@ -499,12 +495,12 @@ nodes/output/position = Vector2(440, 120)
|
|||
node_connections = [&"output", 0, &"WalkRun"]
|
||||
|
||||
[sub_resource type="CanvasTexture" id="CanvasTexture_2b3h6"]
|
||||
diffuse_texture = ExtResource("4_ytgpb")
|
||||
diffuse_texture = ExtResource("6_3ryww")
|
||||
|
||||
[node name="Node2D" type="CharacterBody2D"]
|
||||
script = ExtResource("1_whhfc")
|
||||
CurrentSkin = ExtResource("2_45h8h")
|
||||
CurrentHat = ExtResource("3_qyf3b")
|
||||
CurrentSkin = ExtResource("2_w1l4c")
|
||||
CurrentHat = ExtResource("3_ybl0v")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, -75)
|
||||
|
@ -541,25 +537,24 @@ parameters/WalkRun/3/TimeScale/scale = 0.3
|
|||
position = Vector2(17, 0)
|
||||
|
||||
[node name="BootL" type="Sprite2D" parent="Skeleton2D"]
|
||||
position = Vector2(-96.6778, -35.0139)
|
||||
rotation = 0.433871
|
||||
texture = ExtResource("2_45h8h")
|
||||
position = Vector2(-89.0025, -35.3452)
|
||||
rotation = 0.380759
|
||||
texture = ExtResource("2_w1l4c")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(896, 768, 128, 128)
|
||||
metadata/Type = "Skin"
|
||||
|
||||
[node name="BootR" type="Sprite2D" parent="Skeleton2D"]
|
||||
position = Vector2(42.7357, -41.0162)
|
||||
rotation = -0.697008
|
||||
scale = Vector2(1, 1)
|
||||
texture = ExtResource("2_45h8h")
|
||||
position = Vector2(36.4409, -41.4027)
|
||||
rotation = -0.631213
|
||||
texture = ExtResource("2_w1l4c")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(896, 768, 128, 128)
|
||||
metadata/Type = "Skin"
|
||||
|
||||
[node name="Body" type="Sprite2D" parent="Skeleton2D"]
|
||||
position = Vector2(51, -240.552)
|
||||
texture = ExtResource("2_45h8h")
|
||||
position = Vector2(51, -242.428)
|
||||
texture = ExtResource("2_w1l4c")
|
||||
offset = Vector2(-15, 0)
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 640, 384, 384)
|
||||
|
@ -567,7 +562,7 @@ metadata/Type = "Skin"
|
|||
|
||||
[node name="HandL" type="Sprite2D" parent="Skeleton2D/Body"]
|
||||
position = Vector2(-3, 54)
|
||||
texture = ExtResource("2_45h8h")
|
||||
texture = ExtResource("2_w1l4c")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(768, 768, 128, 128)
|
||||
metadata/Type = "Skin"
|
||||
|
@ -575,25 +570,25 @@ metadata/Type = "Skin"
|
|||
[node name="HandR" type="Sprite2D" parent="Skeleton2D/Body"]
|
||||
show_behind_parent = true
|
||||
position = Vector2(-160, 29)
|
||||
texture = ExtResource("2_45h8h")
|
||||
texture = ExtResource("2_w1l4c")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(768, 768, 128, 128)
|
||||
metadata/Type = "Skin"
|
||||
|
||||
[node name="Tail" type="Sprite2D" parent="Skeleton2D/Body"]
|
||||
show_behind_parent = true
|
||||
position = Vector2(44, 110.552)
|
||||
position = Vector2(44, 112.428)
|
||||
rotation = 0.153589
|
||||
texture = ExtResource("2_45h8h")
|
||||
texture = ExtResource("2_w1l4c")
|
||||
offset = Vector2(70, 0)
|
||||
region_enabled = true
|
||||
region_rect = Rect2(768, 640, 256, 128)
|
||||
metadata/Type = "Skin"
|
||||
|
||||
[node name="Head" type="Sprite2D" parent="Skeleton2D"]
|
||||
position = Vector2(-40, -413.552)
|
||||
rotation = 0.0758805
|
||||
texture = ExtResource("2_45h8h")
|
||||
position = Vector2(-40, -415.428)
|
||||
rotation = 0.0646754
|
||||
texture = ExtResource("2_w1l4c")
|
||||
offset = Vector2(0, -168)
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 512, 640)
|
||||
|
@ -602,7 +597,7 @@ metadata/Type = "Skin"
|
|||
[node name="Hat" type="Sprite2D" parent="Skeleton2D/Head"]
|
||||
position = Vector2(65, -103)
|
||||
scale = Vector2(0.6, 0.6)
|
||||
texture = ExtResource("3_qyf3b")
|
||||
texture = ExtResource("3_ybl0v")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 1152, 1136)
|
||||
metadata/Type = "Hat"
|
BIN
extracted/Sprite/Floors_04_SPRT_0.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_04_SPRT_0.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://duc11j2x8m47a"
|
||||
path="res://.godot/imported/Floors_04_SPRT_0.png-5df993909788a91f4b2f21c93815a2bf.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_04_SPRT_0.png"
|
||||
dest_files=["res://.godot/imported/Floors_04_SPRT_0.png-5df993909788a91f4b2f21c93815a2bf.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_09_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_09_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://doqnb2skt4d7j"
|
||||
path="res://.godot/imported/Floors_09_SPRT_1.png-4587e0aec79f1a87511a65b95d971984.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_09_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_09_SPRT_1.png-4587e0aec79f1a87511a65b95d971984.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_09_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_09_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bf5xf8lba7p1s"
|
||||
path="res://.godot/imported/Floors_09_SPRT_2.png-eef0c1caff51e4046193052ca676d487.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_09_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_09_SPRT_2.png-eef0c1caff51e4046193052ca676d487.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_09_SPRT_3.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_09_SPRT_3.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bpsfvffeiyreg"
|
||||
path="res://.godot/imported/Floors_09_SPRT_3.png-004c78df84bf162494515ef9695399cd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_09_SPRT_3.png"
|
||||
dest_files=["res://.godot/imported/Floors_09_SPRT_3.png-004c78df84bf162494515ef9695399cd.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_10_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_10_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cne3v3hhjvoky"
|
||||
path="res://.godot/imported/Floors_10_SPRT_1.png-2437fbb5bb0640d43ffe54e04907efb1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_10_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_10_SPRT_1.png-2437fbb5bb0640d43ffe54e04907efb1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_10_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_10_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dpd73oeyhigqi"
|
||||
path="res://.godot/imported/Floors_10_SPRT_2.png-cd6e1768999cc56522906197d425c287.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_10_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_10_SPRT_2.png-cd6e1768999cc56522906197d425c287.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_11_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_11_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bsyw0vuv574w2"
|
||||
path="res://.godot/imported/Floors_11_SPRT_1.png-94305efb92d85936dd274630423ad64e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_11_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_11_SPRT_1.png-94305efb92d85936dd274630423ad64e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_11_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_11_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b3cbvf3xekwxs"
|
||||
path="res://.godot/imported/Floors_11_SPRT_2.png-25e604839dbe36a7093300c516c08a79.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_11_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_11_SPRT_2.png-25e604839dbe36a7093300c516c08a79.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_11_SPRT_4.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_11_SPRT_4.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cpr3v2uusr2l3"
|
||||
path="res://.godot/imported/Floors_11_SPRT_4.png-afe43a0594f698668385006fdecb521f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_11_SPRT_4.png"
|
||||
dest_files=["res://.godot/imported/Floors_11_SPRT_4.png-afe43a0594f698668385006fdecb521f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_11_SPRT_5.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_11_SPRT_5.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chvf3sm8kgew1"
|
||||
path="res://.godot/imported/Floors_11_SPRT_5.png-01cc411e2b6f61d9191e612f62067120.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_11_SPRT_5.png"
|
||||
dest_files=["res://.godot/imported/Floors_11_SPRT_5.png-01cc411e2b6f61d9191e612f62067120.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_11_SPRT_6.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_11_SPRT_6.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cyr5x7xnon6y5"
|
||||
path="res://.godot/imported/Floors_11_SPRT_6.png-2d2257f79ec9ba4d2ab1e667851e6573.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_11_SPRT_6.png"
|
||||
dest_files=["res://.godot/imported/Floors_11_SPRT_6.png-2d2257f79ec9ba4d2ab1e667851e6573.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_12_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cvw03o80dpgi3"
|
||||
path="res://.godot/imported/Floors_12_SPRT_1.png-3e0ab7611d1d8162c2d74597662c5556.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_12_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_12_SPRT_1.png-3e0ab7611d1d8162c2d74597662c5556.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_12_SPRT_12.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_12.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://rije36enjd6x"
|
||||
path="res://.godot/imported/Floors_12_SPRT_12.png-85a6d38a0b453d169b50b519526941b4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_12_SPRT_12.png"
|
||||
dest_files=["res://.godot/imported/Floors_12_SPRT_12.png-85a6d38a0b453d169b50b519526941b4.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_12_SPRT_13.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_13.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://de6fiea771r8t"
|
||||
path="res://.godot/imported/Floors_12_SPRT_13.png-e81d39c7a21940bca5343929c3566405.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_12_SPRT_13.png"
|
||||
dest_files=["res://.godot/imported/Floors_12_SPRT_13.png-e81d39c7a21940bca5343929c3566405.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_12_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
BIN
extracted/Sprite/Floors_12_SPRT_3.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_3.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bo5cipapq4y0q"
|
||||
path="res://.godot/imported/Floors_12_SPRT_3.png-eff7390dca9c6204ecc3f5c2bd2c3888.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_12_SPRT_3.png"
|
||||
dest_files=["res://.godot/imported/Floors_12_SPRT_3.png-eff7390dca9c6204ecc3f5c2bd2c3888.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_12_SPRT_4.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_12_SPRT_4.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cqcy187t2uvtg"
|
||||
path="res://.godot/imported/Floors_12_SPRT_4.png-c13770aeab515fa036957eafda4cc14b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_12_SPRT_4.png"
|
||||
dest_files=["res://.godot/imported/Floors_12_SPRT_4.png-c13770aeab515fa036957eafda4cc14b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_13_SPRT_0.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_13_SPRT_0.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bdxw8ll0htpoj"
|
||||
path="res://.godot/imported/Floors_13_SPRT_0.png-8a3367396bdcb59c0537bdd370721794.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_13_SPRT_0.png"
|
||||
dest_files=["res://.godot/imported/Floors_13_SPRT_0.png-8a3367396bdcb59c0537bdd370721794.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_13_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_13_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bsmsoovhyahxm"
|
||||
path="res://.godot/imported/Floors_13_SPRT_1.png-bab241d655115ab53e4835d71853ba0b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_13_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_13_SPRT_1.png-bab241d655115ab53e4835d71853ba0b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_13_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_13_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dykvfipxshnty"
|
||||
path="res://.godot/imported/Floors_13_SPRT_2.png-a98bac01aafc3300865f16d7c3dc9a71.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_13_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_13_SPRT_2.png-a98bac01aafc3300865f16d7c3dc9a71.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_14_SPRT_0.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_14_SPRT_0.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dcmjydd1sbyqw"
|
||||
path="res://.godot/imported/Floors_14_SPRT_0.png-d948fd6f21b32b2f4e61630c8fc71e67.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_14_SPRT_0.png"
|
||||
dest_files=["res://.godot/imported/Floors_14_SPRT_0.png-d948fd6f21b32b2f4e61630c8fc71e67.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_14_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_14_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dbvx7p8534ioo"
|
||||
path="res://.godot/imported/Floors_14_SPRT_1.png-5deb42ce06e9bd860f05243ba6f08dce.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_14_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_14_SPRT_1.png-5deb42ce06e9bd860f05243ba6f08dce.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_14_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_14_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4dg6re1olffu"
|
||||
path="res://.godot/imported/Floors_14_SPRT_2.png-9509d561d3e13968c25e792efa8b715c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_14_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_14_SPRT_2.png-9509d561d3e13968c25e792efa8b715c.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_14_SPRT_3.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_14_SPRT_3.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://baihopahyebfq"
|
||||
path="res://.godot/imported/Floors_14_SPRT_3.png-43cbf1cbefd35d6b382f0cf74d66ab66.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_14_SPRT_3.png"
|
||||
dest_files=["res://.godot/imported/Floors_14_SPRT_3.png-43cbf1cbefd35d6b382f0cf74d66ab66.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_14_SPRT_4.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_14_SPRT_4.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b158qdi3s5itc"
|
||||
path="res://.godot/imported/Floors_14_SPRT_4.png-1ab92fd247f53550ae298966cbf19c86.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_14_SPRT_4.png"
|
||||
dest_files=["res://.godot/imported/Floors_14_SPRT_4.png-1ab92fd247f53550ae298966cbf19c86.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_15_SPRT_0.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_15_SPRT_0.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://6mrc4b3omk4o"
|
||||
path="res://.godot/imported/Floors_15_SPRT_0.png-883e2ba70d7983c3e2b0a554fab41b6b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_15_SPRT_0.png"
|
||||
dest_files=["res://.godot/imported/Floors_15_SPRT_0.png-883e2ba70d7983c3e2b0a554fab41b6b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_15_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_15_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dvc252i3ohyjl"
|
||||
path="res://.godot/imported/Floors_15_SPRT_1.png-990b57ae46e7b9485f2149362411eed0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_15_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Floors_15_SPRT_1.png-990b57ae46e7b9485f2149362411eed0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_15_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_15_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cv26fj8xbno2f"
|
||||
path="res://.godot/imported/Floors_15_SPRT_2.png-b35abab8b8c3ebdcbdc7dc782fa62da2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_15_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Floors_15_SPRT_2.png-b35abab8b8c3ebdcbdc7dc782fa62da2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Floors_15_SPRT_3.png
(Stored with Git LFS)
BIN
extracted/Sprite/Floors_15_SPRT_3.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d2icjq43qh18d"
|
||||
path="res://.godot/imported/Floors_15_SPRT_3.png-8d48875ed7c3df58f7301338c142bdc1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Floors_15_SPRT_3.png"
|
||||
dest_files=["res://.godot/imported/Floors_15_SPRT_3.png-8d48875ed7c3df58f7301338c142bdc1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_0.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_0.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://da2i3512t24gv"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_0.png-704b6ef337270665f9debdd8199757d7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_0.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_0.png-704b6ef337270665f9debdd8199757d7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_1.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_1.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbwwvtw4xg6p7"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_1.png-143d59503a34aee00f927207dad007d0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_1.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_1.png-143d59503a34aee00f927207dad007d0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_10.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_10.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b6byj562vnace"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_10.png-b5e64fefc35df401278134facee64f7b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_10.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_10.png-b5e64fefc35df401278134facee64f7b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_11.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_11.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cf3j1xqluvxra"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_11.png-a6400c0b515b10710348de7fedb5e4bb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_11.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_11.png-a6400c0b515b10710348de7fedb5e4bb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_16.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_16.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://x2d2rwb0pgou"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_16.png-a800c0a0e7d9fa41026403356e110983.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_16.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_16.png-a800c0a0e7d9fa41026403356e110983.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_17.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_17.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cmgpp4qpedb7f"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_17.png-773de3ff15cec2743bffd341c5d62333.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_17.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_17.png-773de3ff15cec2743bffd341c5d62333.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_18.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_18.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cogump2mty3du"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_18.png-bc5a75f61a351308f60b34cdcbc7edc1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_18.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_18.png-bc5a75f61a351308f60b34cdcbc7edc1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_19.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_19.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://8hlg2bdsqwk1"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_19.png-3d5e05ef3c3e66f1b44b3e25d9df9fac.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_19.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_19.png-3d5e05ef3c3e66f1b44b3e25d9df9fac.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_2.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_2.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://25kvfm0mlyxv"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_2.png-4f75c765481f97f87741378a2a420938.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_2.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_2.png-4f75c765481f97f87741378a2a420938.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_21.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_21.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://fuudg2wedd4s"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_21.png-e6eef22780f699dfd428088152829aba.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_21.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_21.png-e6eef22780f699dfd428088152829aba.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_22.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_22.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cfwsq5cti0qti"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_22.png-9d8e401e267c823f2fd41d242b388c4b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_22.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_22.png-9d8e401e267c823f2fd41d242b388c4b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_23.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_23.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bkmswe8ppsa31"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_23.png-5f645660e220f9682fb9085174f083cb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_23.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_23.png-5f645660e220f9682fb9085174f083cb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_24.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_24.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dcij0vw3x27gu"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_24.png-2845e70424411d65787613bb0554127a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_24.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_24.png-2845e70424411d65787613bb0554127a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_25.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_25.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bevxqmispg1au"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_25.png-6c8d2f2c31635f4d18c00d8a8e89d6b6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_25.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_25.png-6c8d2f2c31635f4d18c00d8a8e89d6b6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_26.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_26.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://48n528e2t442"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_26.png-8ed7ca32a90b16c8256b515d60349e2b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_26.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_26.png-8ed7ca32a90b16c8256b515d60349e2b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_27.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_27.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dkh82kay0gk43"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_27.png-5f8d11d73eaf25378293b62ebf1c7d4a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_27.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_27.png-5f8d11d73eaf25378293b62ebf1c7d4a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_3.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_3.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c5ssqx0w0bt7f"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_3.png-2356cf3248de4448c3c85366b29da033.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_3.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_3.png-2356cf3248de4448c3c85366b29da033.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_30.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_30.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c4odewrh6i5nx"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_30.png-1408e836f5fc357b921f039ebcafbf24.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_30.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_30.png-1408e836f5fc357b921f039ebcafbf24.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_31.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_31.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bmdkotq4jj0cu"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_31.png-64c9a3c6508cb211ab80a4869f71e2af.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_31.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_31.png-64c9a3c6508cb211ab80a4869f71e2af.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
extracted/Sprite/Props_All_01_SPRT_32.png
(Stored with Git LFS)
BIN
extracted/Sprite/Props_All_01_SPRT_32.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cqsk171bdklgy"
|
||||
path="res://.godot/imported/Props_All_01_SPRT_32.png-0b370ce1965f058fe643b2a7d82345a6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://extracted/Sprite/Props_All_01_SPRT_32.png"
|
||||
dest_files=["res://.godot/imported/Props_All_01_SPRT_32.png-0b370ce1965f058fe643b2a7d82345a6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue