Technically a game

This commit is contained in:
2020-05-16 20:35:08 -04:00
parent bea02afbc5
commit 8b93f60aa0
30 changed files with 390 additions and 6 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/aura.png-d56c2c3c604fb12791bf7613004ed5a9.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/Characters/aura.png"
dest_files=[ "res://.import/aura.png-d56c2c3c604fb12791bf7613004ed5a9.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: 91 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/flashlight.png-9efdbc2b7641e3d048bb739e7ca8b977.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/Objects/flashlight.png"
dest_files=[ "res://.import/flashlight.png-9efdbc2b7641e3d048bb739e7ca8b977.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: 1.9 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/flashlight_map.png-07edc3c3fd79a9ce4de9ab28aa95564c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Art/flashlight_map.png"
dest_files=[ "res://.import/flashlight_map.png-07edc3c3fd79a9ce4de9ab28aa95564c.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

View File

@ -6,6 +6,8 @@
script = ExtResource( 1 )
TYPE = "EXP_Story_editor"
names = {
"aura_meeting": 12,
"aura_meeting_gun": 13,
"into_speak_ceo": 5,
"intro_major_worker": 11,
"intro_meet_ceo": 4,
@ -916,6 +918,42 @@ Ravenwork staff!",
"type": "line"
}
}
},
12: {
"available_nid": [ ],
"groups": [ ],
"human_readable_description": "Meeting your clone for the first time",
"name": "aura_meeting",
"nodes": {
1: {
"graph_offset": Vector2( 40, 40 ),
"links": {
},
"rect_size": Vector2( 324, 137 ),
"slot_amount": 1,
"text": "Hello Veronica.",
"type": "line"
}
}
},
13: {
"available_nid": [ ],
"groups": [ ],
"human_readable_description": "Getting shot by your clone",
"name": "aura_meeting_gun",
"nodes": {
1: {
"graph_offset": Vector2( 40, 40 ),
"links": {
},
"rect_size": Vector2( 324, 137 ),
"slot_amount": 1,
"text": "I'm sorry Veronica.",
"type": "line"
}
}
}
}
available_dids = [ ]