Compare commits

..

107 Commits

Author SHA1 Message Date
361b2c9681 Experimenting with vscode as a live source editor 2026-03-11 23:14:27 -07:00
8c1ab0c374 Remove that old movement stuff from actor states 2025-06-19 08:55:50 -07:00
94274cd447 Animated sprite fix for animation sequence. This whole thing needs some work. 2025-06-19 08:43:08 -07:00
c5fa3e8edb Scaling and viewport tweak 2025-06-18 21:41:19 -07:00
8de3fc1060 Ladder behavior tweak. 2025-06-18 21:26:21 -07:00
6ed2e86806 Bug fixed, Dialog UI improvements. 2025-06-17 22:39:52 -07:00
25152de524 Bug with jumping happening when trying to advance dialog but otherwise progress. 2025-06-17 17:18:24 -07:00
91186fa610 More in game dialog work. 2025-06-17 16:25:52 -07:00
65b0b39da3 NPC interraction and dialog receiver 2025-06-15 22:57:45 -07:00
f17b1f7402 setup NPC dialog interractable 2025-06-15 22:36:00 -07:00
4a8ab2317d NPC Actor 2025-06-15 15:57:12 -07:00
074365c70f Air vent test chanber. Not quite working 2025-06-15 13:55:59 -07:00
eb7e8d1a58 Jump velocity drops off when button released. level stiched together 2025-06-15 10:59:42 -07:00
1ceec696cc stamina tweak on old state. 2025-06-15 10:40:13 -07:00
5196b3eb6e Add state duration tracker to movement state receiver to re-enable drop through collision mask. drop through floor now better. 2025-06-15 09:19:07 -07:00
d3775c364f improve ladder climbing 2025-06-15 09:05:05 -07:00
49e2030c06 Ladder fix. 2025-06-12 22:08:06 -07:00
edfe3b09a8 New level assets for ladder test chamber 2025-06-12 21:48:42 -07:00
a500bc96d4 One-way collision layers and objects 2025-06-12 18:25:13 -07:00
42035d7907 Game Settings resource, directly launch game now. 2025-06-03 19:40:09 -07:00
76e7f5ef19 Spent too much time fixing slope movement 2025-06-03 14:37:44 -07:00
a387d74138 Low gravity test chamber. 2025-06-03 11:51:30 -07:00
544716502e Fall and jump follows similar impulse model for horizontal movement now. 2025-06-03 11:39:07 -07:00
e2c77b05e3 SE manager working. Mushroom pew now pows. 2025-06-01 17:10:04 -07:00
9cf13cc5b8 Jump adjustments for crap jumps. 2025-06-01 11:08:34 -07:00
a195e7be2d Snapping to ledge a little better on grab, jump height test in first clonebox 2025-06-01 10:34:27 -07:00
d934c815e0 Ledge grab tweaks 2025-05-31 22:07:56 -07:00
f833f1cec7 Tweaks to movement states and modifiers for more realistic values 2025-05-31 21:36:40 -07:00
b7002f03ad Some odd dash behavior on slip surfaces but otherwise, add return after state change to fix long standing weirdness of processing the wrong movement parameters right before state change. 2025-05-31 21:27:30 -07:00
5197b3a608 It actually kinda works! 2025-05-31 08:41:17 -07:00
327e02d00b More modifier rooms 2025-05-30 21:56:45 -07:00
2ef9a36851 Remove unused code in movement parameters 2025-05-30 20:40:14 -07:00
59f2823b21 Good progress but crouch move is a little off for some reason 2025-05-29 22:30:21 -07:00
4c7f5f1f4d Better impulse model. 2025-05-29 21:55:45 -07:00
27590aba90 Still impulse issues, testing a new icy surface box. 2025-05-28 22:01:49 -07:00
d1d7e24936 Movement based only on input for static movement. No acceleration then only input. 2025-05-27 21:52:42 -07:00
a0aae4fbcb Moving static speed to outside of inertia resolve function. 2025-05-27 20:24:58 -07:00
3b37b568c5 Bug fix and linking to another level 2025-05-26 20:49:33 -07:00
4a95ec08f4 Impulse maybe working 2025-05-26 12:05:41 -07:00
e7f08fd351 Busted impulse. 2025-05-25 19:17:14 -07:00
8960fddef2 Some cleanup of unused code after all that mess. 2025-05-25 18:57:51 -07:00
bb3f6f5501 Now using unified inertia calculation function for both horizontal and vertical movement! Getting closer, finally. 2025-05-25 18:48:04 -07:00
675a0181f0 Generalized resolve_inertia function. Have a bug on dash after land. 2025-05-25 18:40:21 -07:00
25046c852f Jump bug fixed. 2025-05-25 13:41:14 -07:00
76ec165863 Jump looking better. Seems we made gravity optional by relative movement in y axis and desired movement never being set to down. 2025-05-25 10:23:14 -07:00
230c91079f Clonebox now does nothing. 2025-05-25 10:10:56 -07:00
d7d612db72 Acceleration now directionless. It doesn't work yet but at least it doesn't crash. 2025-05-25 10:03:26 -07:00
b49b1d67d2 I took a break. What was I doing. 2025-05-24 08:14:33 -07:00
a02eb6830a New model, new problems. 2025-05-15 00:02:17 -07:00
a3c3d2db9f Total switch of export params for movement params and modifiers, state is next. 2025-05-14 23:49:33 -07:00
6626e03fb1 Yet another movement model 2025-05-14 23:13:13 -07:00
d422ae61dd Multiple Movement Modifier 2025-05-10 23:47:51 -07:00
0ac1c4abef Multiple Movement Modifiers at once instead of having to be merged. 2025-05-10 21:22:51 -07:00
71a497b73b Added jerk, fixing state modifiers 2025-05-10 20:03:51 -07:00
26df8ef0c4 Movement modifiers are complicated. 2025-05-10 18:32:06 -07:00
1e5cf79f15 Modifies over levels doable again. 2025-05-10 15:44:18 -07:00
371e508293 Level transition changes. Wish I could do better than a string but resources and packescenes just not working. 2025-05-10 12:56:50 -07:00
95c217be5c Starting a series of test chambers. 2025-05-10 08:52:25 -07:00
f13c4a7061 Modifiers are resources now so I can easily dump them into levels. Yay. 2025-05-10 08:18:06 -07:00
92c707b2f0 Modifier with zero limit now works a little better. Still have some bugs. 2025-05-09 23:36:09 -07:00
8e9f246e2a Renamed to velocity controller 2025-05-09 21:49:58 -07:00
d1d33f3087 Movement routines now it is own class. I can use them outside of states 2025-05-09 00:14:03 -07:00
106f11de76 Whoops forgot file. 2025-05-08 23:56:09 -07:00
2301401dd0 Movement work into its own class 2025-05-08 23:55:14 -07:00
fc29c18552 Movement Cleanup. 2025-05-08 21:46:24 -07:00
05580ee50d Vertical application of jump on new range based model. 2025-05-08 21:14:10 -07:00
07f992d729 New model looking good. 2025-05-07 22:40:50 -07:00
7a3318e5f6 Prepping for new model. 2025-05-07 21:07:31 -07:00
c6de01ba1a Oh that pesky impulse control. 2025-05-04 23:32:28 -07:00
061ceb76b9 Deprecated old movement function. 2025-05-04 20:36:16 -07:00
8906b98680 Maybe better impulse apply 2025-05-04 19:17:08 -07:00
f7f5ce1e61 No more bean! Also modifier on grounded seems to be working. 2025-05-04 08:28:55 -07:00
b45272934f Movement modifier has grounded processing directives. 2025-05-04 08:05:27 -07:00
7d7f3dfcd6 Impulse still bad. Modifier doesnt push into negative now. 2025-05-04 00:52:47 -07:00
07e0438341 Kinematic movement process improvements. Hope they stick. 2025-05-03 21:20:08 -07:00
d587eae523 More refactoring of movement 2025-05-03 16:52:47 -07:00
253ffe9641 Modifiers applying for movement! but now I need bodges in the object mover again. 2025-05-01 23:50:38 -07:00
97d7b969da Movement modifier tweaks. Almost there. 2025-04-30 23:48:49 -07:00
2c7a8e64f2 Tired state added to test movement. 2025-04-30 23:39:33 -07:00
d5818f1c17 Lots of work on state modifiers in prep for movement. 2025-04-30 23:09:43 -07:00
6d51eaffb0 Movement Parameters now used to aid fetching and merging of state movements 2025-04-30 19:06:01 -07:00
ec869ed1cc Better movement working. still wip. 2025-04-29 00:19:24 -07:00
7421991e56 New approach for separating accel from friction and using move_toward again. 2025-04-28 23:28:15 -07:00
dff822c6f4 reintroduce calc_velocity variable, allow override for testing. 2025-04-28 20:10:15 -07:00
a9afabf0a1 Cleanup on some stuff I dont use. 2025-04-28 19:59:14 -07:00
6ea1d12ce4 Try to get modifier accell to only apply during modifier range. 2025-04-28 19:50:51 -07:00
ad01724071 Is it working! Really! 2025-04-27 19:25:36 -07:00
46a3dc704a Closest roll yet. Still missing something. 2025-04-27 09:48:48 -07:00
5ecbbccf7e Super slippy walk working again! 2025-04-27 09:37:40 -07:00
d4077cff43 Swithing to move_toward based acceleration. All accel would have to be positive. 2025-04-27 08:24:35 -07:00
ad0b1a9595 Fail at roling. 2025-04-26 18:52:56 -07:00
6d894f926f Some tweaks to the level for testing. 2025-04-26 18:16:52 -07:00
00de0d6450 Immediate stop when no accelleration seems to work. 2025-04-26 16:56:52 -07:00
7d210d7900 Movement much better. More testing needed. 2025-04-26 16:42:36 -07:00
dc6802cbce Somehow broke the last movement. 2025-04-26 15:12:54 -07:00
dceb0ad3e8 Getting better on movement but still buggy. 2025-04-26 13:36:17 -07:00
633881ede8 Movement controller failures. 2025-04-25 23:46:41 -07:00
b5b320f4a7 Detector raycasts now scene unique. 2025-04-21 23:58:14 -07:00
f87eb297ba Player cleanup 2025-04-21 23:51:24 -07:00
24d8ea3210 Main initiates lobby now. 2025-04-21 23:41:37 -07:00
94302003d8 Fixes and tweaks for cameras, main functions, and loading in game scenes. 2025-04-21 23:28:45 -07:00
3ffcf7ca59 Cleanup, delete unused files. Standardize TODOs 2025-04-21 20:29:13 -07:00
742db5ee8c Debug console cleanup 2025-04-20 22:20:27 -07:00
5fffb666d6 State Machine cleanup 2025-04-20 22:15:51 -07:00
d8a5107739 PlayerInfo and playerE cleanup 2025-04-20 22:03:26 -07:00
ed9909ed7e LevelInfo fixes and camera cleanup 2025-04-20 21:47:46 -07:00
ecc4c22fe0 Camera Guide fixes. 2025-04-20 21:35:02 -07:00
399 changed files with 8394 additions and 826 deletions

