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/setup.tscn | |
parent | 78804e594c0d55c6404370181516fdd3cd550598 (diff) | |
download | hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.bz2 hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.zst |
Organize theme files
Diffstat (limited to 'client/menu/setup.tscn')
-rw-r--r-- | client/menu/setup.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 67610aba..9e09a050 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=15 format=3 uid="uid://ddl3efikvqp66"] [ext_resource type="Script" path="res://menu/setup.gd" id="1_mo46n"] -[ext_resource type="Theme" uid="uid://ci2qajdoa1an1" path="res://menu/theme/paper.tres" id="1_yq0aa"] +[ext_resource type="Theme" uid="uid://ci2qajdoa1an1" path="res://menu/theme/theme/paper.tres" id="1_yq0aa"] [ext_resource type="Script" path="res://menu/scroll_container_custom.gd" id="2_4caf2"] -[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="3_2vg4d"] +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/fonts/font-sansita-swashed.woff2" id="3_2vg4d"] [ext_resource type="AudioStream" uid="uid://do7ii5hx71p0m" path="res://menu/sounds/page.ogg" id="5_xac6d"] [ext_resource type="AudioStream" uid="uid://5b3noxjmasmu" path="res://menu/sounds/sign.ogg" id="6_wf0gh"] |