fix pause menu controller order
This commit is contained in:
parent
17aaf6944e
commit
092ee29cb6
|
@ -27,8 +27,8 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://bw3k2c75qavce" path="res://Models/beach_decor/bucket.tscn" id="27_f3p1i"]
|
[ext_resource type="PackedScene" uid="uid://bw3k2c75qavce" path="res://Models/beach_decor/bucket.tscn" id="27_f3p1i"]
|
||||||
[ext_resource type="PackedScene" uid="uid://6ycop5t3nra5" path="res://Level/World/DayNightEnvironment.tscn" id="27_jutn4"]
|
[ext_resource type="PackedScene" uid="uid://6ycop5t3nra5" path="res://Level/World/DayNightEnvironment.tscn" id="27_jutn4"]
|
||||||
[ext_resource type="PackedScene" uid="uid://g4gmc0pwlak1" path="res://Models/buildings/fence.tscn" id="28_prydb"]
|
[ext_resource type="PackedScene" uid="uid://g4gmc0pwlak1" path="res://Models/buildings/fence.tscn" id="28_prydb"]
|
||||||
[ext_resource type="PackedScene" path="res://crate.tscn" id="28_x0lrj"]
|
[ext_resource type="PackedScene" uid="uid://ckbba1bs71tl" path="res://crate.tscn" id="28_x0lrj"]
|
||||||
[ext_resource type="PackedScene" uid="uid://d0uw7ykhb1cx8" path="res://spawner.tscn" id="29_etvc6"]
|
[ext_resource type="PackedScene" path="res://spawner.tscn" id="29_etvc6"]
|
||||||
[ext_resource type="PackedScene" uid="uid://e0s4phx2jiit" path="res://cultist.tscn" id="30_8gvtc"]
|
[ext_resource type="PackedScene" uid="uid://e0s4phx2jiit" path="res://cultist.tscn" id="30_8gvtc"]
|
||||||
|
|
||||||
[sub_resource type="Animation" id="Animation_jpnyu"]
|
[sub_resource type="Animation" id="Animation_jpnyu"]
|
||||||
|
|
|
@ -51,9 +51,6 @@ alignment = 1
|
||||||
process_mode = 3
|
process_mode = 3
|
||||||
texture_filter = 1
|
texture_filter = 1
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_neighbor_left = NodePath("../QuitButton")
|
|
||||||
focus_neighbor_right = NodePath("../QuitButton")
|
|
||||||
focus_next = NodePath(".")
|
|
||||||
text = " "
|
text = " "
|
||||||
icon = ExtResource("1_c4do0")
|
icon = ExtResource("1_c4do0")
|
||||||
flat = true
|
flat = true
|
||||||
|
@ -73,9 +70,6 @@ flat = true
|
||||||
process_mode = 3
|
process_mode = 3
|
||||||
texture_filter = 1
|
texture_filter = 1
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_neighbor_left = NodePath("../ResumeButton")
|
|
||||||
focus_neighbor_right = NodePath("../ResumeButton")
|
|
||||||
focus_next = NodePath("../ResumeButton")
|
|
||||||
theme_override_constants/outline_size = 1
|
theme_override_constants/outline_size = 1
|
||||||
theme_override_constants/h_separation = 0
|
theme_override_constants/h_separation = 0
|
||||||
theme_override_constants/icon_max_width = 0
|
theme_override_constants/icon_max_width = 0
|
||||||
|
|
Loading…
Reference in New Issue