diff options
author | tpart <tpart120@proton.me> | 2024-06-26 16:22:10 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 16:22:10 +0200 |
commit | 8dfe99686938995c9d1d8ff4499fab31ef61681a (patch) | |
tree | e5ef2f6557cffa5eb586f295cc76312357558f71 /client/menu/main_menu.tscn | |
parent | 33c578b2c8fcf680e0426653bc54c67822ed8c39 (diff) | |
download | hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar.bz2 hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar.zst |
Improve focus style to make it more visible and accessible
Diffstat (limited to 'client/menu/main_menu.tscn')
-rw-r--r-- | client/menu/main_menu.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn index 7bd1ccc3..76b55a1a 100644 --- a/client/menu/main_menu.tscn +++ b/client/menu/main_menu.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=8 format=3 uid="uid://dbj8508whxgwv"] -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme.tres" id="1_nlcpo"] +[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_nlcpo"] [ext_resource type="Script" path="res://menu/main_menu.gd" id="2_qot2j"] [ext_resource type="Shader" path="res://menu/blur_mix.gdshader" id="4_050xu"] -[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/font-sansita-swashed.woff2" id="4_mfs30"] +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="4_mfs30"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_irdo3"] shader = ExtResource("4_050xu") |