Bugfixes and Beauty

This commit is contained in:
2020-05-16 11:22:41 -04:00
parent 86637e395f
commit 497f251376
28 changed files with 222 additions and 8 deletions

Binary file not shown.

BIN
client/Assets/Art/bkg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/bkg.png-ea141b5c86a53d3760c4270db6a90b57.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/bkg.png"
dest_files=[ "res://.import/bkg.png-ea141b5c86a53d3760c4270db6a90b57.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/metal_wall.png-68d707a54b36ade140524fb8e7a76ff5.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/metal_wall.png"
dest_files=[ "res://.import/metal_wall.png-68d707a54b36ade140524fb8e7a76ff5.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/window.png-bc8282fbd0878885d99d7aa183c1441f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/window.png"
dest_files=[ "res://.import/window.png-bc8282fbd0878885d99d7aa183c1441f.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=false
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -6,6 +6,7 @@
script = ExtResource( 1 )
TYPE = "EXP_Story_editor"
names = {
"into_speak_ceo": 5,
"intro_meet_ceo": 4,
"intro_science": 1,
"intro_science_followup": 3,
@ -629,6 +630,47 @@ not be too far out of reach.",
"type": "line"
}
}
},
5: {
"available_nid": [ ],
"groups": [ "Introduction" ],
"human_readable_description": "Non-event CEO interactions",
"name": "into_speak_ceo",
"nodes": {
1: {
"graph_offset": Vector2( 0, -360 ),
"links": {
0: 2,
1: 3
},
"rect_size": Vector2( 324, 137 ),
"slot_amount": 2,
"text": "Any updates?
<choice>Nothing yet</choice>
<choice>Where is the shipping facility?</choice>",
"type": "line"
},
2: {
"graph_offset": Vector2( 560, -420 ),
"links": {
},
"rect_size": Vector2( 324, 137 ),
"slot_amount": 1,
"text": "Ravenworks is counting on you.",
"type": "line"
},
3: {
"graph_offset": Vector2( 560, -220 ),
"links": {
},
"rect_size": Vector2( 324, 137 ),
"slot_amount": 1,
"text": "It is on the mid level.",
"type": "line"
}
}
}
}
available_dids = [ ]