back menu
This commit is contained in:
BIN
model/back_menu.png
Normal file
BIN
model/back_menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
34
model/back_menu.png.import
Normal file
34
model/back_menu.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://surjj4dbldjy"
|
||||||
|
path="res://.godot/imported/back_menu.png-2a8555a302e13f394140e7f102671f63.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://model/back_menu.png"
|
||||||
|
dest_files=["res://.godot/imported/back_menu.png-2a8555a302e13f394140e7f102671f63.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
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://co0u7xd45nxv1"]
|
[gd_scene load_steps=6 format=3 uid="uid://co0u7xd45nxv1"]
|
||||||
|
|
||||||
[ext_resource type="FontFile" uid="uid://c0i81edd5mitx" path="res://font/October Crow.ttf" id="1_ndt1a"]
|
[ext_resource type="FontFile" uid="uid://c0i81edd5mitx" path="res://font/October Crow.ttf" id="1_ndt1a"]
|
||||||
[ext_resource type="Script" path="res://script/Menu.cs" id="1_pfhrs"]
|
[ext_resource type="Script" path="res://script/Menu.cs" id="1_pfhrs"]
|
||||||
[ext_resource type="Theme" uid="uid://depo4fa5p8k8m" path="res://themes/button.tres" id="2_166c6"]
|
[ext_resource type="Theme" uid="uid://depo4fa5p8k8m" path="res://themes/button.tres" id="2_166c6"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://surjj4dbldjy" path="res://model/back_menu.png" id="2_e3nc5"]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ukgpa"]
|
||||||
|
|
||||||
[node name="menu" type="Control"]
|
[node name="menu" type="Control"]
|
||||||
process_mode = 3
|
process_mode = 3
|
||||||
@@ -14,14 +17,18 @@ grow_horizontal = 2
|
|||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
script = ExtResource("1_pfhrs")
|
script = ExtResource("1_pfhrs")
|
||||||
|
|
||||||
[node name="ColorRect" type="ColorRect" parent="."]
|
[node name="Panel" type="Panel" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
color = Color(0.803922, 0, 0, 0.360784)
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_ukgpa")
|
||||||
|
|
||||||
|
[node name="Sprite2D" type="Sprite2D" parent="Panel"]
|
||||||
|
position = Vector2(200, 150)
|
||||||
|
texture = ExtResource("2_e3nc5")
|
||||||
|
|
||||||
[node name="Paused" type="Label" parent="."]
|
[node name="Paused" type="Label" parent="."]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user