title fix
This commit is contained in:
parent
c40e5358a8
commit
deff7808a5
Binary file not shown.
Before Width: | Height: | Size: 103 KiB |
|
@ -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://br2tmqcmfkf7a" path="res://startMenu/exit_game.gd" id="2_1dhkb"]
|
||||
[ext_resource type="Texture2D" uid="uid://yqukd7l5xsxg" path="res://startMenu/Cat on news.PNG" id="3_u2sub"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8v0ld6niisid" path="res://startMenu/Titlescreen2.PNG" id="3_psue8"]
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_7yr4w"]
|
||||
|
||||
|
@ -38,9 +38,9 @@ script = ExtResource("2_1dhkb")
|
|||
|
||||
[node name="Background" type="Sprite2D" parent="."]
|
||||
z_index = -100
|
||||
position = Vector2(566.395, 298)
|
||||
scale = Vector2(2.76893, 2.78546)
|
||||
texture = ExtResource("3_u2sub")
|
||||
position = Vector2(577, 325.5)
|
||||
scale = Vector2(2.40249, 1.87679)
|
||||
texture = ExtResource("3_psue8")
|
||||
|
||||
[connection signal="pressed" from="Start button" to="Start button" method="_on_pressed"]
|
||||
[connection signal="pressed" from="Exit button" to="Exit button" method="_on_pressed"]
|
||||
|
|
BIN
startMenu/Titlescreen2.PNG
Normal file
BIN
startMenu/Titlescreen2.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
|
@ -2,16 +2,16 @@
|
|||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cfdwgyvheaphr"
|
||||
path="res://.godot/imported/Cat with knife.png-1f2bee163b635378ad50b2a803c39284.ctex"
|
||||
uid="uid://c8v0ld6niisid"
|
||||
path="res://.godot/imported/Titlescreen2.PNG-e24cf4e3a42913c9802d815535d99cd7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://startMenu/Cat with knife.png"
|
||||
dest_files=["res://.godot/imported/Cat with knife.png-1f2bee163b635378ad50b2a803c39284.ctex"]
|
||||
source_file="res://startMenu/Titlescreen2.PNG"
|
||||
dest_files=["res://.godot/imported/Titlescreen2.PNG-e24cf4e3a42913c9802d815535d99cd7.ctex"]
|
||||
|
||||
[params]
|
||||
|
Loading…
Reference in New Issue
Block a user