Background asteroid paralax updated
This commit is contained in:
parent
ce838b0602
commit
080dc9051b
BIN
assets/environment/background/Asteroids-Far.png
Normal file
BIN
assets/environment/background/Asteroids-Far.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
35
assets/environment/background/Asteroids-Far.png.import
Normal file
35
assets/environment/background/Asteroids-Far.png.import
Normal file
@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Asteroids-Far.png-cf01473a75fedb1fe8bc3b6baf988c59.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/environment/background/Asteroids-Far.png"
|
||||
dest_files=[ "res://.import/Asteroids-Far.png-cf01473a75fedb1fe8bc3b6baf988c59.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
|
||||
BIN
assets/environment/background/Asteroids-Near.png
Normal file
BIN
assets/environment/background/Asteroids-Near.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
35
assets/environment/background/Asteroids-Near.png.import
Normal file
35
assets/environment/background/Asteroids-Near.png.import
Normal file
@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Asteroids-Near.png-35fe889d279e8cd5423019308b6ea4f6.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/environment/background/Asteroids-Near.png"
|
||||
dest_files=[ "res://.import/Asteroids-Near.png-35fe889d279e8cd5423019308b6ea4f6.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
|
||||
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=19 format=2]
|
||||
|
||||
[ext_resource path="res://src/Environment/AlienShipTileSet.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://src/Actors/Blobby/Blobby.tscn" type="PackedScene" id=2]
|
||||
@ -11,9 +11,10 @@
|
||||
[ext_resource path="res://src/Levels/Grass Test Level.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://src/Utilities/GameplaySignalManager.gd" type="Script" id=10]
|
||||
[ext_resource path="res://src/Contraptions/Platform/DropThroughPlatform.tscn" type="PackedScene" id=11]
|
||||
[ext_resource path="res://assets/environment/background/asteroids.png" type="Texture" id=12]
|
||||
[ext_resource path="res://assets/environment/background/Asteroids-Near.png" type="Texture" id=12]
|
||||
[ext_resource path="res://assets/environment/background/space.png" type="Texture" id=13]
|
||||
[ext_resource path="res://src/Actors/Blobby/BlobbyCam.gd" type="Script" id=14]
|
||||
[ext_resource path="res://assets/environment/background/Asteroids-Far.png" type="Texture" id=15]
|
||||
|
||||
[sub_resource type="Animation" id=5]
|
||||
length = 0.001
|
||||
@ -285,9 +286,15 @@ motion_scale = Vector2( 0, 0 )
|
||||
texture = ExtResource( 13 )
|
||||
|
||||
[node name="ParallaxLayer2" type="ParallaxLayer" parent="BlobbyCam/ParallaxBackground"]
|
||||
motion_scale = Vector2( 0.001, 0.001 )
|
||||
motion_scale = Vector2( 0, 0 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="BlobbyCam/ParallaxBackground/ParallaxLayer2"]
|
||||
texture = ExtResource( 15 )
|
||||
|
||||
[node name="ParallaxLayer3" type="ParallaxLayer" parent="BlobbyCam/ParallaxBackground"]
|
||||
motion_scale = Vector2( 0.001, 0.001 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="BlobbyCam/ParallaxBackground/ParallaxLayer3"]
|
||||
texture = ExtResource( 12 )
|
||||
|
||||
[node name="Blobby" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user