parent
4f6c5ab9c1
commit
522fdfa365
|
After Width: | Height: | Size: 575 KiB |
@ -0,0 +1,40 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://ciaabo8kcx2hw"
|
||||||
|
path="res://.godot/imported/fightworld_background.png-be6589f7fa4be8e56ee338eabec1ff36.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://art/fightworld_background.png"
|
||||||
|
dest_files=["res://.godot/imported/fightworld_background.png-be6589f7fa4be8e56ee338eabec1ff36.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/uastc_level=0
|
||||||
|
compress/rdo_quality_loss=0.0
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/channel_remap/red=0
|
||||||
|
process/channel_remap/green=1
|
||||||
|
process/channel_remap/blue=2
|
||||||
|
process/channel_remap/alpha=3
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
After Width: | Height: | Size: 86 KiB |
@ -0,0 +1,40 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://dfp3tpx3fjges"
|
||||||
|
path="res://.godot/imported/domovoi_single.png-54325e2fb332bab49d527581994f50c7.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://art/indoor/indoor outdoor/domovoi_single.png"
|
||||||
|
dest_files=["res://.godot/imported/domovoi_single.png-54325e2fb332bab49d527581994f50c7.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/uastc_level=0
|
||||||
|
compress/rdo_quality_loss=0.0
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/channel_remap/red=0
|
||||||
|
process/channel_remap/green=1
|
||||||
|
process/channel_remap/blue=2
|
||||||
|
process/channel_remap/alpha=3
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
@ -1,19 +1,29 @@
|
|||||||
{
|
{
|
||||||
"@path": "res://addons/dialogic/Resources/character.gd",
|
"@path": "res://addons/dialogic/Resources/character.gd",
|
||||||
"@subpath": NodePath(""),
|
"@subpath": NodePath(""),
|
||||||
"_translation_id": "16",
|
&"_translation_id": "16",
|
||||||
"color": Color(1, 1, 1, 1),
|
&"color": Color(1, 1, 1, 1),
|
||||||
"custom_info": {
|
&"custom_info": {
|
||||||
"sound_mood_default": "",
|
"sound_mood_default": "",
|
||||||
"sound_moods": {},
|
"sound_moods": {},
|
||||||
"style": ""
|
"style": ""
|
||||||
},
|
},
|
||||||
"default_portrait": "",
|
&"default_portrait": "side",
|
||||||
"description": "",
|
&"description": "",
|
||||||
"display_name": "Semi Cat",
|
&"display_name": "Black Cat",
|
||||||
|
&"mirror": false,
|
||||||
|
&"nicknames": [""],
|
||||||
|
&"offset": Vector2(0, 0),
|
||||||
|
&"portraits": {
|
||||||
|
"side": {
|
||||||
|
"export_overrides": {
|
||||||
|
"image": "\"res://art/animals/katze.png\""
|
||||||
|
},
|
||||||
"mirror": false,
|
"mirror": false,
|
||||||
"nicknames": [""],
|
"offset": Vector2(0, -300),
|
||||||
"offset": Vector2(0, 0),
|
"scale": 1.5,
|
||||||
"portraits": {},
|
"scene": ""
|
||||||
"scale": 1.0
|
}
|
||||||
|
},
|
||||||
|
&"scale": 1.0
|
||||||
}
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
join vesna (half side) left
|
||||||
|
join semi_cat right
|
||||||
|
vesna: (pets)
|
||||||
|
semi_cat: mrau!
|
||||||
|
[end_timeline]
|
||||||
@ -0,0 +1 @@
|
|||||||
|
uid://clwlhu4lpmyqm
|
||||||
Loading…
Reference in new issue