Compare commits
21 Commits
Author | SHA1 | Date | |
---|---|---|---|
80ae6f8785 | |||
799f61f8f9 | |||
922d8fdbc7 | |||
3da10e69f1 | |||
175e12e684 | |||
6aa3f0b205 | |||
a3d2018a36 | |||
053bc0dcd1 | |||
4932b3430b | |||
649a365f5e | |||
3dfff8793c | |||
8b93f60aa0 | |||
bea02afbc5 | |||
28f8f493ea | |||
a26da07f43 | |||
7528cba7d7 | |||
afde971c17 | |||
497f251376 | |||
86637e395f | |||
02197de5ab | |||
4d75252638 |
22
.github/ISSUE_TEMPLATE/1_bug_report.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: 🐞 Bug report
|
||||||
|
about: Report a bug that has been encountered.
|
||||||
|
labels: 'bug'
|
||||||
|
---
|
||||||
|
|
||||||
|
**Version:**
|
||||||
|
|
||||||
|
<!-- x.x.x -->
|
||||||
|
|
||||||
|
**Environment:**
|
||||||
|
|
||||||
|
<!-- Server? Docker/CentOS -->
|
||||||
|
<!-- Client? Linux/Windows -->
|
||||||
|
|
||||||
|
**Issue description:**
|
||||||
|
|
||||||
|
<!-- Clear description of the issue you are seeing. -->
|
||||||
|
|
||||||
|
**Steps to reproduce:**
|
||||||
|
|
||||||
|
<!-- Give others an idea on how you can replicate the issue. -->
|
9
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: 💡 Feature Request
|
||||||
|
about: Ideas to improve!
|
||||||
|
labels: 'enhancement'
|
||||||
|
---
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
<!-- Clear description of what you'd like to see. -->
|
9
.github/ISSUE_TEMPLATE/3_question.md
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: ❓ Question
|
||||||
|
about: Have a question? Ask it!
|
||||||
|
labels: 'question'
|
||||||
|
---
|
||||||
|
|
||||||
|
**Question**
|
||||||
|
|
||||||
|
<!-- Provide any details to help others better understand your question. -->
|
9
.github/ISSUE_TEMPLATE/4_guidance.md
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: 🧭 Guidance
|
||||||
|
about: Lost? Maybe someone can help.
|
||||||
|
labels: 'help wanted'
|
||||||
|
---
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
|
||||||
|
<!-- Clear description of what is going on. -->
|
20
.github/workflows/release.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
|||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.1.0
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
lfs: 'true'
|
||||||
token: ${{ secrets.GH_SECRET }}
|
token: ${{ secrets.GH_SECRET }}
|
||||||
|
fetch-depth: 0
|
||||||
- name: Configure
|
- name: Configure
|
||||||
env:
|
env:
|
||||||
PLATFORM: ${{ matrix.platform }}
|
PLATFORM: ${{ matrix.platform }}
|
||||||
@ -26,13 +28,6 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "::set-env name=EXPORT_NAME::the-connection"
|
echo "::set-env name=EXPORT_NAME::the-connection"
|
||||||
fi
|
fi
|
||||||
- name: Build
|
|
||||||
id: build
|
|
||||||
uses: josephbmanley/build-godot-action@v1.4.0
|
|
||||||
with:
|
|
||||||
name: ${{ env.EXPORT_NAME }}
|
|
||||||
preset: ${{ matrix.platform }}
|
|
||||||
projectDir: client
|
|
||||||
- id: get_tag
|
- id: get_tag
|
||||||
name: Get Tag
|
name: Get Tag
|
||||||
env:
|
env:
|
||||||
@ -41,6 +36,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
|
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
|
||||||
echo ::set-output name=TAG::$TAG
|
echo ::set-output name=TAG::$TAG
|
||||||
|
|
||||||
|
cd $GITHUB_WORKSPACE/client
|
||||||
|
echo $TAG > VERSION.txt
|
||||||
|
- name: Build
|
||||||
|
id: build
|
||||||
|
uses: josephbmanley/build-godot-action@v1.4.0
|
||||||
|
with:
|
||||||
|
name: ${{ env.EXPORT_NAME }}
|
||||||
|
preset: ${{ matrix.platform }}
|
||||||
|
projectDir: client
|
||||||
|
debugMode: 'true'
|
||||||
- name: Push to Itch
|
- name: Push to Itch
|
||||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.1
|
uses: josephbmanley/butler-publish-itchio-action@v1.0.1
|
||||||
env:
|
env:
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="9f3599f4ed5f050bd5c7966b39434aeb"
|
||||||
|
dest_md5="d8b8d051422c7cd9a641096cbf8c2f89"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="29f28fa741ffa711826400e7fea90a27"
|
||||||
|
dest_md5="2fe6ef3f4c5624748dc861a0b95a251b"
|
||||||
|
|
BIN
client/.import/aura.png-d56c2c3c604fb12791bf7613004ed5a9.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="424bc2e8a11a2373217678abda0df97e"
|
||||||
|
dest_md5="917df80dfa039af088b63b9a234e0ced"
|
||||||
|
|
BIN
client/.import/bkg.png-ea141b5c86a53d3760c4270db6a90b57.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="6940d8b74a5d117d0f1394bc85a70f08"
|
||||||
|
dest_md5="26b29806d463d634a6663c71a6300823"
|
||||||
|
|
BIN
client/.import/ceo.wav-aab08c0f38fc04ff530aa8c0850ff092.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="e857b8bb76d4617adc95c76a5fb540c2"
|
||||||
|
dest_md5="27ac0f89acdd7606843ba589e23aa7f4"
|
||||||
|
|
BIN
client/.import/datapad.png-4bbf160a5e12d834f3ab9e5a5ae04fe4.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="9f8274a56b9edd5fe16c5dcae157c341"
|
||||||
|
dest_md5="723b7c3af22143822b4ea69f4a5e464d"
|
||||||
|
|
BIN
client/.import/door.png-e04cdcd8fd750f3408b18042a792b164.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="92d246cc32866075f51865b0c9e4b50d"
|
||||||
|
dest_md5="9d219f887655916bb7f150706addfff2"
|
||||||
|
|
BIN
client/.import/door.wav-70d1c6c21053f788540da37913f73e07.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="5b41ef10ccf43be3d97758534e00a060"
|
||||||
|
dest_md5="0caff325d8ab4f8082321efcb4d4b513"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="a2e5738b2c3c72b7747d4619c999f663"
|
||||||
|
dest_md5="52ebec391e52938a37545ccc6f79cf74"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="66ca8a87ea50ca711ae82b664f60a2a4"
|
||||||
|
dest_md5="369b1a9c914d86a94dc9b0795e76649f"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="7dca0d73f2612d088326ffc420d70d33"
|
||||||
|
dest_md5="4441e90ddb4675a44bc124eeb8d327f5"
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
|
source_md5="6e103468c0ac9e27a0bd095c017a88fe"
|
||||||
dest_md5="2ded9e7f9060e2b530aab678b135fc5b"
|
dest_md5="369df4dc1fce005b32f634b984bb3ad7"
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="3be96f8f0b1f368b29579f8fe6c79e53"
|
||||||
|
dest_md5="fb332b986c94f47353bb21064d61380b"
|
||||||
|
|
BIN
client/.import/logo.png-16478c0ca154a2aed3564dd7592b1a68.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="46a58c40f5b6b62c3a59601b0fb55288"
|
||||||
|
dest_md5="6c83115f14a9c0acf967eb87bf07fe4b"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="9161b62a08022547a51cb144c79b83c2"
|
||||||
|
dest_md5="f5e5412b84c441a6c7bf7f80491ac049"
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
source_md5="4a4e86688ea9e233c2a97d2091f91210"
|
source_md5="4a4e86688ea9e233c2a97d2091f91210"
|
||||||
dest_md5="f46730c502307e961aea5b1794b64187"
|
dest_md5="0b5f4549065c5a8e08ef3984540c93ea"
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="2f7965f6ed7cfc058782a0ace48244d8"
|
||||||
|
dest_md5="d5e78494fde1ccac9d6172b3e6af34e1"
|
||||||
|
|
BIN
client/.import/robot.wav-e505041745c56f152980013cf06aa1d6.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="1fc89dcdb28dde7f2c550bc7fb764a9a"
|
||||||
|
dest_md5="43cd0d2da5e6d2246e38223d967eaef9"
|
||||||
|
|
BIN
client/.import/table.png-1c6f2619a22fe5d0e462e196536f39b0.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="6c5effbee182861293c67eb96f5fb23e"
|
||||||
|
dest_md5="9a076a710fba7054180bf80ce4546229"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="e2da7fb14b8d464f2eaa56db492be5df"
|
||||||
|
dest_md5="9b1d426abdf28a2ad8eba161f0c4bb57"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="91f5d4eea59932d76e700385fdb07f7c"
|
||||||
|
dest_md5="b993fb99d8dba17607022d8f7269597a"
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="c4e868a40fcea38649d43a73971cf969"
|
||||||
|
dest_md5="d21853d8744e43202ee3050f2c706feb"
|
||||||
|
|
BIN
client/.import/window.png-bc8282fbd0878885d99d7aa183c1441f.stex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="a44cdfde3fe6df51cb14453b6f8b1544"
|
||||||
|
dest_md5="a9ee1a40eb796495a96862aa22a8c4c9"
|
||||||
|
|
BIN
client/.import/worker.png-a978fbc5cdb9016e5df7bd0462241682.stex
Normal file
BIN
client/Assets/Art/32x32mask.png
Normal file
After Width: | Height: | Size: 202 B |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/icon_distraction_free.svg-5120bf5545890a3868c1108c903f7cd9.stex"
|
path="res://.import/32x32mask.png-be04be029e61a03cd171da2b42b2f742.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/icon_distraction_free.svg"
|
source_file="res://Assets/Art/32x32mask.png"
|
||||||
dest_files=[ "res://.import/icon_distraction_free.svg-5120bf5545890a3868c1108c903f7cd9.stex" ]
|
dest_files=[ "res://.import/32x32mask.png-be04be029e61a03cd171da2b42b2f742.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
BIN
client/Assets/Art/Characters/aura.aseprite
Normal file
BIN
client/Assets/Art/Characters/aura.png
Normal file
After Width: | Height: | Size: 362 B |
34
client/Assets/Art/Characters/aura.png.import
Normal 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
|
@ -20,7 +20,7 @@ compress/hdr_mode=0
|
|||||||
compress/bptc_ldr=0
|
compress/bptc_ldr=0
|
||||||
compress/normal_map=0
|
compress/normal_map=0
|
||||||
flags/repeat=0
|
flags/repeat=0
|
||||||
flags/filter=true
|
flags/filter=false
|
||||||
flags/mipmaps=false
|
flags/mipmaps=false
|
||||||
flags/anisotropic=true
|
flags/anisotropic=true
|
||||||
flags/srgb=2
|
flags/srgb=2
|
||||||
|
BIN
client/Assets/Art/Characters/worker.aseprite
Normal file
BIN
client/Assets/Art/Characters/worker.png
Normal file
After Width: | Height: | Size: 228 B |
34
client/Assets/Art/Characters/worker.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/worker.png-a978fbc5cdb9016e5df7bd0462241682.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Characters/worker.png"
|
||||||
|
dest_files=[ "res://.import/worker.png-a978fbc5cdb9016e5df7bd0462241682.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
|
BIN
client/Assets/Art/Objects/datapad.aseprite
Normal file
BIN
client/Assets/Art/Objects/datapad.png
Normal file
After Width: | Height: | Size: 100 B |
34
client/Assets/Art/Objects/datapad.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/datapad.png-4bbf160a5e12d834f3ab9e5a5ae04fe4.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Objects/datapad.png"
|
||||||
|
dest_files=[ "res://.import/datapad.png-4bbf160a5e12d834f3ab9e5a5ae04fe4.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
|
BIN
client/Assets/Art/Objects/door.aseprite
Normal file
BIN
client/Assets/Art/Objects/door.png
Normal file
After Width: | Height: | Size: 319 B |
34
client/Assets/Art/Objects/door.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/door.png-e04cdcd8fd750f3408b18042a792b164.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Objects/door.png"
|
||||||
|
dest_files=[ "res://.import/door.png-e04cdcd8fd750f3408b18042a792b164.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
|
BIN
client/Assets/Art/Objects/flashlight.aseprite
Normal file
BIN
client/Assets/Art/Objects/flashlight.png
Normal file
After Width: | Height: | Size: 91 B |
34
client/Assets/Art/Objects/flashlight.png.import
Normal 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
|
BIN
client/Assets/Art/Objects/table.aseprite
Normal file
BIN
client/Assets/Art/Objects/table.png
Normal file
After Width: | Height: | Size: 164 B |
34
client/Assets/Art/Objects/table.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/table.png-1c6f2619a22fe5d0e462e196536f39b0.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Objects/table.png"
|
||||||
|
dest_files=[ "res://.import/table.png-1c6f2619a22fe5d0e462e196536f39b0.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
|
BIN
client/Assets/Art/Objects/transport_ship.aseprite
Normal file
BIN
client/Assets/Art/Objects/transport_ship.png
Normal file
After Width: | Height: | Size: 506 B |
34
client/Assets/Art/Objects/transport_ship.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/transport_ship.png-91a36c9b8473447e3e25d444470232bc.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Objects/transport_ship.png"
|
||||||
|
dest_files=[ "res://.import/transport_ship.png-91a36c9b8473447e3e25d444470232bc.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
|
BIN
client/Assets/Art/Objects/wall_light.aseprite
Normal file
BIN
client/Assets/Art/Objects/wall_light.png
Normal file
After Width: | Height: | Size: 121 B |
34
client/Assets/Art/Objects/wall_light.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/wall_light.png-7d6cb84c22a36afd5e1ab9e6d92961a6.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/Objects/wall_light.png"
|
||||||
|
dest_files=[ "res://.import/wall_light.png-7d6cb84c22a36afd5e1ab9e6d92961a6.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
|
BIN
client/Assets/Art/bkg.aseprite
Normal file
BIN
client/Assets/Art/bkg.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
client/Assets/Art/bkg.png.import
Normal 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
|
BIN
client/Assets/Art/flashlight_map.aseprite
Normal file
BIN
client/Assets/Art/flashlight_map.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
34
client/Assets/Art/flashlight_map.png.import
Normal 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
|
BIN
client/Assets/Art/head_bg_less.png
Normal file
After Width: | Height: | Size: 732 KiB |
34
client/Assets/Art/head_bg_less.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/head_bg_less.png-4020d2069c2abefde54565f4a9dc2338.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/head_bg_less.png"
|
||||||
|
dest_files=[ "res://.import/head_bg_less.png-4020d2069c2abefde54565f4a9dc2338.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=true
|
||||||
|
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
|
BIN
client/Assets/Art/logo.aseprite
Normal file
BIN
client/Assets/Art/logo.png
Normal file
After Width: | Height: | Size: 853 B |
34
client/Assets/Art/logo.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/logo.png-16478c0ca154a2aed3564dd7592b1a68.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/logo.png"
|
||||||
|
dest_files=[ "res://.import/logo.png-16478c0ca154a2aed3564dd7592b1a68.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=true
|
||||||
|
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
|
BIN
client/Assets/Art/metal_wall.aseprite
Normal file
BIN
client/Assets/Art/metal_wall.png
Normal file
After Width: | Height: | Size: 137 B |
34
client/Assets/Art/metal_wall.png.import
Normal 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
|
BIN
client/Assets/Art/platform.aseprite
Normal file
BIN
client/Assets/Art/platform.png
Normal file
After Width: | Height: | Size: 167 B |
34
client/Assets/Art/platform.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/platform.png-fa6c1000359a082b3ed63552d71e9023.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Art/platform.png"
|
||||||
|
dest_files=[ "res://.import/platform.png-fa6c1000359a082b3ed63552d71e9023.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
|
BIN
client/Assets/Art/window.aseprite
Normal file
BIN
client/Assets/Art/window.png
Normal file
After Width: | Height: | Size: 132 B |
34
client/Assets/Art/window.png.import
Normal 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
|
BIN
client/Assets/Sfx/Speakers/ceo.wav
Normal file
21
client/Assets/Sfx/Speakers/ceo.wav.import
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamSample"
|
||||||
|
path="res://.import/ceo.wav-aab08c0f38fc04ff530aa8c0850ff092.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Sfx/Speakers/ceo.wav"
|
||||||
|
dest_files=[ "res://.import/ceo.wav-aab08c0f38fc04ff530aa8c0850ff092.sample" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
force/8_bit=false
|
||||||
|
force/mono=false
|
||||||
|
force/max_rate=false
|
||||||
|
force/max_rate_hz=44100
|
||||||
|
edit/trim=false
|
||||||
|
edit/normalize=false
|
||||||
|
edit/loop=false
|
||||||
|
compress/mode=0
|