Compare commits

..

No commits in common. "main" and "feature-camera1" have entirely different histories.

449 changed files with 2325 additions and 10544 deletions

19
.vscode/launch.json vendored
View File

@ -1,19 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "GDScript: Launch Project",
"type": "godot",
"request": "launch",
"project": "${workspaceFolder}",
"debug_collisions": false,
"debug_paths": false,
"debug_navigation": false,
"additional_options": ""
}
]
}

View File

@ -1,13 +1,12 @@
[gd_scene load_steps=12 format=2]
[gd_scene load_steps=11 format=2]
[ext_resource path="res://src/classes/camera_guide.gd" type="Script" id=1]
[ext_resource path="res://src/Camera2D.gd" type="Script" id=2]
[ext_resource path="res://src/levels/TC_06.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/actors/players/playerE/PlayerE.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/levels/TestBox.tscn" type="PackedScene" id=2]
[ext_resource path="res://src/ui/HUD.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/ui/scene_transition.tscn" type="PackedScene" id=4]
[ext_resource path="res://src/ui/HUD.tscn" type="PackedScene" id=5]
[ext_resource path="res://settings.tres" type="Resource" id=6]
[ext_resource path="res://src/classes/camera_guide.gd" type="Script" id=5]
[ext_resource path="res://src/Camera2D.gd" type="Script" id=6]
[ext_resource path="res://src/Main.gd" type="Script" id=7]
[ext_resource path="res://src/ui/lobby.tscn" type="PackedScene" id=9]
[sub_resource type="Shader" id=2]
code = "shader_type canvas_item;
@ -22,50 +21,50 @@ void vertex() {
shader = SubResource( 2 )
shader_param/cam_offset = Vector2( 0, 0 )
[sub_resource type="RectangleShape2D" id=4]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 160, 90 )
[node name="Main" type="Node2D"]
script = ExtResource( 7 )
starting_level = ExtResource( 3 )
player_hud = ExtResource( 5 )
game_settings = ExtResource( 6 )
[node name="MusicPlayer" type="AudioStreamPlayer" parent="."]
[node name="ViewportContainer" type="ViewportContainer" parent="."]
material = SubResource( 3 )
margin_right = 320.0
margin_bottom = 180.0
rect_scale = Vector2( 4, 4 )
margin_right = 322.0
margin_bottom = 182.0
rect_scale = Vector2( 2, 2 )
[node name="Viewport" type="Viewport" parent="ViewportContainer"]
unique_name_in_owner = true
size = Vector2( 320, 180 )
handle_input_locally = false
usage = 0
render_target_update_mode = 3
[node name="Lobby" parent="ViewportContainer/Viewport" instance=ExtResource( 9 )]
visible = false
[node name="SceneTransition" parent="ViewportContainer/Viewport" instance=ExtResource( 4 )]
[node name="Camera2D" type="Camera2D" parent="ViewportContainer/Viewport"]
unique_name_in_owner = true
position = Vector2( 160, 90 )
current = true
script = ExtResource( 2 )
tracking_node_path = NodePath("../CameraGuide")
[node name="TestBox" parent="ViewportContainer/Viewport" instance=ExtResource( 2 )]
__meta__ = {
"_edit_lock_": true
}
[node name="PlayerE" parent="ViewportContainer/Viewport" instance=ExtResource( 1 )]
position = Vector2( 112, 56 )
[node name="UI_Layer" parent="ViewportContainer/Viewport" instance=ExtResource( 3 )]
[node name="CameraGuide" type="KinematicBody2D" parent="ViewportContainer/Viewport"]
unique_name_in_owner = true
position = Vector2( 160, 90 )
collision_layer = 0
collision_mask = 256
script = ExtResource( 1 )
script = ExtResource( 5 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="ViewportContainer/Viewport/CameraGuide"]
visible = false
shape = SubResource( 4 )
shape = SubResource( 1 )
one_way_collision = true
[node name="Camera2D" type="Camera2D" parent="ViewportContainer/Viewport"]
position = Vector2( 160, 90 )
current = true
script = ExtResource( 6 )
tracking_node_path = NodePath("../CameraGuide")

View File

@ -1,6 +0,0 @@
[gd_resource type="Theme" load_steps=2 format=2]
[ext_resource path="res://assets/Fonts/QuinqueFive.tres" type="DynamicFont" id=1]
[resource]
default_font = ExtResource( 1 )

