Added new backgrounds
This commit is contained in:
parent
d942277add
commit
878b958268
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://textures/Title-Background.png" type="Texture" id=1]
|
||||
[ext_resource path="res://textures/backgrounds/background1.png" type="Texture" id=1]
|
||||
[ext_resource path="res://fonts/SPACEBAR.ttf" type="DynamicFontData" id=2]
|
||||
[ext_resource path="res://Main_menu.gd" type="Script" id=3]
|
||||
[ext_resource path="res://fonts/Title-font.tres" type="DynamicFont" id=4]
|
||||
@ -35,10 +35,14 @@ theme = ExtResource( 5 )
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="Background" type="TextureRect" parent="."]
|
||||
margin_right = 2000.0
|
||||
margin_bottom = 2000.0
|
||||
rect_scale = Vector2( 0.722402, 0.558973 )
|
||||
margin_left = -64.0
|
||||
margin_top = -64.0
|
||||
margin_right = 2185.0
|
||||
margin_bottom = 2017.0
|
||||
rect_scale = Vector2( 0.512202, 0.399751 )
|
||||
texture = ExtResource( 1 )
|
||||
expand = true
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Header" type="Label" parent="."]
|
||||
anchor_right = 1.0
|
||||
|
@ -21,8 +21,9 @@ Versions="*res://Versions.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/resizable=false
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/aspect="expand"
|
||||
window/stretch/aspect="keep"
|
||||
|
||||
[editor]
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 872 KiB |
BIN
textures/backgrounds/background1.png
Normal file
BIN
textures/backgrounds/background1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Title-Background.png-0143b674e77de207c58522529e141ab8.stex"
|
||||
path="res://.import/background1.png-987fd557bba3d6e9cdb8de007c1dc54e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://textures/Title-Background.png"
|
||||
dest_files=[ "res://.import/Title-Background.png-0143b674e77de207c58522529e141ab8.stex" ]
|
||||
source_file="res://textures/backgrounds/background1.png"
|
||||
dest_files=[ "res://.import/background1.png-987fd557bba3d6e9cdb8de007c1dc54e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
@ -21,8 +21,8 @@ compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=true
|
||||
flags/anisotropic=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
BIN
textures/backgrounds/background2.png
Normal file
BIN
textures/backgrounds/background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 888 KiB |
35
textures/backgrounds/background2.png.import
Normal file
35
textures/backgrounds/background2.png.import
Normal file
@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/background2.png-aac9c9dfcf3415a3be1d3053bb8a6f9a.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://textures/backgrounds/background2.png"
|
||||
dest_files=[ "res://.import/background2.png-aac9c9dfcf3415a3be1d3053bb8a6f9a.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=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
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=true
|
||||
svg/scale=1.0
|
Loading…
Reference in New Issue
Block a user