Core background fixed
This commit is contained in:
parent
717a2c32a6
commit
e2af1c420b
BIN
levels/backgrounds/coreBackgrond4.png
Normal file
BIN
levels/backgrounds/coreBackgrond4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
34
levels/backgrounds/coreBackgrond4.png.import
Normal file
34
levels/backgrounds/coreBackgrond4.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b3dun6sjuucj3"
|
||||
path="res://.godot/imported/coreBackgrond4.png-c2f7a36b3e8185539692e9924a4e5fc9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://levels/backgrounds/coreBackgrond4.png"
|
||||
dest_files=["res://.godot/imported/coreBackgrond4.png-c2f7a36b3e8185539692e9924a4e5fc9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
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=0
|
||||
detect_3d/compress_to=1
|
BIN
levels/backgrounds/coreBackgrond5.png
Normal file
BIN
levels/backgrounds/coreBackgrond5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
34
levels/backgrounds/coreBackgrond5.png.import
Normal file
34
levels/backgrounds/coreBackgrond5.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c1n0vmptydy7l"
|
||||
path="res://.godot/imported/coreBackgrond5.png-97b23675e82443f3175044a0a2034b5f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://levels/backgrounds/coreBackgrond5.png"
|
||||
dest_files=["res://.godot/imported/coreBackgrond5.png-97b23675e82443f3175044a0a2034b5f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
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=0
|
||||
detect_3d/compress_to=1
|
16
levels/backgrounds/coreBackground.tscn
Normal file
16
levels/backgrounds/coreBackground.tscn
Normal file
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bppg2hn2wykdj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c1n0vmptydy7l" path="res://levels/backgrounds/coreBackgrond5.png" id="1_xnsap"]
|
||||
|
||||
[node name="ParallaxBackground" type="ParallaxBackground"]
|
||||
|
||||
[node name="ParallaxLayer" type="ParallaxLayer" parent="."]
|
||||
motion_scale = Vector2(0.495, 0.495)
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="ParallaxLayer"]
|
||||
offset_left = -1689.0
|
||||
offset_top = -918.0
|
||||
offset_right = 3212.0
|
||||
offset_bottom = 1430.0
|
||||
texture = ExtResource("1_xnsap")
|
||||
stretch_mode = 1
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="TileSet" uid="uid://cfq716af1nhqm" path="res://levels/levelFinal/tileSet/coreTiles.tres" id="1_sp6x8"]
|
||||
[ext_resource type="PackedScene" uid="uid://c1xy5bf2p6vmh" path="res://player/smallPlayer/player.tscn" id="2_js4h8"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdd6q3m06bnn3" path="res://levels/levelFinal/core/core.tscn" id="3_vttxq"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvenxce30ko6p" path="res://levels/backgrounds/caveBackground.tscn" id="4_irop4"]
|
||||
[ext_resource type="PackedScene" uid="uid://bppg2hn2wykdj" path="res://levels/backgrounds/coreBackground.tscn" id="4_irop4"]
|
||||
|
||||
[node name="finalLevel" type="Node2D"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user