Beginning Frog, new background/assets

This commit is contained in:
Jakob Feldmann 2022-12-13 15:14:29 +01:00
parent 4ccca8b0ae
commit 69ad83369d
182 changed files with 2523 additions and 164 deletions

18
.vscode/launch.json vendored
View File

@ -1,18 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "GDScript Godot",
"type": "godot",
"request": "launch",
"project": "C:\\Users\\Jakob\\Documents\\Godot\\Blobby",
"port": 6007,
"address": "127.0.0.1",
"launch_game_instance": true,
"launch_scene": false
}
]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/Alien-ship1-Edge-Unanimated.png-fc38009d4e30ff0c75c67b15e422c976.stex" path="res://.import/FlyingPlatformClean.png-3a13495afece8a5126f8bd1f78af73b9.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/environment/blocks/Alien-ship1-Edge-Unanimated.png" source_file="res://assets/contraption/FlyingPlatformClean.png"
dest_files=[ "res://.import/Alien-ship1-Edge-Unanimated.png-fc38009d4e30ff0c75c67b15e422c976.stex" ] dest_files=[ "res://.import/FlyingPlatformClean.png-3a13495afece8a5126f8bd1f78af73b9.stex" ]
[params] [params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

BIN
assets/effects/light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/SlopeTest.png-0a30cb72614a53dfafdb14a98f113800.stex" path="res://.import/light.png-9e82fa5cc09a5c22ac916d34b5b0e560.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/environment/blocks/SlopeTest.png" source_file="res://assets/effects/light.png"
dest_files=[ "res://.import/SlopeTest.png-0a30cb72614a53dfafdb14a98f113800.stex" ] dest_files=[ "res://.import/light.png-9e82fa5cc09a5c22ac916d34b5b0e560.stex" ]
[params] [params]

BIN
assets/effects/noise.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/SlopeTestSlow.png-f5852254004bb48d1e232c23e25713c3.stex" path="res://.import/noise.png-ff0c85964c550a37eca633e2c54d0598.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/environment/blocks/SlopeTestSlow.png" source_file="res://assets/effects/noise.png"
dest_files=[ "res://.import/SlopeTestSlow.png-f5852254004bb48d1e232c23e25713c3.stex" ] dest_files=[ "res://.import/noise.png-ff0c85964c550a37eca633e2c54d0598.stex" ]
[params] [params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/Alien-ship1-innerPart-Unanimated.png-2b61dd9cfc77841eefb41dfcb2625d22.stex" path="res://.import/Spaceship-Wall-Lampsl.png-6c85f554b78417803ec640b69a7d37a0.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/environment/blocks/Alien-ship1-innerPart-Unanimated.png" source_file="res://assets/environment/background/Spaceship-Wall-Lampsl.png"
dest_files=[ "res://.import/Alien-ship1-innerPart-Unanimated.png-2b61dd9cfc77841eefb41dfcb2625d22.stex" ] dest_files=[ "res://.import/Spaceship-Wall-Lampsl.png-6c85f554b78417803ec640b69a7d37a0.stex" ]
[params] [params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Spaceship-Wall.png-8e013cc71ca770b31682d4ec89d3c5da.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/background/Spaceship-Wall.png"
dest_files=[ "res://.import/Spaceship-Wall.png-8e013cc71ca770b31682d4ec89d3c5da.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Ground-Edge-Original.png-903227566e16d90403c421f886b16a49.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Alien-Ship-Ground-Edge-Original.png"
dest_files=[ "res://.import/Alien-Ship-Ground-Edge-Original.png-903227566e16d90403c421f886b16a49.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Ground-Edge-Outer.png-f233da829e689584c54f0fca359bbb15.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Alien-Ship-Ground-Edge-Outer.png"
dest_files=[ "res://.import/Alien-Ship-Ground-Edge-Outer.png-f233da829e689584c54f0fca359bbb15.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Ground-Edge.png-35c28f8d9b8a0e8e61504de4d0aac29d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Alien-Ship-Ground-Edge.png"
dest_files=[ "res://.import/Alien-Ship-Ground-Edge.png-35c28f8d9b8a0e8e61504de4d0aac29d.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Ground-Inner.png-cf58c923dd1a14e5693cb7f65171f071.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Alien-Ship-Ground-Inner.png"
dest_files=[ "res://.import/Alien-Ship-Ground-Inner.png-cf58c923dd1a14e5693cb7f65171f071.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Slope-22,5.png-625a6b0a0a4ef8d6e9dc2b8805358391.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Slope-22,5.png"
dest_files=[ "res://.import/Slope-22,5.png-625a6b0a0a4ef8d6e9dc2b8805358391.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Slope-45.png-e4a7e3a1cd48d9c864266fda849bbac4.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/Slope-45.png"
dest_files=[ "res://.import/Slope-45.png-e4a7e3a1cd48d9c864266fda849bbac4.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/Alien-ship1-Edge-DropThrough-Unanimated.png-14c276aa64fbfdb5be932b2be5eb4f06.stex" path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer1.png-bc9df5d068ec7bb9110f1e5ab02ef270.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/environment/blocks/Alien-ship1-Edge-DropThrough-Unanimated.png" source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer1.png"
dest_files=[ "res://.import/Alien-ship1-Edge-DropThrough-Unanimated.png-14c276aa64fbfdb5be932b2be5eb4f06.stex" ] dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer1.png-bc9df5d068ec7bb9110f1e5ab02ef270.stex" ]
[params] [params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer10.png-587104d1efc332d847442d125f2737e7.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer10.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer10.png-587104d1efc332d847442d125f2737e7.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer11.png-bd1b8e943bcca53834e7e5e23c407c3e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer11.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer11.png-bd1b8e943bcca53834e7e5e23c407c3e.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer12.png-a888ea6c7d5b7d6ef18b3613f5b8e496.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer12.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer12.png-a888ea6c7d5b7d6ef18b3613f5b8e496.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer2.png-7400b559d04703546bb5e024aef5ef56.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer2.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer2.png-7400b559d04703546bb5e024aef5ef56.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer3.png-99e3ce63175d2b77764638b45789bfce.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer3.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer3.png-99e3ce63175d2b77764638b45789bfce.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer4.png-acb92521802e85d30ae42cfe4c693d8a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer4.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer4.png-acb92521802e85d30ae42cfe4c693d8a.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer5.png-82411653be807efa08d93ed17e3738fd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer5.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer5.png-82411653be807efa08d93ed17e3738fd.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer6.png-b72458d74b27cb74ddc326122025cfd8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer6.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer6.png-b72458d74b27cb74ddc326122025cfd8.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer7.png-001ee92214ddf1aa3bae7d3bfb720948.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer7.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer7.png-001ee92214ddf1aa3bae7d3bfb720948.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer8.png-50bd1825c820c88e4f3d0016b45b736a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer8.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer8.png-50bd1825c820c88e4f3d0016b45b736a.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer9.png-66695e165427cfbeb31d0a7c41cff866.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer9.png"
dest_files=[ "res://.import/Alien-Ship-Seethroug-Pipe-Edge-Outer9.png-66695e165427cfbeb31d0a7c41cff866.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -0,0 +1,40 @@
[gd_resource type="AnimatedTexture" load_steps=13 format=2]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer4.png" type="Texture" id=1]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer7.png" type="Texture" id=2]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer3.png" type="Texture" id=3]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer2.png" type="Texture" id=4]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer6.png" type="Texture" id=5]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer12.png" type="Texture" id=6]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer8.png" type="Texture" id=7]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer9.png" type="Texture" id=8]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer5.png" type="Texture" id=9]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer11.png" type="Texture" id=10]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer1.png" type="Texture" id=11]
[ext_resource path="res://assets/environment/blocks/alienShipSeethroughPipeEdgeOuter/Alien-Ship-Seethroug-Pipe-Edge-Outer10.png" type="Texture" id=12]
[resource]
frames = 12
frame_0/texture = ExtResource( 11 )
frame_1/texture = ExtResource( 4 )
frame_1/delay_sec = 0.0
frame_2/texture = ExtResource( 3 )
frame_2/delay_sec = 0.0
frame_3/texture = ExtResource( 1 )
frame_3/delay_sec = 0.0
frame_4/texture = ExtResource( 9 )
frame_4/delay_sec = 0.0
frame_5/texture = ExtResource( 5 )
frame_5/delay_sec = 0.0
frame_6/texture = ExtResource( 2 )
frame_6/delay_sec = 0.0
frame_7/texture = ExtResource( 7 )
frame_7/delay_sec = 0.0
frame_8/texture = ExtResource( 8 )
frame_8/delay_sec = 0.0
frame_9/texture = ExtResource( 12 )
frame_9/delay_sec = 0.0
frame_10/texture = ExtResource( 10 )
frame_10/delay_sec = 0.0
frame_11/texture = ExtResource( 6 )
frame_11/delay_sec = 0.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Ceiling-Struct.png-22b1fd3ccb6e76ba98cac5261b54c974.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/Ceiling-Struct.png"
dest_files=[ "res://.import/Ceiling-Struct.png-22b1fd3ccb6e76ba98cac5261b54c974.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Robbit-Left.png-e6dd0f90b4d9d4a7ecd304b00d57f7b6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/Robbit-Left.png"
dest_files=[ "res://.import/Robbit-Left.png-e6dd0f90b4d9d4a7ecd304b00d57f7b6.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Robbit-Right.png-32fa6ddae1733d14bb62ce10ce8aa2fd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/Robbit-Right.png"
dest_files=[ "res://.import/Robbit-Right.png-32fa6ddae1733d14bb62ce10ce8aa2fd.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor1.png-6f852dfc4770d866f61658a5b74a332c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor1.png"
dest_files=[ "res://.import/Longductor1.png-6f852dfc4770d866f61658a5b74a332c.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor10.png-29338d00c035dd3add9ff12e95b6fd7b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor10.png"
dest_files=[ "res://.import/Longductor10.png-29338d00c035dd3add9ff12e95b6fd7b.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor11.png-1a5ad6b19f88e9a9e35eedf8fced4f2d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor11.png"
dest_files=[ "res://.import/Longductor11.png-1a5ad6b19f88e9a9e35eedf8fced4f2d.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor12.png-cd541f2496abca1353952709a0c87856.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor12.png"
dest_files=[ "res://.import/Longductor12.png-cd541f2496abca1353952709a0c87856.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor13.png-30562e7e082a53798cb2139f12eb0137.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor13.png"
dest_files=[ "res://.import/Longductor13.png-30562e7e082a53798cb2139f12eb0137.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor14.png-e5e78b902d3c27064f269eb75dd65c1f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor14.png"
dest_files=[ "res://.import/Longductor14.png-e5e78b902d3c27064f269eb75dd65c1f.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor2.png-2f45433c0844fda13cf60dc96a22c1d2.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor2.png"
dest_files=[ "res://.import/Longductor2.png-2f45433c0844fda13cf60dc96a22c1d2.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor3.png-0a16d3bb49ceb7dd79901075307ff2fb.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor3.png"
dest_files=[ "res://.import/Longductor3.png-0a16d3bb49ceb7dd79901075307ff2fb.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor4.png-5dee6e12d87741533d77edacdfd503de.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor4.png"
dest_files=[ "res://.import/Longductor4.png-5dee6e12d87741533d77edacdfd503de.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor5.png-7d65c413f340be58a048d640323f4e41.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor5.png"
dest_files=[ "res://.import/Longductor5.png-7d65c413f340be58a048d640323f4e41.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor6.png-68102d7562efb79e6798d57d68e54a33.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor6.png"
dest_files=[ "res://.import/Longductor6.png-68102d7562efb79e6798d57d68e54a33.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor7.png-37701d0c9438bddf2fbc6d01852b06b9.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor7.png"
dest_files=[ "res://.import/Longductor7.png-37701d0c9438bddf2fbc6d01852b06b9.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Longductor8.png-c68f7cba9e0d9bbdcc9ad79c0d0e977d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/environment/decor/longductor/Longductor8.png"
dest_files=[ "res://.import/Longductor8.png-c68f7cba9e0d9bbdcc9ad79c0d0e977d.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Some files were not shown because too many files have changed in this diff Show More