Отображение в редакторе при изменении экспортированных переменных, музыка на все дни, звуки дверей, NPC.

This commit is contained in:
Евгений Титаренко 2024-08-18 16:22:44 +03:00
parent fec3f22665
commit 3c1619ee9f
47 changed files with 657 additions and 89 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2l2x12w8fsdu"
path="res://.godot/imported/captain.png-3f5232680edea376c37909193b0c7005.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/sprites/npcs/captain.png"
dest_files=["res://.godot/imported/captain.png-3f5232680edea376c37909193b0c7005.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,79 @@
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://bwssm27bm14s7"]
[ext_resource type="Texture2D" uid="uid://c2l2x12w8fsdu" path="res://resources/sprites/npcs/captain.png" id="1_dt7xe"]
[sub_resource type="AtlasTexture" id="AtlasTexture_0smo8"]
atlas = ExtResource("1_dt7xe")
region = Rect2(0, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_23gxd"]
atlas = ExtResource("1_dt7xe")
region = Rect2(64, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_itlv8"]
atlas = ExtResource("1_dt7xe")
region = Rect2(128, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_tp0fr"]
atlas = ExtResource("1_dt7xe")
region = Rect2(192, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_8u8o5"]
atlas = ExtResource("1_dt7xe")
region = Rect2(256, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_c236t"]
atlas = ExtResource("1_dt7xe")
region = Rect2(320, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_4lix5"]
atlas = ExtResource("1_dt7xe")
region = Rect2(384, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_rkj7s"]
atlas = ExtResource("1_dt7xe")
region = Rect2(448, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_080lj"]
atlas = ExtResource("1_dt7xe")
region = Rect2(512, 0, 64, 64)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_0smo8")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_23gxd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_itlv8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_tp0fr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8u8o5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_c236t")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4lix5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rkj7s")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_080lj")
}],
"loop": true,
"name": &"walk",
"speed": 5.0
}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b712gfr1uu5vg"
path="res://.godot/imported/cock.png-ec8157d7394446c5ed6bb1bb943bac2a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/sprites/npcs/cock.png"
dest_files=["res://.godot/imported/cock.png-ec8157d7394446c5ed6bb1bb943bac2a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,18 @@
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://dsgqo48qikwsn"]
[ext_resource type="Texture2D" uid="uid://b712gfr1uu5vg" path="res://resources/sprites/npcs/cock.png" id="1_nbo6y"]
[sub_resource type="AtlasTexture" id="AtlasTexture_kk4xr"]
atlas = ExtResource("1_nbo6y")
region = Rect2(0, 0, 64, 64)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_kk4xr")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cm8gq2rjyfqfp"
path="res://.godot/imported/crewmate.png-26640ef1520ea0198925bedc044f8b3b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/sprites/npcs/crewmate.png"
dest_files=["res://.godot/imported/crewmate.png-26640ef1520ea0198925bedc044f8b3b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,18 @@
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://532buo56y4q2"]
[ext_resource type="Texture2D" uid="uid://cm8gq2rjyfqfp" path="res://resources/sprites/npcs/crewmate.png" id="1_6hugm"]
[sub_resource type="AtlasTexture" id="AtlasTexture_vcttb"]
atlas = ExtResource("1_6hugm")
region = Rect2(0, 0, 64, 64)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_vcttb")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b3w4qjtacp2y"
path="res://.godot/imported/doctor.png-f145266b4bea6934adb33cfc99fc7448.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/sprites/npcs/doctor.png"
dest_files=["res://.godot/imported/doctor.png-f145266b4bea6934adb33cfc99fc7448.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,18 @@
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://1r4r5gmf5kdo"]
[ext_resource type="Texture2D" uid="uid://b3w4qjtacp2y" path="res://resources/sprites/npcs/doctor.png" id="1_3wwap"]
[sub_resource type="AtlasTexture" id="AtlasTexture_tw47n"]
atlas = ExtResource("1_3wwap")
region = Rect2(0, 0, 64, 64)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_tw47n")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bxpgwxku4ghha"
path="res://.godot/imported/template.png-0aa9c8e030f4add49757e31931452300.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/sprites/npcs/template.png"
dest_files=["res://.godot/imported/template.png-0aa9c8e030f4add49757e31931452300.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,79 @@
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://dj0263g1jrmtl"]
[ext_resource type="Texture2D" uid="uid://bxpgwxku4ghha" path="res://resources/sprites/npcs/template.png" id="1_tu1rf"]
[sub_resource type="AtlasTexture" id="AtlasTexture_2epp0"]
atlas = ExtResource("1_tu1rf")
region = Rect2(0, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_sn7ek"]
atlas = ExtResource("1_tu1rf")
region = Rect2(64, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_p0v52"]
atlas = ExtResource("1_tu1rf")
region = Rect2(128, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_aov5y"]
atlas = ExtResource("1_tu1rf")
region = Rect2(192, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_y5gc8"]
atlas = ExtResource("1_tu1rf")
region = Rect2(256, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_bcpwq"]
atlas = ExtResource("1_tu1rf")
region = Rect2(320, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_xjvk5"]
atlas = ExtResource("1_tu1rf")
region = Rect2(384, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_ysyum"]
atlas = ExtResource("1_tu1rf")
region = Rect2(448, 0, 64, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_hkbob"]
atlas = ExtResource("1_tu1rf")
region = Rect2(512, 0, 64, 64)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_2epp0")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_sn7ek")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_p0v52")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_aov5y")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_y5gc8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bcpwq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xjvk5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ysyum")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_hkbob")
}],
"loop": true,
"name": &"walk",
"speed": 14.0
}]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before After
Before After