diff options
author | tpart <tpart120@proton.me> | 2024-10-06 17:50:06 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-06 17:50:20 +0200 |
commit | 993644b0a48dd213b6fdd21cc0bf054c2e1baab6 (patch) | |
tree | 314937a01186a2cee88a25906ecb8b3dc2694dcd /client/menu/overlay.tscn | |
parent | 78804e594c0d55c6404370181516fdd3cd550598 (diff) | |
download | hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.bz2 hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.zst |
Organize theme files
Diffstat (limited to 'client/menu/overlay.tscn')
-rw-r--r-- | client/menu/overlay.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index b298f54b..25ecae4c 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=6 format=3 uid="uid://bpikve6wlsjfl"] -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_4kujw"] +[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_4kujw"] [ext_resource type="Script" path="res://menu/overlay.gd" id="2_kbjds"] -[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://menu/theme/paper_texture.tres" id="3_oum5g"] -[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="3_u54fv"] +[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://menu/textures/paper_texture.tres" id="3_oum5g"] +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/fonts/font-sansita-swashed.woff2" id="3_u54fv"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_04ujj"] bg_color = Color(0, 0, 0, 0) |