19
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
// 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,8 +1,11 @@
[gd_scene load_steps=9 format=2] [gd_scene load_steps=12 format=2]
[ext_resource path="res://src/classes/camera_guide.gd" type="Script" id=1] [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/Camera2D.gd" type="Script" id=2]
[ext_resource path="res://src/levels/TC_06.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/ui/scene_transition.tscn" type="PackedScene" id=4] [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/Main.gd" type="Script" id=7] [ext_resource path="res://src/Main.gd" type="Script" id=7]
[ext_resource path="res://src/ui/lobby.tscn" type="PackedScene" id=9] [ext_resource path="res://src/ui/lobby.tscn" type="PackedScene" id=9]
@ -24,22 +27,27 @@ extents = Vector2( 160, 90 )
[node name="Main" type="Node2D"] [node name="Main" type="Node2D"]
script = ExtResource( 7 ) script = ExtResource( 7 )
starting_level = ExtResource( 3 )
player_hud = ExtResource( 5 )
game_settings = ExtResource( 6 )
[node name="MusicPlayer" type="AudioStreamPlayer" parent="."] [node name="MusicPlayer" type="AudioStreamPlayer" parent="."]
[node name="ViewportContainer" type="ViewportContainer" parent="."] [node name="ViewportContainer" type="ViewportContainer" parent="."]
material = SubResource( 3 ) material = SubResource( 3 )
margin_right = 322.0 margin_right = 320.0
margin_bottom = 182.0 margin_bottom = 180.0
rect_scale = Vector2( 2, 2 ) rect_scale = Vector2( 4, 4 )
[node name="Viewport" type="Viewport" parent="ViewportContainer"] [node name="Viewport" type="Viewport" parent="ViewportContainer"]
unique_name_in_owner = true unique_name_in_owner = true
size = Vector2( 320, 180 ) size = Vector2( 320, 180 )
handle_input_locally = false handle_input_locally = false
usage = 0
render_target_update_mode = 3 render_target_update_mode = 3
[node name="Lobby" parent="ViewportContainer/Viewport" instance=ExtResource( 9 )] [node name="Lobby" parent="ViewportContainer/Viewport" instance=ExtResource( 9 )]
visible = false
[node name="SceneTransition" parent="ViewportContainer/Viewport" instance=ExtResource( 4 )] [node name="SceneTransition" parent="ViewportContainer/Viewport" instance=ExtResource( 4 )]
@ -56,7 +64,6 @@ position = Vector2( 160, 90 )
collision_layer = 0 collision_layer = 0
collision_mask = 256 collision_mask = 256
script = ExtResource( 1 ) script = ExtResource( 1 )
debug_camera_guide = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="ViewportContainer/Viewport/CameraGuide"] [node name="CollisionShape2D" type="CollisionShape2D" parent="ViewportContainer/Viewport/CameraGuide"]
visible = false visible = false

View File

@ -0,0 +1,6 @@
[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 )

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1014 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 936 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 916 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 974 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 890 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 772 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 922 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 788 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 793 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 759 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 766 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 922 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 965 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 884 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 829 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 982 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 933 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 708 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 739 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 792 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 713 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 926 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 884 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 1021 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 811 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 961 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 910 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 690 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 721 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 785 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 713 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 904 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 885 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 867 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 856 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 965 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 950 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 915 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 904 B

View File

@ -0,0 +1,35 @@
[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.

After

Width:  |  Height:  |  Size: 885 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_2.png-375fd3e89ceb5b5dab431170144422e8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash_NoDust/Warrior_Dash_2.png"
dest_files=[ "res://.import/Warrior_Dash_2.png-375fd3e89ceb5b5dab431170144422e8.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.

After

Width:  |  Height:  |  Size: 867 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Warrior_Dash_3.png-ac9ab2ce6d3c38536381a57851214606.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/actors/npcs/WarriorGirl/Dash_NoDust/Warrior_Dash_3.png"
dest_files=[ "res://.import/Warrior_Dash_3.png-ac9ab2ce6d3c38536381a57851214606.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.

After

Width:  |  Height:  |  Size: 856 B

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