famira is more or less finished? :)

This commit is contained in:
Haze Weathers 2024-07-07 14:37:19 -04:00
parent 1fd71f48ec
commit 72f84c88a5
11 changed files with 38 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/arm_segment_border.png-bf3b689b225eb094d59824f85abbae78.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/enemy/boss/fami_parts/arm_segment_border.png"
dest_files=[ "res://.import/arm_segment_border.png-bf3b689b225eb094d59824f85abbae78.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: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 4.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before After
Before After

View file

@ -32,6 +32,7 @@
[ext_resource path="res://graphics/enemy/boss/fami_parts/hand.png" type="Texture" id=30] [ext_resource path="res://graphics/enemy/boss/fami_parts/hand.png" type="Texture" id=30]
[ext_resource path="res://graphics/enemy/boss/fami_parts/arm_segment.png" type="Texture" id=31] [ext_resource path="res://graphics/enemy/boss/fami_parts/arm_segment.png" type="Texture" id=31]
[ext_resource path="res://graphics/enemy/boss/fami_parts/foot.png" type="Texture" id=32] [ext_resource path="res://graphics/enemy/boss/fami_parts/foot.png" type="Texture" id=32]
[ext_resource path="res://graphics/enemy/boss/fami_parts/arm_segment_border.png" type="Texture" id=33]
[sub_resource type="RectangleShape2D" id=11] [sub_resource type="RectangleShape2D" id=11]
extents = Vector2( 28, 64 ) extents = Vector2( 28, 64 )
@ -4040,7 +4041,7 @@ show_behind_parent = true
light_mask = 33 light_mask = 33
use_parent_material = true use_parent_material = true
script = ExtResource( 12 ) script = ExtResource( 12 )
texture = ExtResource( 16 ) texture = ExtResource( 33 )
segments = 6 segments = 6
target = NodePath("../HandBack") target = NodePath("../HandBack")
@ -4072,7 +4073,7 @@ show_behind_parent = true
light_mask = 33 light_mask = 33
use_parent_material = true use_parent_material = true
script = ExtResource( 12 ) script = ExtResource( 12 )
texture = ExtResource( 16 ) texture = ExtResource( 33 )
segments = 6 segments = 6
target = NodePath("../HandFront") target = NodePath("../HandFront")