Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3c8230e756
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dseq7dsrcpds6" path="res://startMenu/start_game.gd" id="1_psue8"]
|
[ext_resource type="Script" uid="uid://dseq7dsrcpds6" path="res://startMenu/start_game.gd" id="1_psue8"]
|
||||||
[ext_resource type="Script" uid="uid://br2tmqcmfkf7a" path="res://startMenu/exit_game.gd" id="2_1dhkb"]
|
[ext_resource type="Script" uid="uid://br2tmqcmfkf7a" path="res://startMenu/exit_game.gd" id="2_1dhkb"]
|
||||||
[ext_resource type="Texture2D" uid="uid://c8v0ld6niisid" path="res://startMenu/Titlescreen2.PNG" id="3_psue8"]
|
[ext_resource type="Texture2D" uid="uid://comgmbxospa8i" path="res://startMenu/titleScreen3.jpg" id="3_psue8"]
|
||||||
|
|
||||||
[sub_resource type="SystemFont" id="SystemFont_7yr4w"]
|
[sub_resource type="SystemFont" id="SystemFont_7yr4w"]
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ script = ExtResource("2_1dhkb")
|
||||||
|
|
||||||
[node name="Background" type="Sprite2D" parent="."]
|
[node name="Background" type="Sprite2D" parent="."]
|
||||||
z_index = -100
|
z_index = -100
|
||||||
position = Vector2(577, 325.5)
|
position = Vector2(575.5, 322)
|
||||||
scale = Vector2(2.40249, 1.87679)
|
scale = Vector2(0.600521, 0.478645)
|
||||||
texture = ExtResource("3_psue8")
|
texture = ExtResource("3_psue8")
|
||||||
|
|
||||||
[connection signal="pressed" from="Start button" to="Start button" method="_on_pressed"]
|
[connection signal="pressed" from="Start button" to="Start button" method="_on_pressed"]
|
||||||
|
|
BIN
startMenu/titleScreen3.jpg
Normal file
BIN
startMenu/titleScreen3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 KiB |
34
startMenu/titleScreen3.jpg.import
Normal file
34
startMenu/titleScreen3.jpg.import
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://comgmbxospa8i"
|
||||||
|
path="res://.godot/imported/titleScreen3.jpg-d2d2158db299571f512e2e8238ee4c53.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://startMenu/titleScreen3.jpg"
|
||||||
|
dest_files=["res://.godot/imported/titleScreen3.jpg-d2d2158db299571f512e2e8238ee4c53.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
|
Loading…
Reference in New Issue
Block a user