Compare commits
No commits in common. "development" and "reference-version" have entirely different histories.
developmen
...
reference-
|
|
@ -1,50 +1,24 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
|
||||
# Explicit text files
|
||||
*.gd text eol=lf
|
||||
*.gdshader text eol=lf
|
||||
*.cfg text eol=lf
|
||||
*.tscn text eol=lf
|
||||
*.tres text eol=lf
|
||||
*.import text eol=lf
|
||||
*.godot text eol=lf
|
||||
*.md text eol=lf
|
||||
*.txt text eol=lf
|
||||
*.json text eol=lf
|
||||
*.csv text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.nix text eol=lf
|
||||
*.svg text eol=lf
|
||||
*.vdf text eol=lf
|
||||
*.translation text eol=lf
|
||||
*.theme text eol=lf
|
||||
# Binary images
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.glb filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.exr filter=lfs diff=lfs merge=lfs -text
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend1 filter=lfs diff=lfs merge=lfs -text
|
||||
*.aup3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||
*.ico filter=lfs diff=lfs merge=lfs -text
|
||||
# Art source files
|
||||
*.kra filter=lfs diff=lfs merge=lfs -text
|
||||
*.ase filter=lfs diff=lfs merge=lfs -text
|
||||
*.aseprite filter=lfs diff=lfs merge=lfs -text
|
||||
*.xcf filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
# 3D assets
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend1 filter=lfs diff=lfs merge=lfs -text
|
||||
*.glb filter=lfs diff=lfs merge=lfs -text
|
||||
# Audio
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
*.flac filter=lfs diff=lfs merge=lfs -text
|
||||
*.aup3 filter=lfs diff=lfs merge=lfs -text
|
||||
# Fonts
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
# Archives & packages
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
# Misc binary
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
|
|
@ -1,80 +1,8 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
*.tmp
|
||||
|
||||
# Mics Backup and temp files
|
||||
*md.backup
|
||||
src/.godot/
|
||||
*.blend1
|
||||
*.md.backup
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
|
||||
# IDE Clutter
|
||||
|
||||
# VS Code
|
||||
# https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
||||
/builds
|
||||
.idea
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
!*.code-workspace
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
AGENTS.md
|
||||
CHANGELOG.md
|
||||
ISSUES.md
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
.devcontainer/
|
||||
|
||||
**/.idea
|
||||
**/.DS_Store
|
||||
|
||||
**/.gradle
|
||||
**/*.iml
|
||||
|
||||
**/obj
|
||||
**/bin
|
||||
|
||||
# Jetbrains
|
||||
# https://github.com/JetBrains/godot-support/blob/master/.gitignore
|
||||
rider/.intellijPlatform
|
||||
rider/build
|
||||
rider/protocol/build
|
||||
rider/classes
|
||||
rider/nuget
|
||||
|
||||
gdscript/.intellijPlatform
|
||||
gdscript/build
|
||||
gdscript/protocol/build
|
||||
gdscript/classes
|
||||
|
||||
community/.intellijPlatform
|
||||
community/build
|
||||
community/protocol/build
|
||||
community/classes
|
||||
community/nuget
|
||||
|
||||
*generated*
|
||||
*Generated*
|
||||
|
||||
NuGet.Config
|
||||
|
||||
*.hprof
|
||||
result
|
||||
src/addons/godot-jolt
|
||||
*png~
|
||||
*~lock*
|
||||
*_recovered*
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -13,16 +13,16 @@ Get [Godot](https://godotengine.org/download) and open the src folder as a new p
|
|||
|
||||
## Building and developing with Nix
|
||||
### Building
|
||||
This project can be built with `$ nix-build` or `$ nix build` (flakes).
|
||||
This project can be build with `$ nix-build` or `$ nix build` (flakes).
|
||||
### Building for Linux without Nix
|
||||
Use `$ nix bundle`, the resulting binary should be completely self-contained.
|
||||
Use `$ nix bundle`, the resulting binary should be completly self contained.
|
||||
### Developing
|
||||
It is recommended to use `direnv`, but `$ nix develop`, `$ nix shell` and `$ nix-shell` also work.
|
||||
|
||||
## Support Me
|
||||
You can support the development of Frame of Mind by
|
||||
- [Becoming a Patreon](https://www.patreon.com/betalars)
|
||||
- [Contacting me to Contribute Code or Assets](mailto::contact@betalars.de)
|
||||
- [Contacting me to Cotnribute Code or Assets](mailto::contact@betalars.de)
|
||||
|
||||
## License
|
||||
- [CC-BY-SA-NC](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de)
|
||||
|
|
@ -31,9 +31,9 @@ You can support the development of Frame of Mind by
|
|||
Currently working on getting a beta version out ASAP so we can do final playtests and prepare for polish before launch.
|
||||
|
||||
## Save Game Encryption
|
||||
This is for the super nerds: I have thought about encrypting save games, because some may consider this data to be sensitive. However, given that this is an open source project and sharing save games between different devices is expected to work, I choose to not encrypt save games.
|
||||
This is for the super nerds: I have thought about encrypting save games, because some may consider this data to be sensitive. However given that this is an open source project and sharing save games between different devices is expected to work, I choose to not encrypt save games.
|
||||
|
||||
My rationale being: I don't want security theater. Any solution I managed to come up with would be either too clunky for the average user or would not be protecting player data from valve.
|
||||
My rationale being: I don't want security theatre. Any solution I managed to come up with would be either too clunky for the average user or would not be protecting player data from valve.
|
||||
|
||||
If you can suggest a simple solution for encryption that allows for syncing via, is easy to use and cannot be broken by valve, feel free to help me out.
|
||||
|
||||
|
|
|
|||
BIN
design/cards-src/new_cardsheet_masked.png (Stored with Git LFS)
BIN
design/cards-src/new_cardsheet_masked.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0001.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0001.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0002.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0002.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0003.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0003.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0004.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0004.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0005.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0005.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0006.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0006.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0007.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0007.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0008.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0008.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0009.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0009.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0010.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0010.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0011.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0011.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-aged0012.png (Stored with Git LFS)
BIN
design/cards-src/post-it-aged0012.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0001.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0001.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0002.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0002.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0003.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0003.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0004.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0004.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0005.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0005.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0006.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0006.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0007.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0007.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0008.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0008.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0009.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0009.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0010.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0010.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0011.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0011.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/post-it-new0012.png (Stored with Git LFS)
BIN
design/cards-src/post-it-new0012.png (Stored with Git LFS)
Binary file not shown.
BIN
design/cards-src/second_cardset_compositing.blend (Stored with Git LFS)
BIN
design/cards-src/second_cardset_compositing.blend (Stored with Git LFS)
Binary file not shown.
|
|
@ -1,318 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2000"
|
||||
height="660"
|
||||
viewBox="0 0 529.16665 174.625"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
|
||||
sodipodi:docname="sticky-notes.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#999999"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
inkscape:zoom="0.52294229"
|
||||
inkscape:cx="1712.4261"
|
||||
inkscape:cy="651.12348"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1534"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"><inkscape:page
|
||||
x="0"
|
||||
y="0"
|
||||
width="529.16663"
|
||||
height="174.625"
|
||||
id="page3"
|
||||
margin="0"
|
||||
bleed="0" /><inkscape:page
|
||||
x="539.16663"
|
||||
y="0"
|
||||
width="529.16663"
|
||||
height="174.625"
|
||||
id="page4"
|
||||
margin="0"
|
||||
bleed="0" /><inkscape:page
|
||||
x="1078.3333"
|
||||
y="0"
|
||||
width="529.16663"
|
||||
height="174.625"
|
||||
id="page5"
|
||||
margin="0"
|
||||
bleed="0" /></sodipodi:namedview><defs
|
||||
id="defs1" /><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"><g
|
||||
id="g3"
|
||||
transform="matrix(0.75000002,0,0,0.74999998,178.24974,-189.17711)"><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0012.png"
|
||||
id="image1-6"
|
||||
x="291.50027"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0011.png"
|
||||
id="image1-2"
|
||||
x="291.50027"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0010.png"
|
||||
id="image1-3"
|
||||
x="291.50027"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0009.png"
|
||||
id="image1-26"
|
||||
x="115.11139"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0008.png"
|
||||
id="image1-9"
|
||||
x="115.11139"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0007.png"
|
||||
id="image1-37"
|
||||
x="115.11139"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0006.png"
|
||||
id="image1-28"
|
||||
x="-61.277512"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0005.png"
|
||||
id="image1-61"
|
||||
x="-61.277512"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0004.png"
|
||||
id="image1-1"
|
||||
x="-61.277512"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0003.png"
|
||||
id="image1-8"
|
||||
x="-237.66641"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0002.png"
|
||||
id="image1-36"
|
||||
x="-237.66641"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-new0001.png"
|
||||
id="image1-32"
|
||||
x="-237.66641"
|
||||
y="252.23615" /></g><g
|
||||
id="g1"
|
||||
transform="matrix(0.74999998,0,0,0.74999996,717.41637,-189.61156)"><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0012.png"
|
||||
id="image1-94"
|
||||
x="291.50031"
|
||||
y="408.03766" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0011.png"
|
||||
id="image1-17"
|
||||
x="291.50031"
|
||||
y="330.42654" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0010.png"
|
||||
id="image1-59"
|
||||
x="291.50031"
|
||||
y="252.81543" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0009.png"
|
||||
id="image1-73"
|
||||
x="115.11139"
|
||||
y="408.03766" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0008.png"
|
||||
id="image1-39"
|
||||
x="115.11139"
|
||||
y="330.42654" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0007.png"
|
||||
id="image1-29"
|
||||
x="115.11139"
|
||||
y="252.81543" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0006.png"
|
||||
id="image1-885"
|
||||
x="-61.277512"
|
||||
y="408.03766" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0005.png"
|
||||
id="image1-38"
|
||||
x="-61.277512"
|
||||
y="330.42654" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0004.png"
|
||||
id="image1-15"
|
||||
x="-61.277512"
|
||||
y="252.81543" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0003.png"
|
||||
id="image1-81"
|
||||
x="-237.66641"
|
||||
y="408.03766" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0002.png"
|
||||
id="image1-44"
|
||||
x="-237.66641"
|
||||
y="330.42654" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it0001.png"
|
||||
id="image1-63"
|
||||
x="-237.66641"
|
||||
y="252.81543" /></g><g
|
||||
id="g2"
|
||||
transform="matrix(0.75,0,0,0.74999998,1256.583,-189.17711)"><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0012.png"
|
||||
id="image1-5"
|
||||
x="291.50031"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0011.png"
|
||||
id="image1-65"
|
||||
x="291.50031"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0010.png"
|
||||
id="image1-7"
|
||||
x="291.50031"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0006.png"
|
||||
id="image1-4"
|
||||
x="-61.277512"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0005.png"
|
||||
id="image1-68"
|
||||
x="-61.277512"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0004.png"
|
||||
id="image1-64"
|
||||
x="-61.277512"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0003.png"
|
||||
id="image1-48"
|
||||
x="-237.66641"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0002.png"
|
||||
id="image1-27"
|
||||
x="-237.66641"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0001.png"
|
||||
id="image1-10"
|
||||
x="-237.66641"
|
||||
y="252.23615" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0009.png"
|
||||
id="image1-62"
|
||||
x="115.11139"
|
||||
y="407.45837" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0008.png"
|
||||
id="image1-74"
|
||||
x="115.11139"
|
||||
y="329.84726" /><image
|
||||
width="176.3889"
|
||||
height="77.611115"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="post-it-aged0007.png"
|
||||
id="image1-75"
|
||||
x="115.11139"
|
||||
y="252.23615" /></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
|
@ -65,9 +65,7 @@
|
|||
+ [Ghostwriter]() by kde
|
||||
+ [Queen of Fire](https://www.peppercarrot.com/en/viewer/artworks__2023-05-18_Queen-of-Fire_by-David-Revoy.html), [Magic system of hereva](https://www.peppercarrot.com/en/viewer/artworks__2015-06-08_magic-system-of-hereva_by-David-Revoy.html), [Character design for a hippiah witch](https://www.peppercarrot.com/en/viewer/artworks__2020-01-03_character-design-for-a-hippiah-witch_by-David-Revoy.html), [Pepper and Carrot Book 4](https://www.drivethrucomics.com/product/385896/PepperCarrot--Book-4-Everything-Changes?src=shop) and [Saffron steampunk clothes](https://www.peppercarrot.com/en/viewer/artworks__2020-05-09_Saffron-steampunk-clothes_by-David-Revoy.html) by [David Revoy](https://www.peppercarrot.com/en/about/index.html), [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
|
||||
+ [Procesa, the sea witch](https://katharsisdrill.art/cc_images/Procesa_the_sea_witch.png), [Arkariater](https://katharsisdrill.art/cc_images/Arkariater.png), [Cryo hamber](https://katharsisdrill.art/cc_images/Cryo_Chamber.png) and [Caladrabn](https://katharsisdrill.art/cc_images/Caladrabn.png), by [Katharsisdrill](https://katharsisdrill.art), [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en) (CW: Nudity, Body Horror)
|
||||
+ [Flow © Dream Well Studio](https://www.blender.org/download/releases/4-4/) by [Sacrebleu Productions, Take Five](https://flow.movie/), Splash Artwork Image licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
|
||||
+ [Titans of Growth](https://inkscape.org/~rafael_clemos/%E2%98%85titans-of-growth), by [Rafael Cundari](https://inkscape.org/~rafael_clemos/), [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||
+ [Vector Driving](https://inkscape.org/~atareumco/%E2%98%85vector-driving), by [atareumco](https://inkscape.org/~atareumco/), [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||
+ [Flow © Dream Well Studio](https://www.blender.org/download/releases/4-4/) by [Sacrebleu Productions, Take Five](https://flow.movie/), Splash Artwork Image licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
|
||||
|
||||
## Pen and Paper Rulebooks
|
||||
- [Dungeons and Dragons](https://www.dndbeyond.com/) by Wizards of the Cost, Creative commons, [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
|
||||
|
|
|
|||
BIN
design/post-its.blend (Stored with Git LFS)
BIN
design/post-its.blend (Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 3.4 MiB |
BIN
design/volunteer room/dice/dice-contsturction.blend (Stored with Git LFS)
BIN
design/volunteer room/dice/dice-contsturction.blend (Stored with Git LFS)
Binary file not shown.
BIN
design/volunteer room/dice/phone_screen.png (Stored with Git LFS)
BIN
design/volunteer room/dice/phone_screen.png (Stored with Git LFS)
Binary file not shown.
BIN
design/volunteer room/dice/smartphine.blend (Stored with Git LFS)
BIN
design/volunteer room/dice/smartphine.blend (Stored with Git LFS)
Binary file not shown.
BIN
design/volunteer room/outside/outside-voluntary.blend (Stored with Git LFS)
BIN
design/volunteer room/outside/outside-voluntary.blend (Stored with Git LFS)
Binary file not shown.
BIN
design/volunteer room/volunteer_room_construction.blend (Stored with Git LFS)
BIN
design/volunteer room/volunteer_room_construction.blend (Stored with Git LFS)
Binary file not shown.
|
|
@ -1,21 +0,0 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
*.tmp
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Godot backups
|
||||
*.old
|
||||
*.old.*
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/contentModel.xml
|
||||
/modules.xml
|
||||
/.idea.src.iml
|
||||
/projectSettingsUpdater.xml
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AgentMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AskMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Ask2AgentMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EditMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GdProjectSettingsState">
|
||||
<annotators>warn</annotators>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders>
|
||||
<Path>.</Path>
|
||||
</attachedFolders>
|
||||
<explicitIncludes />
|
||||
<explicitExcludes>
|
||||
<Path>.godot</Path>
|
||||
</explicitExcludes>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<component name="libraryTable">
|
||||
<library name="GdSdk" type="GdScript">
|
||||
<CLASSES />
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="file://$APPLICATION_PLUGINS_DIR$/GdScript/extracted/Master" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/line_render_icon.svg-9fabbd2cfeb579cc989ccd15
|
|||
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
|
||||
|
|
@ -27,16 +25,12 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
|
|
|
|||
|
|
@ -159,8 +159,6 @@ func corner(surface: SurfaceTool, center:Vector3, start:Vector3, end:Vector3, ca
|
|||
var angle:float = offset.angle_to(end - center)
|
||||
|
||||
for i in range(1, cap_resolution):
|
||||
if (axis.length() < 0.1): continue #catch null vectors
|
||||
axis = axis.normalized()
|
||||
vertex_array[i] = center + offset.rotated(axis, lerp(0.0, angle, float(i) / cap_resolution));
|
||||
|
||||
for i in range(1, cap_resolution + 1):
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ func _update_events():
|
|||
# TODO: Find a cleaner way to cast these values
|
||||
var tmp: Array = []
|
||||
if Engine.is_editor_hint():
|
||||
print("reading project settings")
|
||||
tmp = ProjectSettings.get_setting("input/" + action)["events"]
|
||||
else:
|
||||
tmp = InputMap.action_get_events(action)
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/icon.svg-0e13056d55240f60de41c1352e6f3b0f.cte
|
|||
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
|
||||
|
|
@ -27,16 +25,12 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/icon.svg-8eff67e3fe68308bc0434756e9e03976.cte
|
|||
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
|
||||
|
|
@ -27,16 +25,12 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/left_stick_down.png-a7ccef65244370624f984cd55
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/left_stick_left.png-b5048a0107577ae8558d6c7ac
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/left_stick_right.png-fda055cf9d64f0e92c614b96
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/left_stick_up.png-817449d8b7e63f76e88f683690c
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/right_stick_down.png-b2681ff4595b9878997d32c0
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/right_stick_left.png-22e5e174bd0d447e24f8bb0b
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/right_stick_right.png-f83b635a37a9ca1ca011560
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/right_stick_up.png-41b66528d63b3c48fcdd349314
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/0.png-2b34316efec65d6cb41347abb24577df.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/1.png-1b3e0e7b18de10342e7e6c0ed8fb90d4.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/2.png-1d45a3312cb852724ae82c348a82682b.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/3.png-0c2bbf57ace780c2ef5c6eeac9dac81c.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/4.png-7160f881759d8cd7b9c57df6256daa4f.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/5.png-51e57a054cf55b5e4c37e98b6a5d4e1d.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/6.png-b89f15b2175f8a3035a2d957afa9989d.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/7.png-b8fffd7f42b8a96990fda6aba37c3db7.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/8.png-e38ab2782aabb656e6e3f4d29a87f500.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/9.png-1a5c940c311975537e338c220caeee93.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/a.png-0a4b1b2556382e925bddb87c41e69b5a.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/alt.png-ab7b3a9822105f3fc6a3ef4f9dcaa636.ctex
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/apostrophe.png-ae36c8e28198d6cc07f1d1c390610f
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/asterisk.png-64ac106e76ff14b0cd40167cb9a5d69f
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/at.png-78ee9076da1440a33d639fe1efa02f4c.ctex"
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/b.png-f54ad7ea0efa2a48c3a87a361b1a2f21.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/backslash.png-2fd42ee765ae6e5504099530f58ebbc
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/backspace.png-c16cd70732af517ec89c83be54b3bc7
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/blank.png-3e568a503bfe7edf47152679806f5dd8.ct
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/c.png-02a9f272299dd50de4f69dd8e39f6699.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/caps.png-a874d2c9f88f5dc67a978de23d553051.cte
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/caret.png-6aa88fdfe49932f763ff152365ab4ef4.ct
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/cent.png-60e7f1c737e523272e347ca4644d4154.cte
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/colon.png-9bd41f18f2fa494d5005339cb2ca64d2.ct
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/comma.png-7983dbc336af6147de64d81486ddfa81.ct
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/ctrl.png-6d946358145b9bd00780719ab55caeb2.cte
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/d.png-d45e548ef3015b7e2ae5a7ce562acce4.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/del.png-f12093cd8db69866a42a6ba66d723d48.ctex
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/dollar.png-90def560cd8bed0f21e0efc261474b42.c
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/down.png-38894ea8242cba80e24dd7c66e6c1fc2.cte
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/e.png-add30a59f1142cd3cbd1568948c0a954.ctex"]
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/end.png-870b5871e9f2d6afc00dbf64c9175a83.ctex
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/enter_large.png-30e2806b4b602da5521e44969c496
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/enter_small.png-f37351702f92d75a289f387ae3554
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/enter_wide.png-7c4c206641a5a3674c3e316019d6f9
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/equals.png-3926a7c29712ac27827d69f5b3178ba7.c
|
|||
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
|
||||
|
|
@ -27,14 +25,10 @@ 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=2048
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue