generated from krampus/template-godot4
Compare commits
No commits in common. "e9385c99195bde242f82e8ef685be397d432d249" and "76329c9a8e336c145fdc45b497ae74a2b33e8dc7" have entirely different histories.
e9385c9919
...
76329c9a8e
@ -8,7 +8,7 @@ on:
|
||||
- v*
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.4
|
||||
GODOT_VERSION: 4.3
|
||||
EXPORT_NAME: ${{ vars.ITCH_GAME }}
|
||||
PROJECT_PATH: .
|
||||
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: barichello/godot-ci:4.4
|
||||
image: barichello/godot-ci:4.3
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cm1jrvx7ftx4c"
|
||||
path.s3tc="res://.godot/imported/black.png-0c928088330c4cddf9e28b960b6ccae3.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/black.png-0c928088330c4cddf9e28b960b6ccae3.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/black.png"
|
||||
dest_files=["res://.godot/imported/black.png-0c928088330c4cddf9e28b960b6ccae3.s3tc.ctex", "res://.godot/imported/black.png-0c928088330c4cddf9e28b960b6ccae3.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/black.png-0c928088330c4cddf9e28b960b6ccae3.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://iysu3fufqrbr"
|
||||
path.s3tc="res://.godot/imported/dust_1.png-1ba1c9b4a47b6d4f270482b6b52a82c7.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/dust_1.png-1ba1c9b4a47b6d4f270482b6b52a82c7.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/dust/dust_1.png"
|
||||
dest_files=["res://.godot/imported/dust_1.png-1ba1c9b4a47b6d4f270482b6b52a82c7.s3tc.ctex", "res://.godot/imported/dust_1.png-1ba1c9b4a47b6d4f270482b6b52a82c7.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/dust_1.png-1ba1c9b4a47b6d4f270482b6b52a82c7.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dy1b3rv3b473p"
|
||||
path.s3tc="res://.godot/imported/dust_2.png-20e139a86704238b162b60ceac7897ca.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/dust_2.png-20e139a86704238b162b60ceac7897ca.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/dust/dust_2.png"
|
||||
dest_files=["res://.godot/imported/dust_2.png-20e139a86704238b162b60ceac7897ca.s3tc.ctex", "res://.godot/imported/dust_2.png-20e139a86704238b162b60ceac7897ca.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/dust_2.png-20e139a86704238b162b60ceac7897ca.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bwpyjfo1j4wis"
|
||||
path.s3tc="res://.godot/imported/dust_3.png-ed20bd8984d4daf8b10c35f4fdb519f6.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/dust_3.png-ed20bd8984d4daf8b10c35f4fdb519f6.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/dust/dust_3.png"
|
||||
dest_files=["res://.godot/imported/dust_3.png-ed20bd8984d4daf8b10c35f4fdb519f6.s3tc.ctex", "res://.godot/imported/dust_3.png-ed20bd8984d4daf8b10c35f4fdb519f6.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/dust_3.png-ed20bd8984d4daf8b10c35f4fdb519f6.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b1ph44sqon6p7"
|
||||
path.s3tc="res://.godot/imported/dust_4.png-178faedb6cbcd2333e179680871d76c3.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/dust_4.png-178faedb6cbcd2333e179680871d76c3.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/dust/dust_4.png"
|
||||
dest_files=["res://.godot/imported/dust_4.png-178faedb6cbcd2333e179680871d76c3.s3tc.ctex", "res://.godot/imported/dust_4.png-178faedb6cbcd2333e179680871d76c3.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/dust_4.png-178faedb6cbcd2333e179680871d76c3.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dxdqqrwn2ghen"
|
||||
path.s3tc="res://.godot/imported/smoke_1.png-3dd973f475603930dfd9a84af90897bd.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/smoke_1.png-3dd973f475603930dfd9a84af90897bd.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/smoke_1.png"
|
||||
dest_files=["res://.godot/imported/smoke_1.png-3dd973f475603930dfd9a84af90897bd.s3tc.ctex", "res://.godot/imported/smoke_1.png-3dd973f475603930dfd9a84af90897bd.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/smoke_1.png-3dd973f475603930dfd9a84af90897bd.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bhoai6xv53tqm"
|
||||
path.s3tc="res://.godot/imported/splatter_1.png-9809720e1943a4aa83ecfb22feeb83c2.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/splatter_1.png-9809720e1943a4aa83ecfb22feeb83c2.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/particles/splatter_1.png"
|
||||
dest_files=["res://.godot/imported/splatter_1.png-9809720e1943a4aa83ecfb22feeb83c2.s3tc.ctex", "res://.godot/imported/splatter_1.png-9809720e1943a4aa83ecfb22feeb83c2.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/splatter_1.png-9809720e1943a4aa83ecfb22feeb83c2.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dwavqltjrmupx"
|
||||
path.s3tc="res://.godot/imported/wide_reticle_large.png-d22306bf06a9fb7176f83f491e3ed607.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/wide_reticle_large.png-d22306bf06a9fb7176f83f491e3ed607.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/ui/hud/wide_reticle_large.png"
|
||||
dest_files=["res://.godot/imported/wide_reticle_large.png-d22306bf06a9fb7176f83f491e3ed607.s3tc.ctex", "res://.godot/imported/wide_reticle_large.png-d22306bf06a9fb7176f83f491e3ed607.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/wide_reticle_large.png-d22306bf06a9fb7176f83f491e3ed607.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -4,16 +4,15 @@ importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dthjo3ymo7say"
|
||||
path.s3tc="res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://levels/ghost_ship/airlock/floor_mask.png"
|
||||
dest_files=["res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.s3tc.ctex", "res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -155,6 +155,5 @@ select_prev_tool={
|
||||
[rendering]
|
||||
|
||||
driver/threads/thread_model=2
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
textures/vram_compression/compress_with_gpu=false
|
||||
textures/decals/filter=4
|
||||
|
Loading…
x
Reference in New Issue
Block a user