View File

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 732 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/fist.png-706e5fdb4c3a8f903a9552e9097a3a72.stex"
path="res://.import/MManPortrait.png-4e2ec0d6412baee3672a65d68519d9e1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/items/fist.png"
dest_files=[ "res://.import/fist.png-706e5fdb4c3a8f903a9552e9097a3a72.stex" ]
source_file="res://assets/MManPortrait.png"
dest_files=[ "res://.import/MManPortrait.png-4e2ec0d6412baee3672a65d68519d9e1.stex" ]
[params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Staminabar-Indicator.png-788a1183a5b10acd59c2a4cfb5ea2038.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/UI/Staminabar-Indicator.png"
dest_files=[ "res://.import/Staminabar-Indicator.png-788a1183a5b10acd59c2a4cfb5ea2038.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_1.png-3b315e41db0d3d1b88998376bf55e409.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_1.png"
dest_files=[ "res://.import/Warrior_Attack_1.png-3b315e41db0d3d1b88998376bf55e409.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_10.png-b018ba564a9debf251fb743e8926dcc9.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_10.png"
dest_files=[ "res://.import/Warrior_Attack_10.png-b018ba564a9debf251fb743e8926dcc9.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_11.png-975bfc6d79240fc11552902cc43385ea.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_11.png"
dest_files=[ "res://.import/Warrior_Attack_11.png-975bfc6d79240fc11552902cc43385ea.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_12.png-57a1602f24d7405b434cb8406c1f890c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_12.png"
dest_files=[ "res://.import/Warrior_Attack_12.png-57a1602f24d7405b434cb8406c1f890c.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_2.png-38b279a0e4728e5fc76dafac8ac3c914.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_2.png"
dest_files=[ "res://.import/Warrior_Attack_2.png-38b279a0e4728e5fc76dafac8ac3c914.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_3.png-8d2ce83a963939e09e8455403b5958fd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_3.png"
dest_files=[ "res://.import/Warrior_Attack_3.png-8d2ce83a963939e09e8455403b5958fd.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_4.png-c0dbc9f42e9cd25a95ed52e38c2aec2b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_4.png"
dest_files=[ "res://.import/Warrior_Attack_4.png-c0dbc9f42e9cd25a95ed52e38c2aec2b.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 974 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_5.png-433588160214201cf56010341d153004.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_5.png"
dest_files=[ "res://.import/Warrior_Attack_5.png-433588160214201cf56010341d153004.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_6.png-0b833f777d3f7b92e854b78c3a38cfa8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_6.png"
dest_files=[ "res://.import/Warrior_Attack_6.png-0b833f777d3f7b92e854b78c3a38cfa8.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_7.png-acece201b9f072c07660833c2c4edefe.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_7.png"
dest_files=[ "res://.import/Warrior_Attack_7.png-acece201b9f072c07660833c2c4edefe.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_8.png-cbc72e4e75773739a9fddbc46b8e870f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_8.png"
dest_files=[ "res://.import/Warrior_Attack_8.png-cbc72e4e75773739a9fddbc46b8e870f.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Attack_9.png-5cfea5bbdaaf62faeff69484f323a6a2.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Attack/Warrior_Attack_9.png"
dest_files=[ "res://.import/Warrior_Attack_9.png-5cfea5bbdaaf62faeff69484f323a6a2.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_1.png-9d2d515df53ac574bd04685c7e1e0e36.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_1.png"
dest_files=[ "res://.import/Warrior_Crouch_1.png-9d2d515df53ac574bd04685c7e1e0e36.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_2.png-64f7d03ea33ad76c36e116626c31d6cc.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_2.png"
dest_files=[ "res://.import/Warrior_Crouch_2.png-64f7d03ea33ad76c36e116626c31d6cc.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_3.png-3572089466909b2a0d8690b83a7be6e3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_3.png"
dest_files=[ "res://.import/Warrior_Crouch_3.png-3572089466909b2a0d8690b83a7be6e3.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_4.png-3783d6c52207ecf4bb825d43566e4767.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_4.png"
dest_files=[ "res://.import/Warrior_Crouch_4.png-3783d6c52207ecf4bb825d43566e4767.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_5.png-02f0f12b80ef639a76e511b93be94e31.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_5.png"
dest_files=[ "res://.import/Warrior_Crouch_5.png-02f0f12b80ef639a76e511b93be94e31.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Crouch_6.png-1e133ed93a8568de004fe6bccb839415.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Crouch/Warrior_Crouch_6.png"
dest_files=[ "res://.import/Warrior_Crouch_6.png-1e133ed93a8568de004fe6bccb839415.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_1.png-6440aca35ee47ea04c73949aea6ca442.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_1.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_1.png-6440aca35ee47ea04c73949aea6ca442.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_10.png-ed78f14adb3eea6e1e5897d188850277.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_10.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_10.png-ed78f14adb3eea6e1e5897d188850277.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_2.png-6868e71ce79396f48834d5dccda70d05.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_2.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_2.png-6868e71ce79396f48834d5dccda70d05.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_3.png-99d45935b324d806c574e49851ee17fe.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_3.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_3.png-99d45935b324d806c574e49851ee17fe.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 982 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_4.png-a0257665d34f09b0d89d7286cd5ca07a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_4.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_4.png-a0257665d34f09b0d89d7286cd5ca07a.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_5.png-52f601bc9a2c6f78eb88cba8d9464b82.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_5.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_5.png-52f601bc9a2c6f78eb88cba8d9464b82.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_6.png-95053ca58757afd31095e50247ae9a2d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_6.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_6.png-95053ca58757afd31095e50247ae9a2d.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_7.png-d649a206f29fec090493f006d3468f0c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_7.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_7.png-d649a206f29fec090493f006d3468f0c.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_8.png-3c7c7d59c2b439e5654b30b8acdccf14.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_8.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_8.png-3c7c7d59c2b439e5654b30b8acdccf14.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_9.png-226c43133daf9e5c5562dde346f767a1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash Attack/Warrior_Dash-Attack_9.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_9.png-226c43133daf9e5c5562dde346f767a1.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_1.png-fc0243cf29343cb8e46358f23b7612f8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_1.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_1.png-fc0243cf29343cb8e46358f23b7612f8.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_10.png-0bf9f889d1547c45e58d129f15ff5a15.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_10.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_10.png-0bf9f889d1547c45e58d129f15ff5a15.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1021 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_2.png-6d3112c79573c574e1c7ba137b473e3f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_2.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_2.png-6d3112c79573c574e1c7ba137b473e3f.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_3.png-ff5fa571434185fe824acbbec7b8519b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_3.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_3.png-ff5fa571434185fe824acbbec7b8519b.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_4.png-8abf02b9c428217e7ce57db66399c2e1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_4.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_4.png-8abf02b9c428217e7ce57db66399c2e1.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_5.png-a1a4006d512d8759c9d23debf09f6f51.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_5.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_5.png-a1a4006d512d8759c9d23debf09f6f51.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_6.png-9c21f319dd2fb08c4c0fa2656ad35009.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_6.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_6.png-9c21f319dd2fb08c4c0fa2656ad35009.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_7.png-59d870364abfc7dfb3b06e64e4f8108b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_7.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_7.png-59d870364abfc7dfb3b06e64e4f8108b.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_8.png-22bb1d3f5bc28a987d331286f9384b5b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_8.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_8.png-22bb1d3f5bc28a987d331286f9384b5b.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash-Attack_9.png-77ea481694e65f378845d316ae6e8528.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash-Attack_noDust/Warrior_Dash-Attack_9.png"
dest_files=[ "res://.import/Warrior_Dash-Attack_9.png-77ea481694e65f378845d316ae6e8528.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 904 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_1.png-bf46b06c7b4990297e8b784bd75efd45.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_1.png"
dest_files=[ "res://.import/Warrior_Dash_1.png-bf46b06c7b4990297e8b784bd75efd45.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 885 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_2.png-ede6b5c400c41901e8c30a0e63ef2473.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_2.png"
dest_files=[ "res://.import/Warrior_Dash_2.png-ede6b5c400c41901e8c30a0e63ef2473.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_3.png-089e6949c3ce5106dd00e42f2ead9936.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_3.png"
dest_files=[ "res://.import/Warrior_Dash_3.png-089e6949c3ce5106dd00e42f2ead9936.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_4.png-e2222ff4a5c4a263f640f21dda7aae45.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_4.png"
dest_files=[ "res://.import/Warrior_Dash_4.png-e2222ff4a5c4a263f640f21dda7aae45.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_5.png-7f75dbb41fe3c95ec43e177ecb8a1e3a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_5.png"
dest_files=[ "res://.import/Warrior_Dash_5.png-7f75dbb41fe3c95ec43e177ecb8a1e3a.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_6.png-c910637fe1a311ed1b3161f19d78d68a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_6.png"
dest_files=[ "res://.import/Warrior_Dash_6.png-c910637fe1a311ed1b3161f19d78d68a.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_7.png-5a1d330c6da119a8c4750bee521df032.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash/Warrior_Dash_7.png"
dest_files=[ "res://.import/Warrior_Dash_7.png-5a1d330c6da119a8c4750bee521df032.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 904 B

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_1.png-26d762c33db448ae3d45d2e9d764372d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash_NoDust/Warrior_Dash_1.png"
dest_files=[ "res://.import/Warrior_Dash_1.png-26d762c33db448ae3d45d2e9d764372d.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=false
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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 885 B

Some files were not shown because too many files have changed in this diff Show More