diff --git a/Resources/Credits/music1.tres b/Resources/Credits/music1.tres index 1e39039..afeca93 100644 --- a/Resources/Credits/music1.tres +++ b/Resources/Credits/music1.tres @@ -6,5 +6,5 @@ script = ExtResource("1_ldflp") title = "Music" name = "Alexander Nakarada" -description = Array[String](["Music Tracks:", "Wanderer (In-game music is trimmed)", "Pathfinder", "The Wizard", "Licensed under Creative Commons BY Attribution 4.0 License"]) -links = Array[String](["www.creatorchords.com", "https://creatorchords.com/music/wanderer/", "https://creatorchords.com/music/pathfinder/", "https://creatorchords.com/music/the-wizard/", "https://creativecommons.org/licenses/by/4.0/"]) +description = Array[String](["Music Tracks:", "Wanderer (In-game music is trimmed)", "The Wizard", "Licensed under Creative Commons BY Attribution 4.0 License"]) +links = Array[String](["www.creatorchords.com", "https://creatorchords.com/music/wanderer/", "https://creatorchords.com/music/the-wizard/", "https://creativecommons.org/licenses/by/4.0/"]) diff --git a/Resources/Playlists/arena.tres b/Resources/Playlists/arena.tres index db888dc..e8368c4 100644 --- a/Resources/Playlists/arena.tres +++ b/Resources/Playlists/arena.tres @@ -4,4 +4,4 @@ [resource] script = ExtResource("1_kyxgb") -music = Array[String](["res://Sound/Music/pirate-tavern-full-version-167990.mp3", "res://Sound/Music/fight-for-your-rights-13529.mp3"]) +music = Array[String](["res://Sound/Music/pirate-tavern-full-version-167990_quiet.mp3", "res://Sound/Music/fight-for-your-rights-13529-quiet.mp3"]) diff --git a/Resources/Playlists/credits.tres b/Resources/Playlists/credits.tres deleted file mode 100644 index 7a9c1ec..0000000 --- a/Resources/Playlists/credits.tres +++ /dev/null @@ -1,7 +0,0 @@ -[gd_resource type="Resource" script_class="Playlist" load_steps=2 format=3 uid="uid://cdv4l1enaomh1"] - -[ext_resource type="Script" path="res://Resources/playlist.gd" id="1_6byfa"] - -[resource] -script = ExtResource("1_6byfa") -music = Array[String](["res://Sound/Music/Pathfinder.mp3"]) diff --git a/Resources/Playlists/mainMenu.tres b/Resources/Playlists/mainMenu.tres index 8609973..8cfbdc8 100644 --- a/Resources/Playlists/mainMenu.tres +++ b/Resources/Playlists/mainMenu.tres @@ -4,4 +4,4 @@ [resource] script = ExtResource("1_4ivkm") -music = Array[String](["res://Sound/Music/Wanderer.ogg"]) +music = Array[String](["res://Sound/Music/Wanderer_Quiet.mp3"]) diff --git a/Resources/Playlists/tavern.tres b/Resources/Playlists/tavern.tres index 3705f52..f641699 100644 --- a/Resources/Playlists/tavern.tres +++ b/Resources/Playlists/tavern.tres @@ -4,4 +4,4 @@ [resource] script = ExtResource("1_u6fpt") -music = Array[String](["res://Sound/Music/The_Wizard.mp3"]) +music = Array[String](["res://Sound/Music/The_Wizard_Quiet.mp3"]) diff --git a/Resources/Spellbooks/oldBook.tres b/Resources/Spellbooks/oldBook.tres index a1f4c37..c951730 100644 --- a/Resources/Spellbooks/oldBook.tres +++ b/Resources/Spellbooks/oldBook.tres @@ -3,7 +3,7 @@ [ext_resource type="Script" path="res://Resources/spellbook.gd" id="1_t8h8m"] [ext_resource type="Resource" uid="uid://1xbik4qndtkh" path="res://Resources/Spells/common/firebolt.tres" id="2_vcyj2"] [ext_resource type="Resource" uid="uid://dl6nv6lp460n3" path="res://Resources/Spells/common/rockThrow.tres" id="3_i6ngl"] -[ext_resource type="Resource" uid="uid://dx77rvbbn58si" path="res://Resources/Spells/common/frostCoat.tres" id="4_sf1xi"] +[ext_resource type="Resource" uid="uid://c37f32agrhtsv" path="res://Resources/Spells/common/frostCoat.tres" id="4_sf1xi"] [resource] script = ExtResource("1_t8h8m") diff --git a/Resources/Spellbooks/wizardSpellbook.tres b/Resources/Spellbooks/wizardSpellbook.tres index 8c8424c..cadef5a 100644 --- a/Resources/Spellbooks/wizardSpellbook.tres +++ b/Resources/Spellbooks/wizardSpellbook.tres @@ -4,7 +4,7 @@ [ext_resource type="Resource" uid="uid://dl6nv6lp460n3" path="res://Resources/Spells/common/rockThrow.tres" id="2_ofx8j"] [ext_resource type="Resource" uid="uid://bmpu6k55bckdv" path="res://Resources/Spells/legendary/fireball.tres" id="3_brupg"] [ext_resource type="Resource" uid="uid://1xbik4qndtkh" path="res://Resources/Spells/common/firebolt.tres" id="4_chcd4"] -[ext_resource type="Resource" uid="uid://c7kscsdqb8l40" path="res://Resources/Spells/common/cauterizeWound.tres" id="5_p15p1"] +[ext_resource type="Resource" uid="uid://c8oshcilmnbmj" path="res://Resources/Spells/common/cauterizeWound.tres" id="5_p15p1"] [resource] script = ExtResource("1_pn4te") diff --git a/Resources/Spells/common/cauterizeWound.tres b/Resources/Spells/common/cauterizeWound.tres index bd01b34..0390241 100644 --- a/Resources/Spells/common/cauterizeWound.tres +++ b/Resources/Spells/common/cauterizeWound.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c7kscsdqb8l40"] +[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c8oshcilmnbmj"] [ext_resource type="Texture2D" uid="uid://bxyhcltncvy30" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack65.png" id="1_62ld1"] [ext_resource type="Script" path="res://Resources/spell.gd" id="1_avtxj"] @@ -11,11 +11,11 @@ description = "Cauterize your wounds, healing yourself a small amount" rarity = 0 animation = "res://Scenes/Animations/cauterizeWoundAnim.tscn" damage = -1.0 -backfireStrength = 1.0 +backfireStrength = null castCombo = Array[String](["down", "down", "down"]) element = 5 -stunning = false -timeout = 10.0 +stunning = null +timeout = null cooldown = 4.0 blockStrength = { 0: 1.0, diff --git a/Resources/Spells/common/firebolt.tres b/Resources/Spells/common/firebolt.tres index 2031229..4b2510a 100644 --- a/Resources/Spells/common/firebolt.tres +++ b/Resources/Spells/common/firebolt.tres @@ -10,12 +10,12 @@ name = "Firebolt" description = "Cast a small line of fire at your opponent" rarity = 0 animation = "res://Scenes/Animations/fireboltAnim.tscn" -damage = 1.0 -backfireStrength = 1.0 +damage = null +backfireStrength = null castCombo = Array[String](["up", "down", "down"]) element = 1 -stunning = false -timeout = 10.0 +stunning = null +timeout = null cooldown = 2.0 blockStrength = { 0: 1.0, diff --git a/Resources/Spells/common/frostCoat.tres b/Resources/Spells/common/frostCoat.tres index c1d1e90..20dee0f 100644 --- a/Resources/Spells/common/frostCoat.tres +++ b/Resources/Spells/common/frostCoat.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dx77rvbbn58si"] +[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c37f32agrhtsv"] [ext_resource type="Script" path="res://Resources/spell.gd" id="1_3x5uw"] [ext_resource type="Texture2D" uid="uid://drvw5jh0n1waw" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells18.png" id="1_yypf2"] @@ -11,12 +11,12 @@ description = "Create a thin veil of frost, somewhat defending from incoming att rarity = 0 animation = "res://Scenes/Animations/frostCoatAnim.tscn" damage = 0.0 -backfireStrength = 1.0 +backfireStrength = null castCombo = Array[String](["left", "down", "right"]) element = 2 -stunning = false -timeout = 10.0 -cooldown = 1.0 +stunning = null +timeout = null +cooldown = null blockStrength = { 0: 0.8, 1: 0.9, diff --git a/Resources/Spells/common/rockThrow.tres b/Resources/Spells/common/rockThrow.tres index 340982d..24ed0fe 100644 --- a/Resources/Spells/common/rockThrow.tres +++ b/Resources/Spells/common/rockThrow.tres @@ -11,11 +11,11 @@ description = "Throw a rock at your opponent" rarity = 0 animation = "res://Scenes/Animations/rockThrowAnim.tscn" damage = 0.5 -backfireStrength = 1.0 +backfireStrength = null castCombo = Array[String](["down", "up", "up"]) element = 4 stunning = true -timeout = 10.0 +timeout = null cooldown = 5.0 blockStrength = { 0: 0.8, diff --git a/Scenes/UI/mainMenu.tscn b/Scenes/UI/mainMenu.tscn index 12b6e23..e8e29ac 100644 --- a/Scenes/UI/mainMenu.tscn +++ b/Scenes/UI/mainMenu.tscn @@ -28,13 +28,13 @@ [ext_resource type="Resource" uid="uid://ty4ajqwpd6xd" path="res://Resources/Credits/music1.tres" id="22_laxdl"] [ext_resource type="Texture2D" uid="uid://cgdahvbhwdc4e" path="res://Sprites/UI/Edinnu_UI_asset_pack/Sliders/Slider (3).png" id="22_uas7q"] [ext_resource type="Resource" uid="uid://c8knbj20e7npa" path="res://Resources/Credits/sprites.tres" id="24_crwn2"] -[ext_resource type="Resource" uid="uid://cb5hax4nds5oo" path="res://Resources/Credits/music2.tres" id="24_v3coc"] -[ext_resource type="Resource" uid="uid://brxahbi4vjugq" path="res://Resources/Credits/characters.tres" id="25_g7b4v"] -[ext_resource type="Resource" uid="uid://3pyt3kpxrmg3" path="res://Resources/Credits/music3.tres" id="25_xj44e"] +[ext_resource type="Resource" path="res://Resources/Credits/music2.tres" id="24_v3coc"] +[ext_resource type="Resource" path="res://Resources/Credits/characters.tres" id="25_g7b4v"] +[ext_resource type="Resource" path="res://Resources/Credits/music3.tres" id="25_xj44e"] [ext_resource type="Resource" uid="uid://br28lfq7y7wq6" path="res://Resources/Credits/particles.tres" id="26_ceuxk"] -[ext_resource type="Resource" uid="uid://dif2suudut0wr" path="res://Resources/Credits/soundEffects.tres" id="26_uqxdy"] -[ext_resource type="Resource" uid="uid://dygm4rgw6tmj7" path="res://Resources/Credits/ui.tres" id="27_0qt1c"] -[ext_resource type="Resource" uid="uid://clxb5n4jjxuil" path="res://Resources/Credits/uiSounds.tres" id="28_khp6u"] +[ext_resource type="Resource" path="res://Resources/Credits/soundEffects.tres" id="26_uqxdy"] +[ext_resource type="Resource" path="res://Resources/Credits/ui.tres" id="27_0qt1c"] +[ext_resource type="Resource" path="res://Resources/Credits/uiSounds.tres" id="28_khp6u"] [sub_resource type="Animation" id="Animation_eu62g"] length = 0.001 diff --git a/Scenes/data.tscn b/Scenes/data.tscn index 2790e26..363a804 100644 --- a/Scenes/data.tscn +++ b/Scenes/data.tscn @@ -12,11 +12,12 @@ [ext_resource type="Resource" uid="uid://7rne03vmayep" path="res://Resources/Spells/legendary/stoneWall.tres" id="11_jfuyr"] [ext_resource type="Resource" uid="uid://dl51vjra873m1" path="res://Resources/Spells/rare/poisonShield.tres" id="11_mohfk"] [ext_resource type="Resource" uid="uid://csq4f4vhgymg6" path="res://Resources/Spells/rare/sandstorm.tres" id="12_wcscn"] -[ext_resource type="Resource" uid="uid://dk5sne3jycvj7" path="res://Resources/Spells/rare/healingWave.tres" id="13_wlfl7"] -[ext_resource type="Resource" uid="uid://c7kscsdqb8l40" path="res://Resources/Spells/common/cauterizeWound.tres" id="14_11wtp"] -[ext_resource type="Resource" uid="uid://dx77rvbbn58si" path="res://Resources/Spells/common/frostCoat.tres" id="14_16c1w"] +[ext_resource type="Resource" path="res://Resources/Spells/rare/healingWave.tres" id="13_wlfl7"] +[ext_resource type="Resource" uid="uid://c8oshcilmnbmj" path="res://Resources/Spells/common/cauterizeWound.tres" id="14_11wtp"] +[ext_resource type="Resource" uid="uid://c37f32agrhtsv" path="res://Resources/Spells/common/frostCoat.tres" id="14_16c1w"] [node name="Data" type="Node"] script = ExtResource("1_m1o6d") +forWeb = false lockedSpells = Array[Resource("res://Resources/spell.gd")]([ExtResource("2_rphxk"), ExtResource("4_facpx"), ExtResource("5_gakij"), ExtResource("13_wlfl7"), ExtResource("10_t1kk2"), ExtResource("11_mohfk"), ExtResource("12_wcscn"), ExtResource("10_u8r30"), ExtResource("8_vogb5"), ExtResource("11_jfuyr")]) unlockedSpells = Array[Resource("res://Resources/spell.gd")]([ExtResource("3_qjws8"), ExtResource("14_16c1w"), ExtResource("6_jp3r2"), ExtResource("14_11wtp")]) diff --git a/Scripts/musicPlayer.gd b/Scripts/musicPlayer.gd index 55abb43..e2e4ba4 100644 --- a/Scripts/musicPlayer.gd +++ b/Scripts/musicPlayer.gd @@ -2,7 +2,6 @@ class_name MusicPlayer extends AudioStreamPlayer @onready var data: Data = get_node("/root/Root/Data") var mainMenuPlaylist: Playlist = load("res://Resources/Playlists/mainMenu.tres") -var creditsPlaylist: Playlist = load("res://Resources/Playlists/credits.tres") var tavernPlaylist: Playlist = load("res://Resources/Playlists/tavern.tres") var arenaPlaylist: Playlist = load("res://Resources/Playlists/arena.tres") var currentLoc: Playlist @@ -10,7 +9,6 @@ var currentLoc: Playlist # Called when the node enters the scene tree for the first time. func _ready(): mainMenuPlaylist.init(false) - creditsPlaylist.init(false) tavernPlaylist.init(true) arenaPlaylist.init(true) currentLoc = mainMenuPlaylist @@ -26,8 +24,6 @@ func setLoc(loc: Data.Location): match loc: Data.Location.MAINMENU: currentLoc = mainMenuPlaylist - Data.Location.CREDITS: - currentLoc = creditsPlaylist Data.Location.TAVERN: currentLoc = tavernPlaylist Data.Location.ARENA: diff --git a/Sound/Effects/UI/Abstract1.wav b/Sound/Effects/UI/Abstract1.wav deleted file mode 100644 index 55d1961..0000000 Binary files a/Sound/Effects/UI/Abstract1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Abstract1.wav.import b/Sound/Effects/UI/Abstract1.wav.import deleted file mode 100644 index a82886e..0000000 --- a/Sound/Effects/UI/Abstract1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bejr8p02nkokg" -path="res://.godot/imported/Abstract1.wav-3940f4ba5e2750b69f3aaca066ad50be.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Abstract1.wav" -dest_files=["res://.godot/imported/Abstract1.wav-3940f4ba5e2750b69f3aaca066ad50be.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Abstract2.wav b/Sound/Effects/UI/Abstract2.wav deleted file mode 100644 index 3bba5a5..0000000 Binary files a/Sound/Effects/UI/Abstract2.wav and /dev/null differ diff --git a/Sound/Effects/UI/Abstract2.wav.import b/Sound/Effects/UI/Abstract2.wav.import deleted file mode 100644 index 3c62bd4..0000000 --- a/Sound/Effects/UI/Abstract2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://clp57baj3imo2" -path="res://.godot/imported/Abstract2.wav-093382956e73739b1c9ad71c4984c03c.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Abstract2.wav" -dest_files=["res://.godot/imported/Abstract2.wav-093382956e73739b1c9ad71c4984c03c.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/African1.wav b/Sound/Effects/UI/African1.wav deleted file mode 100644 index 416a9f5..0000000 Binary files a/Sound/Effects/UI/African1.wav and /dev/null differ diff --git a/Sound/Effects/UI/African1.wav.import b/Sound/Effects/UI/African1.wav.import deleted file mode 100644 index 730483d..0000000 --- a/Sound/Effects/UI/African1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dyfux4wxrdmmc" -path="res://.godot/imported/African1.wav-791855f37f402a0b2364ef416044b125.sample" - -[deps] - -source_file="res://Sound/Effects/UI/African1.wav" -dest_files=["res://.godot/imported/African1.wav-791855f37f402a0b2364ef416044b125.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/African2.wav b/Sound/Effects/UI/African2.wav deleted file mode 100644 index 075d89e..0000000 Binary files a/Sound/Effects/UI/African2.wav and /dev/null differ diff --git a/Sound/Effects/UI/African2.wav.import b/Sound/Effects/UI/African2.wav.import deleted file mode 100644 index 5cb1375..0000000 --- a/Sound/Effects/UI/African2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://deqgq3c5780r0" -path="res://.godot/imported/African2.wav-1d4d4eec07d58ef42c6b96eabd352ac9.sample" - -[deps] - -source_file="res://Sound/Effects/UI/African2.wav" -dest_files=["res://.godot/imported/African2.wav-1d4d4eec07d58ef42c6b96eabd352ac9.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/African3.wav b/Sound/Effects/UI/African3.wav deleted file mode 100644 index 14b54d0..0000000 Binary files a/Sound/Effects/UI/African3.wav and /dev/null differ diff --git a/Sound/Effects/UI/African3.wav.import b/Sound/Effects/UI/African3.wav.import deleted file mode 100644 index 6bbee50..0000000 --- a/Sound/Effects/UI/African3.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://crg04pcvicsgc" -path="res://.godot/imported/African3.wav-7e826ea14fd1438cd5933326753d5296.sample" - -[deps] - -source_file="res://Sound/Effects/UI/African3.wav" -dest_files=["res://.godot/imported/African3.wav-7e826ea14fd1438cd5933326753d5296.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/African4.wav b/Sound/Effects/UI/African4.wav deleted file mode 100644 index bfbfbf2..0000000 Binary files a/Sound/Effects/UI/African4.wav and /dev/null differ diff --git a/Sound/Effects/UI/African4.wav.import b/Sound/Effects/UI/African4.wav.import deleted file mode 100644 index 9f6ecc7..0000000 --- a/Sound/Effects/UI/African4.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://ccn33kmiqon75" -path="res://.godot/imported/African4.wav-6310e93c329ede545e16911362f7877b.sample" - -[deps] - -source_file="res://Sound/Effects/UI/African4.wav" -dest_files=["res://.godot/imported/African4.wav-6310e93c329ede545e16911362f7877b.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Coffee1.wav b/Sound/Effects/UI/Coffee1.wav deleted file mode 100644 index cb44c22..0000000 Binary files a/Sound/Effects/UI/Coffee1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Coffee1.wav.import b/Sound/Effects/UI/Coffee1.wav.import deleted file mode 100644 index 433553e..0000000 --- a/Sound/Effects/UI/Coffee1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c0h6cd8lml8vs" -path="res://.godot/imported/Coffee1.wav-180ac64fa249da497b7ad2718627a06d.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Coffee1.wav" -dest_files=["res://.godot/imported/Coffee1.wav-180ac64fa249da497b7ad2718627a06d.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Coffee2.wav b/Sound/Effects/UI/Coffee2.wav deleted file mode 100644 index 05d4073..0000000 Binary files a/Sound/Effects/UI/Coffee2.wav and /dev/null differ diff --git a/Sound/Effects/UI/Coffee2.wav.import b/Sound/Effects/UI/Coffee2.wav.import deleted file mode 100644 index 5c40374..0000000 --- a/Sound/Effects/UI/Coffee2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cl5l0a5tws5ac" -path="res://.godot/imported/Coffee2.wav-f5c30039aff47e57d55145bcfbaf89f5.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Coffee2.wav" -dest_files=["res://.godot/imported/Coffee2.wav-f5c30039aff47e57d55145bcfbaf89f5.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist1.wav b/Sound/Effects/UI/Minimalist1.wav deleted file mode 100644 index b0e9230..0000000 Binary files a/Sound/Effects/UI/Minimalist1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist1.wav.import b/Sound/Effects/UI/Minimalist1.wav.import deleted file mode 100644 index c628a96..0000000 --- a/Sound/Effects/UI/Minimalist1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dtlcy5aot14uk" -path="res://.godot/imported/Minimalist1.wav-1bb50e2bfd934c9d162e6a24ffa19c73.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist1.wav" -dest_files=["res://.godot/imported/Minimalist1.wav-1bb50e2bfd934c9d162e6a24ffa19c73.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist10.wav b/Sound/Effects/UI/Minimalist10.wav deleted file mode 100644 index 881ba35..0000000 Binary files a/Sound/Effects/UI/Minimalist10.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist10.wav.import b/Sound/Effects/UI/Minimalist10.wav.import deleted file mode 100644 index e0bea2e..0000000 --- a/Sound/Effects/UI/Minimalist10.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://ch3l5afi0sqx1" -path="res://.godot/imported/Minimalist10.wav-c27204b92cce4207c08dd1746d16d40d.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist10.wav" -dest_files=["res://.godot/imported/Minimalist10.wav-c27204b92cce4207c08dd1746d16d40d.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist11.wav b/Sound/Effects/UI/Minimalist11.wav deleted file mode 100644 index f656b4a..0000000 Binary files a/Sound/Effects/UI/Minimalist11.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist11.wav.import b/Sound/Effects/UI/Minimalist11.wav.import deleted file mode 100644 index 4ab882d..0000000 --- a/Sound/Effects/UI/Minimalist11.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://8opecjogiasr" -path="res://.godot/imported/Minimalist11.wav-49882509669263e9887becb77c10529a.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist11.wav" -dest_files=["res://.godot/imported/Minimalist11.wav-49882509669263e9887becb77c10529a.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist12.wav b/Sound/Effects/UI/Minimalist12.wav deleted file mode 100644 index b391f7c..0000000 Binary files a/Sound/Effects/UI/Minimalist12.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist12.wav.import b/Sound/Effects/UI/Minimalist12.wav.import deleted file mode 100644 index 08200f3..0000000 --- a/Sound/Effects/UI/Minimalist12.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://d28osf0n3lm1n" -path="res://.godot/imported/Minimalist12.wav-3f271375433a3e70b2b6e109942dbdf7.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist12.wav" -dest_files=["res://.godot/imported/Minimalist12.wav-3f271375433a3e70b2b6e109942dbdf7.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist13.wav b/Sound/Effects/UI/Minimalist13.wav deleted file mode 100644 index f1e15b6..0000000 Binary files a/Sound/Effects/UI/Minimalist13.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist13.wav.import b/Sound/Effects/UI/Minimalist13.wav.import deleted file mode 100644 index f24333a..0000000 --- a/Sound/Effects/UI/Minimalist13.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://smhrhr2y8mlk" -path="res://.godot/imported/Minimalist13.wav-344630db853cbe14efdb25a705834a4b.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist13.wav" -dest_files=["res://.godot/imported/Minimalist13.wav-344630db853cbe14efdb25a705834a4b.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist3.wav b/Sound/Effects/UI/Minimalist3.wav deleted file mode 100644 index 45b28fd..0000000 Binary files a/Sound/Effects/UI/Minimalist3.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist3.wav.import b/Sound/Effects/UI/Minimalist3.wav.import deleted file mode 100644 index b1ce9ab..0000000 --- a/Sound/Effects/UI/Minimalist3.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://tr1yl38xm5t8" -path="res://.godot/imported/Minimalist3.wav-0fd2de03f0464fdc2338c3d1d2edb08d.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist3.wav" -dest_files=["res://.godot/imported/Minimalist3.wav-0fd2de03f0464fdc2338c3d1d2edb08d.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist4.wav b/Sound/Effects/UI/Minimalist4.wav deleted file mode 100644 index 2319d7b..0000000 Binary files a/Sound/Effects/UI/Minimalist4.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist4.wav.import b/Sound/Effects/UI/Minimalist4.wav.import deleted file mode 100644 index 4c6c576..0000000 --- a/Sound/Effects/UI/Minimalist4.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dvltbydko460u" -path="res://.godot/imported/Minimalist4.wav-8190bf9c03e6a3585af5373d9827f5f2.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist4.wav" -dest_files=["res://.godot/imported/Minimalist4.wav-8190bf9c03e6a3585af5373d9827f5f2.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist5.wav b/Sound/Effects/UI/Minimalist5.wav deleted file mode 100644 index 558f9cc..0000000 Binary files a/Sound/Effects/UI/Minimalist5.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist5.wav.import b/Sound/Effects/UI/Minimalist5.wav.import deleted file mode 100644 index 6e1fbce..0000000 --- a/Sound/Effects/UI/Minimalist5.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bgdljddqcxlw0" -path="res://.godot/imported/Minimalist5.wav-a151d0a575d1818c49264d747f2db3f1.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist5.wav" -dest_files=["res://.godot/imported/Minimalist5.wav-a151d0a575d1818c49264d747f2db3f1.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist6.wav b/Sound/Effects/UI/Minimalist6.wav deleted file mode 100644 index a94fec7..0000000 Binary files a/Sound/Effects/UI/Minimalist6.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist6.wav.import b/Sound/Effects/UI/Minimalist6.wav.import deleted file mode 100644 index c04d928..0000000 --- a/Sound/Effects/UI/Minimalist6.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://chooqi7wu7r4b" -path="res://.godot/imported/Minimalist6.wav-c03d6a10385740ba905f163fd367e414.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist6.wav" -dest_files=["res://.godot/imported/Minimalist6.wav-c03d6a10385740ba905f163fd367e414.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist7.wav b/Sound/Effects/UI/Minimalist7.wav deleted file mode 100644 index b823852..0000000 Binary files a/Sound/Effects/UI/Minimalist7.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist7.wav.import b/Sound/Effects/UI/Minimalist7.wav.import deleted file mode 100644 index faf45c7..0000000 --- a/Sound/Effects/UI/Minimalist7.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bylfgcm2doff2" -path="res://.godot/imported/Minimalist7.wav-bd9cd5a2230a64222040ac147f551adc.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist7.wav" -dest_files=["res://.godot/imported/Minimalist7.wav-bd9cd5a2230a64222040ac147f551adc.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Minimalist9.wav b/Sound/Effects/UI/Minimalist9.wav deleted file mode 100644 index 21cb2ed..0000000 Binary files a/Sound/Effects/UI/Minimalist9.wav and /dev/null differ diff --git a/Sound/Effects/UI/Minimalist9.wav.import b/Sound/Effects/UI/Minimalist9.wav.import deleted file mode 100644 index 340791c..0000000 --- a/Sound/Effects/UI/Minimalist9.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cyrk2jio4lqrg" -path="res://.godot/imported/Minimalist9.wav-fe5c8f9f40564ce110b074fd3cf537df.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Minimalist9.wav" -dest_files=["res://.godot/imported/Minimalist9.wav-fe5c8f9f40564ce110b074fd3cf537df.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern1.wav b/Sound/Effects/UI/Modern1.wav deleted file mode 100644 index 120ff7e..0000000 Binary files a/Sound/Effects/UI/Modern1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern1.wav.import b/Sound/Effects/UI/Modern1.wav.import deleted file mode 100644 index a8f7d7e..0000000 --- a/Sound/Effects/UI/Modern1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://ijacarmvjnri" -path="res://.godot/imported/Modern1.wav-8b016c118780ea780c45e193a1842bcd.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern1.wav" -dest_files=["res://.godot/imported/Modern1.wav-8b016c118780ea780c45e193a1842bcd.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern10.wav b/Sound/Effects/UI/Modern10.wav deleted file mode 100644 index 4ed6bf1..0000000 Binary files a/Sound/Effects/UI/Modern10.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern10.wav.import b/Sound/Effects/UI/Modern10.wav.import deleted file mode 100644 index 56dfc07..0000000 --- a/Sound/Effects/UI/Modern10.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bre43xo3oycis" -path="res://.godot/imported/Modern10.wav-77bfd8f0e0cc535687a6de232e861997.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern10.wav" -dest_files=["res://.godot/imported/Modern10.wav-77bfd8f0e0cc535687a6de232e861997.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern11.wav b/Sound/Effects/UI/Modern11.wav deleted file mode 100644 index 8d3bb16..0000000 Binary files a/Sound/Effects/UI/Modern11.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern11.wav.import b/Sound/Effects/UI/Modern11.wav.import deleted file mode 100644 index 98fe8b5..0000000 --- a/Sound/Effects/UI/Modern11.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://blmc8idimndvt" -path="res://.godot/imported/Modern11.wav-6ea163b15927fcda03de10e534567787.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern11.wav" -dest_files=["res://.godot/imported/Modern11.wav-6ea163b15927fcda03de10e534567787.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern12.wav b/Sound/Effects/UI/Modern12.wav deleted file mode 100644 index adcf097..0000000 Binary files a/Sound/Effects/UI/Modern12.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern12.wav.import b/Sound/Effects/UI/Modern12.wav.import deleted file mode 100644 index 084f808..0000000 --- a/Sound/Effects/UI/Modern12.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://b7sqvlj1ohk1r" -path="res://.godot/imported/Modern12.wav-bd44a188ac8b961992cdd47290aa6b30.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern12.wav" -dest_files=["res://.godot/imported/Modern12.wav-bd44a188ac8b961992cdd47290aa6b30.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern13.wav b/Sound/Effects/UI/Modern13.wav deleted file mode 100644 index 16090c4..0000000 Binary files a/Sound/Effects/UI/Modern13.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern13.wav.import b/Sound/Effects/UI/Modern13.wav.import deleted file mode 100644 index e98daa2..0000000 --- a/Sound/Effects/UI/Modern13.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cgaq47d21q0vq" -path="res://.godot/imported/Modern13.wav-5fb096a37016e3ec89a921c7509d478b.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern13.wav" -dest_files=["res://.godot/imported/Modern13.wav-5fb096a37016e3ec89a921c7509d478b.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern14.wav b/Sound/Effects/UI/Modern14.wav deleted file mode 100644 index cc78257..0000000 Binary files a/Sound/Effects/UI/Modern14.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern14.wav.import b/Sound/Effects/UI/Modern14.wav.import deleted file mode 100644 index 52e9b78..0000000 --- a/Sound/Effects/UI/Modern14.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dw5via8ef8fwk" -path="res://.godot/imported/Modern14.wav-e9913d3e056eb91ab3bab48616c28655.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern14.wav" -dest_files=["res://.godot/imported/Modern14.wav-e9913d3e056eb91ab3bab48616c28655.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern15.wav b/Sound/Effects/UI/Modern15.wav deleted file mode 100644 index 1184af6..0000000 Binary files a/Sound/Effects/UI/Modern15.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern15.wav.import b/Sound/Effects/UI/Modern15.wav.import deleted file mode 100644 index 5c72132..0000000 --- a/Sound/Effects/UI/Modern15.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bs6doryxl1nrr" -path="res://.godot/imported/Modern15.wav-6e0427cacc3fdc1d7e9034b94b8ad78c.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern15.wav" -dest_files=["res://.godot/imported/Modern15.wav-6e0427cacc3fdc1d7e9034b94b8ad78c.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern16.wav b/Sound/Effects/UI/Modern16.wav deleted file mode 100644 index 64edae8..0000000 Binary files a/Sound/Effects/UI/Modern16.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern16.wav.import b/Sound/Effects/UI/Modern16.wav.import deleted file mode 100644 index d8fd285..0000000 --- a/Sound/Effects/UI/Modern16.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://by83dbj57e4eg" -path="res://.godot/imported/Modern16.wav-0d99cde89d2110ce5ed3d091dc56d274.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern16.wav" -dest_files=["res://.godot/imported/Modern16.wav-0d99cde89d2110ce5ed3d091dc56d274.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern2.wav b/Sound/Effects/UI/Modern2.wav deleted file mode 100644 index 43895cd..0000000 Binary files a/Sound/Effects/UI/Modern2.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern2.wav.import b/Sound/Effects/UI/Modern2.wav.import deleted file mode 100644 index d8bab4f..0000000 --- a/Sound/Effects/UI/Modern2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dmadyxq8dqkn6" -path="res://.godot/imported/Modern2.wav-d3d305080fa7d582616181d3c054e051.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern2.wav" -dest_files=["res://.godot/imported/Modern2.wav-d3d305080fa7d582616181d3c054e051.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern3.wav b/Sound/Effects/UI/Modern3.wav deleted file mode 100644 index 1b901b7..0000000 Binary files a/Sound/Effects/UI/Modern3.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern3.wav.import b/Sound/Effects/UI/Modern3.wav.import deleted file mode 100644 index 0a91d31..0000000 --- a/Sound/Effects/UI/Modern3.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bjf6m6xa7i5bp" -path="res://.godot/imported/Modern3.wav-fa68192ee3357927ba402b822235ced7.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern3.wav" -dest_files=["res://.godot/imported/Modern3.wav-fa68192ee3357927ba402b822235ced7.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern4.wav b/Sound/Effects/UI/Modern4.wav deleted file mode 100644 index 6d89402..0000000 Binary files a/Sound/Effects/UI/Modern4.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern4.wav.import b/Sound/Effects/UI/Modern4.wav.import deleted file mode 100644 index dc9ab4d..0000000 --- a/Sound/Effects/UI/Modern4.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://d3fipxpaatcu0" -path="res://.godot/imported/Modern4.wav-edd0ca6e2d12b40c2d00a9ca1bd69370.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern4.wav" -dest_files=["res://.godot/imported/Modern4.wav-edd0ca6e2d12b40c2d00a9ca1bd69370.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern5.wav b/Sound/Effects/UI/Modern5.wav deleted file mode 100644 index 95c08ed..0000000 Binary files a/Sound/Effects/UI/Modern5.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern5.wav.import b/Sound/Effects/UI/Modern5.wav.import deleted file mode 100644 index edd86df..0000000 --- a/Sound/Effects/UI/Modern5.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://id7lbg5luryl" -path="res://.godot/imported/Modern5.wav-db5783260d49e7865256754e4c705111.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern5.wav" -dest_files=["res://.godot/imported/Modern5.wav-db5783260d49e7865256754e4c705111.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern6.wav b/Sound/Effects/UI/Modern6.wav deleted file mode 100644 index 73b7eb0..0000000 Binary files a/Sound/Effects/UI/Modern6.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern6.wav.import b/Sound/Effects/UI/Modern6.wav.import deleted file mode 100644 index 253098f..0000000 --- a/Sound/Effects/UI/Modern6.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://yb33eoq7tcy5" -path="res://.godot/imported/Modern6.wav-46c1ad4939ae4f8898616d2430ea1886.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern6.wav" -dest_files=["res://.godot/imported/Modern6.wav-46c1ad4939ae4f8898616d2430ea1886.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern7.wav b/Sound/Effects/UI/Modern7.wav deleted file mode 100644 index 362a6ac..0000000 Binary files a/Sound/Effects/UI/Modern7.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern7.wav.import b/Sound/Effects/UI/Modern7.wav.import deleted file mode 100644 index 7289b67..0000000 --- a/Sound/Effects/UI/Modern7.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cm3ng3o4snhnw" -path="res://.godot/imported/Modern7.wav-abcc220e9f0617ab0dec240c657a2b7a.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern7.wav" -dest_files=["res://.godot/imported/Modern7.wav-abcc220e9f0617ab0dec240c657a2b7a.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern8.wav b/Sound/Effects/UI/Modern8.wav deleted file mode 100644 index cc66aaa..0000000 Binary files a/Sound/Effects/UI/Modern8.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern8.wav.import b/Sound/Effects/UI/Modern8.wav.import deleted file mode 100644 index 9be9dd5..0000000 --- a/Sound/Effects/UI/Modern8.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dvbq0p6fdh3j8" -path="res://.godot/imported/Modern8.wav-47d547e6340742c869c18eb56b04cb13.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern8.wav" -dest_files=["res://.godot/imported/Modern8.wav-47d547e6340742c869c18eb56b04cb13.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Modern9.wav b/Sound/Effects/UI/Modern9.wav deleted file mode 100644 index fa4b0c0..0000000 Binary files a/Sound/Effects/UI/Modern9.wav and /dev/null differ diff --git a/Sound/Effects/UI/Modern9.wav.import b/Sound/Effects/UI/Modern9.wav.import deleted file mode 100644 index 156ad9c..0000000 --- a/Sound/Effects/UI/Modern9.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://b08y0mr5afgsw" -path="res://.godot/imported/Modern9.wav-e0f4c5998d886af0704346aa34752acd.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Modern9.wav" -dest_files=["res://.godot/imported/Modern9.wav-e0f4c5998d886af0704346aa34752acd.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro1.wav b/Sound/Effects/UI/Retro1.wav deleted file mode 100644 index 86c4b01..0000000 Binary files a/Sound/Effects/UI/Retro1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro1.wav.import b/Sound/Effects/UI/Retro1.wav.import deleted file mode 100644 index b8f2cc5..0000000 --- a/Sound/Effects/UI/Retro1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c8rfku1xcd2i6" -path="res://.godot/imported/Retro1.wav-3300c798c99524c66f650c837ba19f8a.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro1.wav" -dest_files=["res://.godot/imported/Retro1.wav-3300c798c99524c66f650c837ba19f8a.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro10.wav b/Sound/Effects/UI/Retro10.wav deleted file mode 100644 index d82990c..0000000 Binary files a/Sound/Effects/UI/Retro10.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro10.wav.import b/Sound/Effects/UI/Retro10.wav.import deleted file mode 100644 index 39259ab..0000000 --- a/Sound/Effects/UI/Retro10.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dnqrvvqmkkoql" -path="res://.godot/imported/Retro10.wav-d0573a45c9ab9556c2269721ba773dc9.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro10.wav" -dest_files=["res://.godot/imported/Retro10.wav-d0573a45c9ab9556c2269721ba773dc9.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro11.wav b/Sound/Effects/UI/Retro11.wav deleted file mode 100644 index e2d864b..0000000 Binary files a/Sound/Effects/UI/Retro11.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro11.wav.import b/Sound/Effects/UI/Retro11.wav.import deleted file mode 100644 index d2d0142..0000000 --- a/Sound/Effects/UI/Retro11.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://ceym4v8ix40jl" -path="res://.godot/imported/Retro11.wav-b1088a5cf5d088b6e91290cb3a833a99.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro11.wav" -dest_files=["res://.godot/imported/Retro11.wav-b1088a5cf5d088b6e91290cb3a833a99.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro12.wav b/Sound/Effects/UI/Retro12.wav deleted file mode 100644 index e1df547..0000000 Binary files a/Sound/Effects/UI/Retro12.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro12.wav.import b/Sound/Effects/UI/Retro12.wav.import deleted file mode 100644 index cdcdab6..0000000 --- a/Sound/Effects/UI/Retro12.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cl8umw7x6xp7u" -path="res://.godot/imported/Retro12.wav-79a47b3b1c2381294ce30ced4a3977a4.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro12.wav" -dest_files=["res://.godot/imported/Retro12.wav-79a47b3b1c2381294ce30ced4a3977a4.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro2.wav b/Sound/Effects/UI/Retro2.wav deleted file mode 100644 index 986b07a..0000000 Binary files a/Sound/Effects/UI/Retro2.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro2.wav.import b/Sound/Effects/UI/Retro2.wav.import deleted file mode 100644 index 82b7529..0000000 --- a/Sound/Effects/UI/Retro2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c6bpxt6qml1b8" -path="res://.godot/imported/Retro2.wav-0c902bdb65668866185d45762393c6e8.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro2.wav" -dest_files=["res://.godot/imported/Retro2.wav-0c902bdb65668866185d45762393c6e8.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro3.wav b/Sound/Effects/UI/Retro3.wav deleted file mode 100644 index 4f22401..0000000 Binary files a/Sound/Effects/UI/Retro3.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro3.wav.import b/Sound/Effects/UI/Retro3.wav.import deleted file mode 100644 index 72b8a65..0000000 --- a/Sound/Effects/UI/Retro3.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://brp0br3r5dvuo" -path="res://.godot/imported/Retro3.wav-c3bea27e05a5d2d99561e076ecaec4df.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro3.wav" -dest_files=["res://.godot/imported/Retro3.wav-c3bea27e05a5d2d99561e076ecaec4df.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro4.wav b/Sound/Effects/UI/Retro4.wav deleted file mode 100644 index 9fa0be1..0000000 Binary files a/Sound/Effects/UI/Retro4.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro4.wav.import b/Sound/Effects/UI/Retro4.wav.import deleted file mode 100644 index 48513dc..0000000 --- a/Sound/Effects/UI/Retro4.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://bm1cajjchx7gb" -path="res://.godot/imported/Retro4.wav-46ebadaf67609bd179a68487f09f5ca5.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro4.wav" -dest_files=["res://.godot/imported/Retro4.wav-46ebadaf67609bd179a68487f09f5ca5.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro5.wav b/Sound/Effects/UI/Retro5.wav deleted file mode 100644 index bdb11c6..0000000 Binary files a/Sound/Effects/UI/Retro5.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro5.wav.import b/Sound/Effects/UI/Retro5.wav.import deleted file mode 100644 index c96a01a..0000000 --- a/Sound/Effects/UI/Retro5.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c43k216qtlimx" -path="res://.godot/imported/Retro5.wav-8f4a38fde76409b7f9a07afe1b4518f2.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro5.wav" -dest_files=["res://.godot/imported/Retro5.wav-8f4a38fde76409b7f9a07afe1b4518f2.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro6.wav b/Sound/Effects/UI/Retro6.wav deleted file mode 100644 index fc0644e..0000000 Binary files a/Sound/Effects/UI/Retro6.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro6.wav.import b/Sound/Effects/UI/Retro6.wav.import deleted file mode 100644 index b1bf4d5..0000000 --- a/Sound/Effects/UI/Retro6.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c8qqqe3nyp7jg" -path="res://.godot/imported/Retro6.wav-3230240f60c5e8f6f28ca1125c24046a.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro6.wav" -dest_files=["res://.godot/imported/Retro6.wav-3230240f60c5e8f6f28ca1125c24046a.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro7.wav b/Sound/Effects/UI/Retro7.wav deleted file mode 100644 index 18dd59c..0000000 Binary files a/Sound/Effects/UI/Retro7.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro7.wav.import b/Sound/Effects/UI/Retro7.wav.import deleted file mode 100644 index 9a32889..0000000 --- a/Sound/Effects/UI/Retro7.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dyyig5rd0fae7" -path="res://.godot/imported/Retro7.wav-21f04fe94d127f8b54d55bfe966a41e2.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro7.wav" -dest_files=["res://.godot/imported/Retro7.wav-21f04fe94d127f8b54d55bfe966a41e2.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro8.wav b/Sound/Effects/UI/Retro8.wav deleted file mode 100644 index 0f2d983..0000000 Binary files a/Sound/Effects/UI/Retro8.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro8.wav.import b/Sound/Effects/UI/Retro8.wav.import deleted file mode 100644 index 32c5790..0000000 --- a/Sound/Effects/UI/Retro8.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dnh67wtcofqm1" -path="res://.godot/imported/Retro8.wav-d98a8597309c7f8deff3ef8f5b0a4c0a.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro8.wav" -dest_files=["res://.godot/imported/Retro8.wav-d98a8597309c7f8deff3ef8f5b0a4c0a.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Retro9.wav b/Sound/Effects/UI/Retro9.wav deleted file mode 100644 index 4b2fadd..0000000 Binary files a/Sound/Effects/UI/Retro9.wav and /dev/null differ diff --git a/Sound/Effects/UI/Retro9.wav.import b/Sound/Effects/UI/Retro9.wav.import deleted file mode 100644 index 1709ac5..0000000 --- a/Sound/Effects/UI/Retro9.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://dn8brg0lgrs7d" -path="res://.godot/imported/Retro9.wav-ac557c774aa146c4eb3e9f56ae77e173.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Retro9.wav" -dest_files=["res://.godot/imported/Retro9.wav-ac557c774aa146c4eb3e9f56ae77e173.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Wood Block1.wav b/Sound/Effects/UI/Wood Block1.wav deleted file mode 100644 index a25e2b2..0000000 Binary files a/Sound/Effects/UI/Wood Block1.wav and /dev/null differ diff --git a/Sound/Effects/UI/Wood Block1.wav.import b/Sound/Effects/UI/Wood Block1.wav.import deleted file mode 100644 index 9d3a643..0000000 --- a/Sound/Effects/UI/Wood Block1.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://cwy1j663rhwdb" -path="res://.godot/imported/Wood Block1.wav-d403d450942730619e02ee0b39e0ef79.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Wood Block1.wav" -dest_files=["res://.godot/imported/Wood Block1.wav-d403d450942730619e02ee0b39e0ef79.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Wood Block2.wav b/Sound/Effects/UI/Wood Block2.wav deleted file mode 100644 index 89544a8..0000000 Binary files a/Sound/Effects/UI/Wood Block2.wav and /dev/null differ diff --git a/Sound/Effects/UI/Wood Block2.wav.import b/Sound/Effects/UI/Wood Block2.wav.import deleted file mode 100644 index b8cd882..0000000 --- a/Sound/Effects/UI/Wood Block2.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://frhwvfavtcw1" -path="res://.godot/imported/Wood Block2.wav-3288f9ee65740c74a430852853a8a3f6.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Wood Block2.wav" -dest_files=["res://.godot/imported/Wood Block2.wav-3288f9ee65740c74a430852853a8a3f6.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Effects/UI/Wood Block3.wav b/Sound/Effects/UI/Wood Block3.wav deleted file mode 100644 index 572005b..0000000 Binary files a/Sound/Effects/UI/Wood Block3.wav and /dev/null differ diff --git a/Sound/Effects/UI/Wood Block3.wav.import b/Sound/Effects/UI/Wood Block3.wav.import deleted file mode 100644 index 9180500..0000000 --- a/Sound/Effects/UI/Wood Block3.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://c3hm6frb5x6sg" -path="res://.godot/imported/Wood Block3.wav-a8ee11f75578a299cd90b0da7415ac20.sample" - -[deps] - -source_file="res://Sound/Effects/UI/Wood Block3.wav" -dest_files=["res://.godot/imported/Wood Block3.wav-a8ee11f75578a299cd90b0da7415ac20.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=0 diff --git a/Sound/Music/Achievement.mp3 b/Sound/Music/Achievement.mp3 deleted file mode 100644 index e6a3357..0000000 Binary files a/Sound/Music/Achievement.mp3 and /dev/null differ diff --git a/Sound/Music/Achievement.mp3.import b/Sound/Music/Achievement.mp3.import deleted file mode 100644 index 3ed613e..0000000 --- a/Sound/Music/Achievement.mp3.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -uid="uid://cmptaarwp65jy" -path="res://.godot/imported/Achievement.mp3-eb3085a53a9912a2e6ee74c8da57bc57.mp3str" - -[deps] - -source_file="res://Sound/Music/Achievement.mp3" -dest_files=["res://.godot/imported/Achievement.mp3-eb3085a53a9912a2e6ee74c8da57bc57.mp3str"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Sound/Music/Pathfinder.mp3 b/Sound/Music/Pathfinder.mp3 deleted file mode 100644 index c96825a..0000000 Binary files a/Sound/Music/Pathfinder.mp3 and /dev/null differ diff --git a/Sound/Music/Pathfinder.mp3.import b/Sound/Music/Pathfinder.mp3.import deleted file mode 100644 index 7dd2155..0000000 --- a/Sound/Music/Pathfinder.mp3.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -uid="uid://cut0fxcetc4da" -path="res://.godot/imported/Pathfinder.mp3-0a5d9f9874345df64316d87fe44d7849.mp3str" - -[deps] - -source_file="res://Sound/Music/Pathfinder.mp3" -dest_files=["res://.godot/imported/Pathfinder.mp3-0a5d9f9874345df64316d87fe44d7849.mp3str"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Sound/Music/The_Wizard.mp3 b/Sound/Music/The_Wizard.mp3 deleted file mode 100644 index f8bddb3..0000000 Binary files a/Sound/Music/The_Wizard.mp3 and /dev/null differ diff --git a/Sound/Music/The_Wizard.mp3.import b/Sound/Music/The_Wizard.mp3.import deleted file mode 100644 index d04db3e..0000000 --- a/Sound/Music/The_Wizard.mp3.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -uid="uid://bi0k4vkn48i8u" -path="res://.godot/imported/The_Wizard.mp3-550893811e9903acf8b79c40faa61daa.mp3str" - -[deps] - -source_file="res://Sound/Music/The_Wizard.mp3" -dest_files=["res://.godot/imported/The_Wizard.mp3-550893811e9903acf8b79c40faa61daa.mp3str"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Sound/Music/The_Wizard_Quiet.mp3 b/Sound/Music/The_Wizard_Quiet.mp3 new file mode 100644 index 0000000..7e9ca59 Binary files /dev/null and b/Sound/Music/The_Wizard_Quiet.mp3 differ diff --git a/Sound/Music/The_Wizard_Quiet.mp3.import b/Sound/Music/The_Wizard_Quiet.mp3.import new file mode 100644 index 0000000..521b1a4 --- /dev/null +++ b/Sound/Music/The_Wizard_Quiet.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://be45y8fwv85rs" +path="res://.godot/imported/The_Wizard_Quiet.mp3-a4a0c91b68e332a83980528d126002c7.mp3str" + +[deps] + +source_file="res://Sound/Music/The_Wizard_Quiet.mp3" +dest_files=["res://.godot/imported/The_Wizard_Quiet.mp3-a4a0c91b68e332a83980528d126002c7.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/Sound/Music/Wanderer.ogg b/Sound/Music/Wanderer.ogg deleted file mode 100644 index 97eea27..0000000 Binary files a/Sound/Music/Wanderer.ogg and /dev/null differ diff --git a/Sound/Music/Wanderer.ogg.import b/Sound/Music/Wanderer.ogg.import deleted file mode 100644 index 70c69f4..0000000 --- a/Sound/Music/Wanderer.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://cqarbn5br0mtg" -path="res://.godot/imported/Wanderer.ogg-2e3b5f804bd34651cecfd35c3a9d0d72.oggvorbisstr" - -[deps] - -source_file="res://Sound/Music/Wanderer.ogg" -dest_files=["res://.godot/imported/Wanderer.ogg-2e3b5f804bd34651cecfd35c3a9d0d72.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Sound/Music/Wanderer_Quiet.mp3 b/Sound/Music/Wanderer_Quiet.mp3 new file mode 100644 index 0000000..57b8177 Binary files /dev/null and b/Sound/Music/Wanderer_Quiet.mp3 differ diff --git a/Sound/Music/Wanderer_Quiet.mp3.import b/Sound/Music/Wanderer_Quiet.mp3.import new file mode 100644 index 0000000..944d857 --- /dev/null +++ b/Sound/Music/Wanderer_Quiet.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://b5qiaq235syvc" +path="res://.godot/imported/Wanderer_Quiet.mp3-6e198a6e47ef07bb78f6f976447b3902.mp3str" + +[deps] + +source_file="res://Sound/Music/Wanderer_Quiet.mp3" +dest_files=["res://.godot/imported/Wanderer_Quiet.mp3-6e198a6e47ef07bb78f6f976447b3902.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/Sound/Music/fight-for-your-rights-13529.mp3 b/Sound/Music/fight-for-your-rights-13529.mp3 deleted file mode 100644 index 1f1c291..0000000 Binary files a/Sound/Music/fight-for-your-rights-13529.mp3 and /dev/null differ diff --git a/Sound/Music/fight-for-your-rights-13529.mp3.import b/Sound/Music/fight-for-your-rights-13529.mp3.import deleted file mode 100644 index 5f9d56f..0000000 --- a/Sound/Music/fight-for-your-rights-13529.mp3.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -uid="uid://tulfp2cuvaiv" -path="res://.godot/imported/fight-for-your-rights-13529.mp3-822163be845b7d3bff58974705cb0798.mp3str" - -[deps] - -source_file="res://Sound/Music/fight-for-your-rights-13529.mp3" -dest_files=["res://.godot/imported/fight-for-your-rights-13529.mp3-822163be845b7d3bff58974705cb0798.mp3str"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Sound/Music/fight-for-your-rights-quiet.mp3 b/Sound/Music/fight-for-your-rights-quiet.mp3 new file mode 100644 index 0000000..ab5e167 Binary files /dev/null and b/Sound/Music/fight-for-your-rights-quiet.mp3 differ diff --git a/Sound/Music/fight-for-your-rights-quiet.mp3.import b/Sound/Music/fight-for-your-rights-quiet.mp3.import new file mode 100644 index 0000000..6e3461e --- /dev/null +++ b/Sound/Music/fight-for-your-rights-quiet.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://dmt4srppmikg2" +path="res://.godot/imported/fight-for-your-rights-quiet.mp3-6273ca8de37550e65cbc7e2c0c5f7e4c.mp3str" + +[deps] + +source_file="res://Sound/Music/fight-for-your-rights-quiet.mp3" +dest_files=["res://.godot/imported/fight-for-your-rights-quiet.mp3-6273ca8de37550e65cbc7e2c0c5f7e4c.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/Sound/Music/pirate-tavern-full-version-167990.mp3 b/Sound/Music/pirate-tavern-full-version-167990.mp3 deleted file mode 100644 index 0f7aee1..0000000 Binary files a/Sound/Music/pirate-tavern-full-version-167990.mp3 and /dev/null differ diff --git a/Sound/Music/pirate-tavern-full-version-167990_quiet.mp3 b/Sound/Music/pirate-tavern-full-version-167990_quiet.mp3 new file mode 100644 index 0000000..19fa57f Binary files /dev/null and b/Sound/Music/pirate-tavern-full-version-167990_quiet.mp3 differ diff --git a/Sound/Music/pirate-tavern-full-version-167990.mp3.import b/Sound/Music/pirate-tavern-full-version-167990_quiet.mp3.import similarity index 54% rename from Sound/Music/pirate-tavern-full-version-167990.mp3.import rename to Sound/Music/pirate-tavern-full-version-167990_quiet.mp3.import index 5a3c220..e0ccaa6 100644 --- a/Sound/Music/pirate-tavern-full-version-167990.mp3.import +++ b/Sound/Music/pirate-tavern-full-version-167990_quiet.mp3.import @@ -2,13 +2,13 @@ importer="mp3" type="AudioStreamMP3" -uid="uid://cjqn3r6xxbl6y" -path="res://.godot/imported/pirate-tavern-full-version-167990.mp3-0c958991f36ff60c560db89305eb1986.mp3str" +uid="uid://dbtms6f76bwq" +path="res://.godot/imported/pirate-tavern-full-version-167990_quiet.mp3-40b90af49b5e865484815205e9efe6bf.mp3str" [deps] -source_file="res://Sound/Music/pirate-tavern-full-version-167990.mp3" -dest_files=["res://.godot/imported/pirate-tavern-full-version-167990.mp3-0c958991f36ff60c560db89305eb1986.mp3str"] +source_file="res://Sound/Music/pirate-tavern-full-version-167990_quiet.mp3" +dest_files=["res://.godot/imported/pirate-tavern-full-version-167990_quiet.mp3-40b90af49b5e865484815205e9efe6bf.mp3str"] [params] diff --git a/Sprites/Misc/Dragon egg by Captainskeleto.png b/Sprites/Misc/Dragon egg by Captainskeleto.png deleted file mode 100644 index 571833b..0000000 Binary files a/Sprites/Misc/Dragon egg by Captainskeleto.png and /dev/null differ diff --git a/Sprites/Misc/Dragon egg by Captainskeleto.png.import b/Sprites/Misc/Dragon egg by Captainskeleto.png.import deleted file mode 100644 index 76ee23d..0000000 --- a/Sprites/Misc/Dragon egg by Captainskeleto.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jspcokvvubu" -path="res://.godot/imported/Dragon egg by Captainskeleto.png-5f92211c4bc51b7be5a788766ca5ed0d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Dragon egg by Captainskeleto.png" -dest_files=["res://.godot/imported/Dragon egg by Captainskeleto.png-5f92211c4bc51b7be5a788766ca5ed0d.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png b/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png deleted file mode 100644 index 8d6f019..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png.import deleted file mode 100644 index 23523b9..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bknnw1jskktlc" -path="res://.godot/imported/Magic Book Sheet.png-23f57f69836310c0461b28fcec7a1e26.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/Magic Book Sheet.png" -dest_files=["res://.godot/imported/Magic Book Sheet.png-23f57f69836310c0461b28fcec7a1e26.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png deleted file mode 100644 index ec37a8c..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png.import deleted file mode 100644 index 0417018..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ha3werdwbvpe" -path="res://.godot/imported/magic book _1.png-db3ce443135d51fd57a73cef579c3e13.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _1.png" -dest_files=["res://.godot/imported/magic book _1.png-db3ce443135d51fd57a73cef579c3e13.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png deleted file mode 100644 index 10225ce..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png.import deleted file mode 100644 index f161d4a..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlfqb4ht8fw7t" -path="res://.godot/imported/magic book _10.png-d7eecf896b988511d53367048858d6a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _10.png" -dest_files=["res://.godot/imported/magic book _10.png-d7eecf896b988511d53367048858d6a6.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png deleted file mode 100644 index b1d81fd..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png.import deleted file mode 100644 index eecbbae..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bufxyrtel5wro" -path="res://.godot/imported/magic book _11.png-b12543e92aab19b4f4427cd40b649b1c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _11.png" -dest_files=["res://.godot/imported/magic book _11.png-b12543e92aab19b4f4427cd40b649b1c.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png deleted file mode 100644 index 46db329..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png.import deleted file mode 100644 index 16d17d4..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cx0djgoxis5v6" -path="res://.godot/imported/magic book _12.png-8410099ee05bf4f99019c10f10a41a16.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _12.png" -dest_files=["res://.godot/imported/magic book _12.png-8410099ee05bf4f99019c10f10a41a16.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png deleted file mode 100644 index 5ca9348..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png.import deleted file mode 100644 index e332307..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5qg1pu3e8fyh" -path="res://.godot/imported/magic book _13.png-a6d8d193384cf9818514d6f7abe22876.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _13.png" -dest_files=["res://.godot/imported/magic book _13.png-a6d8d193384cf9818514d6f7abe22876.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png deleted file mode 100644 index 95817f0..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png.import deleted file mode 100644 index e6d2e9b..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b322xn6dm51wu" -path="res://.godot/imported/magic book _14.png-c2e535d1fb75e32c71c1726268e3fe61.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _14.png" -dest_files=["res://.godot/imported/magic book _14.png-c2e535d1fb75e32c71c1726268e3fe61.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png deleted file mode 100644 index 0117e6a..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png.import deleted file mode 100644 index 017769e..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dx2rtpvdilo1n" -path="res://.godot/imported/magic book _15.png-655623e341d9cc55d4458ba750477c2a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _15.png" -dest_files=["res://.godot/imported/magic book _15.png-655623e341d9cc55d4458ba750477c2a.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png deleted file mode 100644 index e1d9d7a..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png.import deleted file mode 100644 index e171e89..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cuj6s4mryp4pg" -path="res://.godot/imported/magic book _16.png-123f053b099ebce88fb8d8798adbefe1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _16.png" -dest_files=["res://.godot/imported/magic book _16.png-123f053b099ebce88fb8d8798adbefe1.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png deleted file mode 100644 index c8e49a8..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png.import deleted file mode 100644 index 5be72b7..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dv67fn6aydfqe" -path="res://.godot/imported/magic book _17.png-8910734314c03907833ac376442aa195.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _17.png" -dest_files=["res://.godot/imported/magic book _17.png-8910734314c03907833ac376442aa195.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png deleted file mode 100644 index 5b7c35f..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png.import deleted file mode 100644 index dc97839..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dvux153fus2fc" -path="res://.godot/imported/magic book _18.png-23445b910366e3d9cfe4d641df8fcc54.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _18.png" -dest_files=["res://.godot/imported/magic book _18.png-23445b910366e3d9cfe4d641df8fcc54.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png deleted file mode 100644 index e0e86f3..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png.import deleted file mode 100644 index db5bab2..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vmpfgicj7gbs" -path="res://.godot/imported/magic book _19.png-8283803a5e6c81df61d135536647b7b5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _19.png" -dest_files=["res://.godot/imported/magic book _19.png-8283803a5e6c81df61d135536647b7b5.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png deleted file mode 100644 index 388059e..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png.import deleted file mode 100644 index 73bb21c..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ddb8c3bqmm1m4" -path="res://.godot/imported/magic book _2.png-2f4fbc5076eb68c71355860033f00804.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _2.png" -dest_files=["res://.godot/imported/magic book _2.png-2f4fbc5076eb68c71355860033f00804.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png deleted file mode 100644 index 8fcdd1e..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png.import deleted file mode 100644 index 7f81859..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d10g6bd2s1qte" -path="res://.godot/imported/magic book _20.png-cb96e749ee32b072ca58efb6e5d6f695.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _20.png" -dest_files=["res://.godot/imported/magic book _20.png-cb96e749ee32b072ca58efb6e5d6f695.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png deleted file mode 100644 index 3084186..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png.import deleted file mode 100644 index ed863b9..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csxlu6jn3yk7a" -path="res://.godot/imported/magic book _21.png-3170111c1be4b351e40085917f571c50.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _21.png" -dest_files=["res://.godot/imported/magic book _21.png-3170111c1be4b351e40085917f571c50.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png deleted file mode 100644 index e4a60ab..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png.import deleted file mode 100644 index 5851e42..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://by311bcp52kj6" -path="res://.godot/imported/magic book _22.png-134634a3da4f8eb00807898c20e90b18.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _22.png" -dest_files=["res://.godot/imported/magic book _22.png-134634a3da4f8eb00807898c20e90b18.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png deleted file mode 100644 index 9388a33..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png.import deleted file mode 100644 index 303d646..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://lo285i1thdrh" -path="res://.godot/imported/magic book _23.png-9df06827b4483e164cb5da2100e5c9f6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _23.png" -dest_files=["res://.godot/imported/magic book _23.png-9df06827b4483e164cb5da2100e5c9f6.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png deleted file mode 100644 index 40d0125..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png.import deleted file mode 100644 index 35cccaf..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7bj6qtfinihf" -path="res://.godot/imported/magic book _24.png-e418237c5e73b13484534fca023f4e1b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _24.png" -dest_files=["res://.godot/imported/magic book _24.png-e418237c5e73b13484534fca023f4e1b.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png deleted file mode 100644 index b3bbe1e..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png.import deleted file mode 100644 index 3c23fb1..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2pptb7i2jj60" -path="res://.godot/imported/magic book _25.png-b5fda07903cf29cc5033d288e451a90a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _25.png" -dest_files=["res://.godot/imported/magic book _25.png-b5fda07903cf29cc5033d288e451a90a.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png deleted file mode 100644 index adab6ba..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png.import deleted file mode 100644 index 34de52a..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://p31agupr3lfu" -path="res://.godot/imported/magic book _26.png-3eb921efb347b140512b95d03b75b6c1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _26.png" -dest_files=["res://.godot/imported/magic book _26.png-3eb921efb347b140512b95d03b75b6c1.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png deleted file mode 100644 index f068924..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png.import deleted file mode 100644 index b6615d8..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqpgsbaxh7wa0" -path="res://.godot/imported/magic book _27.png-4fdf8877db953f5a8a9693fdd394a060.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _27.png" -dest_files=["res://.godot/imported/magic book _27.png-4fdf8877db953f5a8a9693fdd394a060.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png deleted file mode 100644 index 49dc5ec..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png.import deleted file mode 100644 index b00feff..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cp4r7j2203mii" -path="res://.godot/imported/magic book _28.png-2153c5b84989adc06977c48761b3c835.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _28.png" -dest_files=["res://.godot/imported/magic book _28.png-2153c5b84989adc06977c48761b3c835.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png deleted file mode 100644 index d17dd27..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png.import deleted file mode 100644 index 013e8ab..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dvxccrq0kmj36" -path="res://.godot/imported/magic book _29.png-c83481cfafccb0ddc1ceacd08daa1a6b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _29.png" -dest_files=["res://.godot/imported/magic book _29.png-c83481cfafccb0ddc1ceacd08daa1a6b.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png deleted file mode 100644 index c33507e..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png.import deleted file mode 100644 index f0190ca..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgnhkmsmuq5gn" -path="res://.godot/imported/magic book _3.png-d8686ebfe8b14465828bf1a6e270d57f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _3.png" -dest_files=["res://.godot/imported/magic book _3.png-d8686ebfe8b14465828bf1a6e270d57f.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png deleted file mode 100644 index 28e708c..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png.import deleted file mode 100644 index e93a8aa..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bc07cos5jal1" -path="res://.godot/imported/magic book _30.png-91d6edf6bdd61f22e330a649bf48243b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _30.png" -dest_files=["res://.godot/imported/magic book _30.png-91d6edf6bdd61f22e330a649bf48243b.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png deleted file mode 100644 index 2378419..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png.import deleted file mode 100644 index 7465fcd..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jph5vxnjbw2p" -path="res://.godot/imported/magic book _31.png-803f0f43a8b9cfb6ce88f488b20cae58.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _31.png" -dest_files=["res://.godot/imported/magic book _31.png-803f0f43a8b9cfb6ce88f488b20cae58.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png deleted file mode 100644 index 38826d7..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png.import deleted file mode 100644 index c4a235f..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cbsku3lsdcen5" -path="res://.godot/imported/magic book _32.png-ab9331094ef166c002ccce29fbeb1831.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _32.png" -dest_files=["res://.godot/imported/magic book _32.png-ab9331094ef166c002ccce29fbeb1831.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png deleted file mode 100644 index 6c828c8..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png.import deleted file mode 100644 index 41fc7fe..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cap8x4bj1dlwx" -path="res://.godot/imported/magic book _4.png-c9629912b04da0836ca3190469404b83.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _4.png" -dest_files=["res://.godot/imported/magic book _4.png-c9629912b04da0836ca3190469404b83.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png deleted file mode 100644 index a02f0e8..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png.import deleted file mode 100644 index 8d51593..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cbx23sjx4heak" -path="res://.godot/imported/magic book _5.png-a41457bf999823f3b9d4426143533e06.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _5.png" -dest_files=["res://.godot/imported/magic book _5.png-a41457bf999823f3b9d4426143533e06.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png deleted file mode 100644 index 1c06835..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png.import deleted file mode 100644 index 841eea1..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dt2lf4ttw7ofa" -path="res://.godot/imported/magic book _6.png-845d851568e3455ac7da3caa854d882c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _6.png" -dest_files=["res://.godot/imported/magic book _6.png-845d851568e3455ac7da3caa854d882c.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png deleted file mode 100644 index 72005ae..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png.import deleted file mode 100644 index 8ad99ef..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dosjxpbgxr10d" -path="res://.godot/imported/magic book _7.png-aa92e08236fb49b7d21d7b8ff1f56d66.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _7.png" -dest_files=["res://.godot/imported/magic book _7.png-aa92e08236fb49b7d21d7b8ff1f56d66.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png deleted file mode 100644 index 9ed0d21..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png.import deleted file mode 100644 index c6f498a..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bgvhghhyxblaa" -path="res://.godot/imported/magic book _8.png-7f9bd01c93ae05732ab6611dc9859425.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _8.png" -dest_files=["res://.godot/imported/magic book _8.png-7f9bd01c93ae05732ab6611dc9859425.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 diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png deleted file mode 100644 index a1aed23..0000000 Binary files a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png and /dev/null differ diff --git a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png.import b/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png.import deleted file mode 100644 index 1fc427b..0000000 --- a/Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6tvtjreo6xxx" -path="res://.godot/imported/magic book _9.png-42a96de237522df1b669084981a1861e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Book by CaptainSkeleto/magic book _9.png" -dest_files=["res://.godot/imported/magic book _9.png-42a96de237522df1b669084981a1861e.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 diff --git a/Sprites/Misc/Magic Books interface/book interface.aseprite b/Sprites/Misc/Magic Books interface/book interface.aseprite deleted file mode 100644 index a4f8870..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface.aseprite and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface1.png b/Sprites/Misc/Magic Books interface/book interface1.png deleted file mode 100644 index c6cbd59..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface1.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface1.png.import b/Sprites/Misc/Magic Books interface/book interface1.png.import deleted file mode 100644 index dd25c3e..0000000 --- a/Sprites/Misc/Magic Books interface/book interface1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0xcfb28prntu" -path="res://.godot/imported/book interface1.png-734d0cce0448d699e52642f4cfdd3df0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface1.png" -dest_files=["res://.godot/imported/book interface1.png-734d0cce0448d699e52642f4cfdd3df0.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 diff --git a/Sprites/Misc/Magic Books interface/book interface2.png b/Sprites/Misc/Magic Books interface/book interface2.png deleted file mode 100644 index f3822fb..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface2.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface3.png b/Sprites/Misc/Magic Books interface/book interface3.png deleted file mode 100644 index 2c441f8..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface3.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface3.png.import b/Sprites/Misc/Magic Books interface/book interface3.png.import deleted file mode 100644 index 45f7c29..0000000 --- a/Sprites/Misc/Magic Books interface/book interface3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnb2hl4xq4n4t" -path="res://.godot/imported/book interface3.png-1c8987a062428ea9989620d5779b2434.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface3.png" -dest_files=["res://.godot/imported/book interface3.png-1c8987a062428ea9989620d5779b2434.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 diff --git a/Sprites/Misc/Magic Books interface/book interface4.png b/Sprites/Misc/Magic Books interface/book interface4.png deleted file mode 100644 index 08975c5..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface4.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface4.png.import b/Sprites/Misc/Magic Books interface/book interface4.png.import deleted file mode 100644 index 66aabf3..0000000 --- a/Sprites/Misc/Magic Books interface/book interface4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dokl476nt7a0j" -path="res://.godot/imported/book interface4.png-45491c15b60dae25b2262003fa97cd67.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface4.png" -dest_files=["res://.godot/imported/book interface4.png-45491c15b60dae25b2262003fa97cd67.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 diff --git a/Sprites/Misc/Magic Books interface/book interface5.png b/Sprites/Misc/Magic Books interface/book interface5.png deleted file mode 100644 index ec7bda6..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface5.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface5.png.import b/Sprites/Misc/Magic Books interface/book interface5.png.import deleted file mode 100644 index e7d3588..0000000 --- a/Sprites/Misc/Magic Books interface/book interface5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dnuo3adeneoe7" -path="res://.godot/imported/book interface5.png-47f218f5c95f869e26097c9cb9610477.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface5.png" -dest_files=["res://.godot/imported/book interface5.png-47f218f5c95f869e26097c9cb9610477.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 diff --git a/Sprites/Misc/Magic Books interface/book interface6.png b/Sprites/Misc/Magic Books interface/book interface6.png deleted file mode 100644 index fda4bd3..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface6.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface6.png.import b/Sprites/Misc/Magic Books interface/book interface6.png.import deleted file mode 100644 index 126f18e..0000000 --- a/Sprites/Misc/Magic Books interface/book interface6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlhvrtqjrevwe" -path="res://.godot/imported/book interface6.png-d482f0a973a9383d209fcf7ee803be7f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface6.png" -dest_files=["res://.godot/imported/book interface6.png-d482f0a973a9383d209fcf7ee803be7f.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 diff --git a/Sprites/Misc/Magic Books interface/book interface7.png b/Sprites/Misc/Magic Books interface/book interface7.png deleted file mode 100644 index 240cefc..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface7.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface7.png.import b/Sprites/Misc/Magic Books interface/book interface7.png.import deleted file mode 100644 index b01d5a5..0000000 --- a/Sprites/Misc/Magic Books interface/book interface7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8anyl6q4c1pc" -path="res://.godot/imported/book interface7.png-3ddc865fe6de95e6ee433dc74f7eff1b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface7.png" -dest_files=["res://.godot/imported/book interface7.png-3ddc865fe6de95e6ee433dc74f7eff1b.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 diff --git a/Sprites/Misc/Magic Books interface/book interface8.png b/Sprites/Misc/Magic Books interface/book interface8.png deleted file mode 100644 index d697f64..0000000 Binary files a/Sprites/Misc/Magic Books interface/book interface8.png and /dev/null differ diff --git a/Sprites/Misc/Magic Books interface/book interface8.png.import b/Sprites/Misc/Magic Books interface/book interface8.png.import deleted file mode 100644 index f426244..0000000 --- a/Sprites/Misc/Magic Books interface/book interface8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csigbjxs23sg2" -path="res://.godot/imported/book interface8.png-445f5f13878ed9fbc379fc86779c6973.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/Magic Books interface/book interface8.png" -dest_files=["res://.godot/imported/book interface8.png-445f5f13878ed9fbc379fc86779c6973.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 diff --git a/Sprites/Misc/RaiseYourWandIcon.ico b/Sprites/Misc/RaiseYourWandIcon.ico new file mode 100644 index 0000000..b878474 Binary files /dev/null and b/Sprites/Misc/RaiseYourWandIcon.ico differ diff --git a/Sprites/Misc/RaiseYourWandIcon.png b/Sprites/Misc/RaiseYourWandIcon.png new file mode 100644 index 0000000..e2b3cd5 Binary files /dev/null and b/Sprites/Misc/RaiseYourWandIcon.png differ diff --git a/Sprites/Misc/Magic Books interface/book interface2.png.import b/Sprites/Misc/RaiseYourWandIcon.png.import similarity index 65% rename from Sprites/Misc/Magic Books interface/book interface2.png.import rename to Sprites/Misc/RaiseYourWandIcon.png.import index 1d71078..85c6f78 100644 --- a/Sprites/Misc/Magic Books interface/book interface2.png.import +++ b/Sprites/Misc/RaiseYourWandIcon.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://yxiqeurv5fvh" -path="res://.godot/imported/book interface2.png-db58795acac1bd92bd639e8a75bd6f9e.ctex" +uid="uid://1tmapewdf2pn" +path="res://.godot/imported/RaiseYourWandIcon.png-906f569a2afaca2f475cd7a93a4bad44.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Sprites/Misc/Magic Books interface/book interface2.png" -dest_files=["res://.godot/imported/book interface2.png-db58795acac1bd92bd639e8a75bd6f9e.ctex"] +source_file="res://Sprites/Misc/RaiseYourWandIcon.png" +dest_files=["res://.godot/imported/RaiseYourWandIcon.png-906f569a2afaca2f475cd7a93a4bad44.ctex"] [params] diff --git a/Sprites/Misc/potion pack by captainskeleto.png b/Sprites/Misc/potion pack by captainskeleto.png deleted file mode 100644 index 3cd5685..0000000 Binary files a/Sprites/Misc/potion pack by captainskeleto.png and /dev/null differ diff --git a/Sprites/Misc/potion pack by captainskeleto.png.import b/Sprites/Misc/potion pack by captainskeleto.png.import deleted file mode 100644 index a1889d5..0000000 --- a/Sprites/Misc/potion pack by captainskeleto.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pkq4fd5tdrpi" -path="res://.godot/imported/potion pack by captainskeleto.png-f80a13bfd78deb5634389eece247445e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Sprites/Misc/potion pack by captainskeleto.png" -dest_files=["res://.godot/imported/potion pack by captainskeleto.png-f80a13bfd78deb5634389eece247445e.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 diff --git a/Themes/default.tres b/Themes/default.tres index 13351cb..63e29a4 100644 --- a/Themes/default.tres +++ b/Themes/default.tres @@ -9,7 +9,7 @@ [ext_resource type="Texture2D" uid="uid://dunedrjwjxgea" path="res://Sprites/UI/Edinnu_UI_asset_pack/Target/Target (10).png" id="6_4cx20"] [ext_resource type="FontFile" uid="uid://bhggfnolqg5hu" path="res://Fonts/breathe_fire/Breathe Fire.otf" id="9_yxmfa"] -[sub_resource type="Image" id="Image_hbft1"] +[sub_resource type="Image" id="Image_3c80d"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 35, 255, 255, 255, 153, 255, 255, 255, 190, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 190, 255, 255, 255, 152, 255, 255, 255, 33, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 153, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 151, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 190, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 237, 237, 237, 195, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 190, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 177, 177, 177, 209, 37, 37, 37, 252, 178, 178, 178, 209, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 176, 176, 176, 209, 32, 32, 32, 254, 26, 26, 26, 255, 84, 84, 84, 235, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 176, 176, 176, 209, 32, 32, 32, 254, 26, 26, 26, 255, 78, 78, 78, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 253, 253, 253, 192, 222, 222, 222, 198, 255, 255, 255, 191, 255, 255, 255, 191, 175, 175, 175, 210, 32, 32, 32, 254, 26, 26, 26, 255, 79, 79, 79, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 253, 253, 253, 192, 90, 90, 90, 234, 45, 45, 45, 249, 212, 212, 212, 200, 174, 174, 174, 210, 32, 32, 32, 254, 26, 26, 26, 255, 79, 79, 79, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 232, 232, 232, 196, 54, 54, 54, 246, 26, 26, 26, 255, 43, 43, 43, 250, 32, 32, 32, 254, 26, 26, 26, 255, 81, 81, 81, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 226, 226, 226, 197, 54, 54, 54, 246, 26, 26, 26, 255, 26, 26, 26, 255, 81, 81, 81, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 226, 226, 226, 197, 54, 54, 54, 246, 81, 81, 81, 236, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 190, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 230, 230, 230, 197, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 152, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 150, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 33, 255, 255, 255, 151, 255, 255, 255, 190, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 150, 255, 255, 255, 32, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -19,9 +19,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_pqkb6"] -image = SubResource("Image_hbft1") +image = SubResource("Image_3c80d") -[sub_resource type="Image" id="Image_op2bc"] +[sub_resource type="Image" id="Image_jqwck"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 13, 255, 255, 255, 96, 255, 255, 255, 136, 255, 255, 255, 173, 255, 255, 255, 173, 255, 255, 255, 136, 255, 255, 255, 95, 255, 255, 255, 11, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 56, 255, 255, 255, 171, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 168, 255, 255, 255, 51, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 56, 255, 255, 255, 191, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 190, 255, 255, 255, 50, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 12, 255, 255, 255, 171, 198, 198, 198, 255, 198, 198, 198, 255, 176, 176, 176, 255, 81, 81, 81, 255, 43, 43, 43, 255, 43, 43, 43, 255, 83, 83, 83, 255, 177, 177, 177, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 168, 255, 255, 255, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 198, 198, 198, 255, 198, 198, 198, 255, 176, 176, 176, 255, 37, 37, 37, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 39, 39, 39, 255, 179, 179, 179, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 137, 198, 198, 198, 255, 198, 198, 198, 255, 81, 81, 81, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 86, 86, 86, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 154, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 174, 198, 198, 198, 255, 198, 198, 198, 255, 43, 43, 43, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 43, 43, 43, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 180, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 173, 198, 198, 198, 255, 198, 198, 198, 255, 43, 43, 43, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 44, 44, 44, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 180, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 136, 198, 198, 198, 255, 198, 198, 198, 255, 83, 83, 83, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 88, 88, 88, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 152, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 95, 198, 198, 198, 255, 198, 198, 198, 255, 178, 178, 178, 255, 39, 39, 39, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 42, 42, 42, 255, 181, 181, 181, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 94, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 11, 255, 255, 255, 169, 198, 198, 198, 255, 198, 198, 198, 255, 179, 179, 179, 255, 86, 86, 86, 255, 43, 43, 43, 255, 44, 44, 44, 255, 88, 88, 88, 255, 181, 181, 181, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 165, 255, 255, 255, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 52, 255, 255, 255, 190, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 189, 255, 255, 255, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 50, 255, 255, 255, 168, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 255, 255, 255, 165, 255, 255, 255, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 10, 255, 255, 255, 96, 255, 255, 255, 154, 255, 255, 255, 180, 255, 255, 255, 180, 255, 255, 255, 152, 255, 255, 255, 94, 255, 255, 255, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -31,9 +31,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_sogt1"] -image = SubResource("Image_op2bc") +image = SubResource("Image_jqwck") -[sub_resource type="Image" id="Image_4k0bv"] +[sub_resource type="Image" id="Image_ujet7"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 42, 42, 42, 12, 26, 26, 26, 67, 26, 26, 26, 105, 27, 27, 27, 122, 27, 27, 27, 122, 26, 26, 26, 105, 27, 27, 27, 66, 46, 46, 46, 11, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 29, 29, 29, 44, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 122, 30, 30, 30, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 29, 29, 29, 44, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 30, 30, 30, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 42, 42, 42, 12, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 46, 46, 46, 11, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 67, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 65, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 105, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 104, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 122, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 105, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 103, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 66, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 65, 255, 255, 255, 0, 255, 255, 255, 0, 46, 46, 46, 11, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 51, 51, 51, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 42, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 31, 31, 31, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 42, 27, 27, 27, 121, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 31, 31, 31, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 46, 46, 46, 11, 27, 27, 27, 65, 27, 27, 27, 104, 27, 27, 27, 122, 27, 27, 27, 121, 27, 27, 27, 103, 27, 27, 27, 65, 51, 51, 51, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -43,9 +43,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_bym57"] -image = SubResource("Image_4k0bv") +image = SubResource("Image_ujet7") -[sub_resource type="Image" id="Image_bi3ir"] +[sub_resource type="Image" id="Image_2m236"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 33, 33, 33, 23, 27, 27, 27, 103, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 27, 27, 27, 102, 34, 34, 34, 22, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 103, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 101, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 102, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 28, 28, 28, 100, 255, 255, 255, 0, 255, 255, 255, 0, 34, 34, 34, 22, 27, 27, 27, 101, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 28, 28, 28, 100, 36, 36, 36, 21, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -55,7 +55,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_n26h3"] -image = SubResource("Image_bi3ir") +image = SubResource("Image_2m236") [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_t8gt0"] content_margin_left = 4.0 @@ -84,7 +84,7 @@ expand_margin_top = 2.0 expand_margin_right = 2.0 expand_margin_bottom = 2.0 -[sub_resource type="Image" id="Image_8vnde"] +[sub_resource type="Image" id="Image_aa7lv"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 30, 178, 178, 178, 103, 178, 178, 178, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 173, 173, 173, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 30, 178, 178, 178, 103, 178, 178, 178, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -94,9 +94,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_mqdbu"] -image = SubResource("Image_8vnde") +image = SubResource("Image_aa7lv") -[sub_resource type="Image" id="Image_qcfwk"] +[sub_resource type="Image" id="Image_alron"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 178, 178, 178, 46, 178, 178, 178, 103, 176, 176, 176, 29, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 173, 173, 173, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 178, 178, 178, 46, 178, 178, 178, 103, 179, 179, 179, 30, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -106,7 +106,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_2lr15"] -image = SubResource("Image_qcfwk") +image = SubResource("Image_alron") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_m1ydj"] content_margin_left = 4.0 diff --git a/credits.txt b/credits.txt deleted file mode 100644 index e17f46e..0000000 --- a/credits.txt +++ /dev/null @@ -1,3 +0,0 @@ -Art: Captain Skeleto - https://captainskeleto.itch.io/ -Characters: Luiz Melo - https://luizmelo.itch.io/ -Particles: Code Manu - https://codemanu.itch.io/ diff --git a/export_presets.cfg b/export_presets.cfg index eccd430..9182b42 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../Builds/Raise Your Wand/0.3.1/index.html" +export_path="../../Builds/Raise Your Wand/0.3.2/Web/index.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -46,7 +46,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="../../Builds/Raise Your Wand/0.3.2/Linux/RaiseYourWand-0.3.2-Linux.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -86,7 +86,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="../../Builds/Raise Your Wand/0.3.2/Windows/RaiseYourWand-0.3.2-Windows.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false diff --git a/potentialMusic.txt b/potentialMusic.txt deleted file mode 100644 index 9f99c96..0000000 --- a/potentialMusic.txt +++ /dev/null @@ -1,21 +0,0 @@ -Title Screen Options -Borgar - https://creatorchords.com/music/borgar/ -Legends - https://creatorchords.com/music/legends/ -Pathfinder - https://creatorchords.com/music/pathfinder -Wanderer - https://creatorchords.com/music/wanderer/ -Forest Intro - https://soundimage.org/fantasy-7/ -Achievement - https://creatorchords.com/music/achievement - -Battle Options -Achievement - https://creatorchords.com/music/achievement -Katie's Rock Theme - https://creatorchords.com/music/katies-rock-theme -Fall of Whiterun - https://pixabay.com/music/adventure-fall-of-whiterun-200147/ -Pirate Tavern - https://pixabay.com/music/main-title-pirate-tavern-full-version-167990/ -Fight for your Rights - https://pixabay.com/music/main-title-fight-for-your-rights-13529/ - -Credits Options -Demons and Angels - https://creatorchords.com/music/demons-and-angels/ -Pathfinder - https://creatorchords.com/music/pathfinder -Adventure Beyond - https://creatorchords.com/music/adventure-beyond -Adventure - https://creatorchords.com/music/adventure -The Wizard - https://creatorchords.com/music/the-wizard diff --git a/project.godot b/project.godot index e5c882f..6922884 100644 --- a/project.godot +++ b/project.godot @@ -11,13 +11,15 @@ config_version=5 [application] config/name="Raise Your Wand" +config/version="0.3.2" run/main_scene="res://Scenes/root.tscn" config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/bg_color=Color(0.0941176, 0.0941176, 0.0941176, 1) boot_splash/show_image=false boot_splash/fullsize=false boot_splash/use_filter=false -config/icon="res://icon.svg" +config/icon="res://Sprites/Misc/RaiseYourWandIcon.png" +config/windows_native_icon="res://Sprites/Misc/RaiseYourWandIcon.ico" [audio] @@ -25,7 +27,6 @@ driver/output_latency.web=100 [display] -window/size/mode=3 window/stretch/mode="canvas_items" window/stretch/aspect="keep_height" mouse_cursor/custom_image_hotspot=Vector2(64, 128)