27 Commits
Author SHA1 Message Date
qwsdcvghyu89 2e152ec36b Merge branch 'main' of https://git.main.qwsdcvghyu.com/riley/wrplat-godot
Release / Export Game (push) Successful in 1m35s
2026-06-18 22:06:36 +10:00
qwsdcvghyu89 a1e0c19ff7 Added combo counter 2026-06-18 22:05:44 +10:00
qwsdcvghyu89 8ad0f3ff65 Added menu with animated backgroudn and custom logo icon (icns, ico, and png).
Release / Export Game (push) Successful in 1m34s
2026-06-18 17:00:33 +10:00
qwsdcvghyu89 2eaed32b8a Merge branch 'main' of https://git.main.qwsdcvghyu.com/riley/wrplat-godot
Release / Export Game (push) Successful in 1m31s
2026-06-15 09:03:29 +10:00
qwsdcvghyu89 2e48db1a60 Merge branch 'feat-procedural-gen' 2026-06-15 09:00:32 +10:00
qwsdcvghyu89 562d0da079 Added more grassy tile variants
Release / Export Game (push) Successful in 1m43s
2026-06-15 07:51:19 +10:00
qwsdcvghyu89 6b9bb6da5a Audio additions: jump.ogg - comitting to continue development in another environment.
Release / Export Game (push) Successful in 2m0s
2026-06-15 00:07:56 +10:00
riley bea9044aee Merge pull request 'Added grassy tiles' (#3) from feat-procedural-gen into main
Release / Export Game (push) Successful in 1m47s
Reviewed-on: #3
2026-06-14 15:22:30 +02:00
qwsdcvghyu89 e252a94f46 Added grassy tiles
Release / Export Game (push) Successful in 2m12s
2026-06-14 23:21:39 +10:00
qwsdcvghyu89 62f61acc10 Fixed cancellation logic; added double jump max fall speed property.
Release / Export Game (push) Successful in 2m3s
2026-06-14 21:29:15 +10:00
qwsdcvghyu89 4e344cc02d Fixed run affecting air speed bug; fixed auto zeroing of velocities bug.
Release / Export Game (push) Successful in 2m49s
2026-06-14 20:56:06 +10:00
riley a0c4e305c5 Merge pull request 'merging dynamic lighting features to main' (#2) from feat-procedural-gen into main
Release / Export Game (push) Successful in 1m45s
Reviewed-on: #2
2026-06-14 12:09:55 +02:00
qwsdcvghyu89 3254d821c1 Added normal and specular maps; added point lights to demo scene...
Release / Export Game (push) Successful in 3m53s
...to demonstrate dynamic lighting.
2026-06-14 20:08:32 +10:00
qwsdcvghyu89 1813800db4 Fixed merge commit - discarded demo.tscn
Release / Export Game (push) Successful in 1m42s
2026-06-14 18:37:51 +10:00
qwsdcvghyu89 744c750638 Added new jump mechanics
Release / Export Game (push) Successful in 2m2s
2026-06-14 18:27:29 +10:00
qwsdcvghyu89 d549edbf15 Added a tiny bit of air control and a turnback jump trick.
Release / Export Game (push) Successful in 1m58s
2026-06-11 20:48:48 +10:00
qwsdcvghyu89 a4d73f8697 Final basic ground and jump physics tweaks.
Release / Export Game (push) Successful in 1m57s
2026-06-11 15:25:50 +10:00
qwsdcvghyu89 a0a288eee2 Merge branch 'main' of https://git.main.qwsdcvghyu.com/riley/wrplat-godot
Release / Export Game (push) Successful in 1m58s
Merged animations into main branch
2026-06-11 14:45:07 +10:00
qwsdcvghyu89 6ee79020ef Added new animations 2026-06-11 14:43:51 +10:00
qwsdcvghyu89 3ccf193a7c wip - fixing movement physics 2026-06-11 14:43:13 +10:00
qwsdcvghyu89 be6cad911c Added new animations
Release / Export Game (push) Successful in 1m57s
2026-06-09 22:38:07 +10:00
qwsdcvghyu89 77bc341f9b Changed run/walk to be based more off of momentum. Fixed jump bug.
Release / Export Game (push) Successful in 1m57s
2026-06-09 04:00:33 +10:00
qwsdcvghyu89 b18283ed9d Changed debug information to be hidden by default.
Release / Export Game (push) Successful in 1m59s
2026-06-07 23:19:46 +10:00
qwsdcvghyu89 eca85aa2d0 Changed LangVersion back to avoid export issues and removed experimental language features.
Release / Export Game (push) Successful in 2m0s
2026-06-07 23:15:37 +10:00
qwsdcvghyu89 b55d2d87c8 Fixed export_presets.cfg
Release / Export Game (push) Successful in 1m53s
2026-06-07 23:13:15 +10:00
qwsdcvghyu89 77d850f95e Improved platforming jump physics and added music autoplay feature. Added joystick support. Added dimmed background tiling.
Release / Export Game (push) Successful in 2m22s
2026-06-07 23:02:51 +10:00
qwsdcvghyu89 ba2ce768e4 Changed macOSX build export path to end with .dmg instead of .app
Release / Export Game (push) Failing after 1m21s
2026-06-06 22:30:29 +10:00
529 changed files with 14742 additions and 149 deletions
+1
View File
@@ -3,5 +3,6 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework> <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>
<LangVersion>preview</LangVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2016-2023 The Godot Engine community
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
[configuration]
entry_symbol = "git_plugin_init"
compatibility_minimum = "4.2.0"
[libraries]
linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
windows.editor.x86_64 = "windows/libgit_plugin.windows.editor.x86_64.dll"
@@ -0,0 +1 @@
uid://cunr88y1kycok
+2 -2
View File
@@ -27,7 +27,7 @@ script_export_mode=2
custom_template/debug="" custom_template/debug=""
custom_template/release="" custom_template/release=""
debug/export_console_wrapper=1 debug/export_console_wrapper=1
binary_format/embed_pck=false binary_format/embed_pck=true
texture_format/s3tc_bptc=true texture_format/s3tc_bptc=true
texture_format/etc2_astc=false texture_format/etc2_astc=false
shader_baker/enabled=true shader_baker/enabled=true
@@ -365,7 +365,7 @@ script_export_mode=2
custom_template/debug="" custom_template/debug=""
custom_template/release="" custom_template/release=""
debug/export_console_wrapper=1 debug/export_console_wrapper=1
binary_format/embed_pck=false binary_format/embed_pck=true
texture_format/s3tc_bptc=true texture_format/s3tc_bptc=true
texture_format/etc2_astc=false texture_format/etc2_astc=false
shader_baker/enabled=false shader_baker/enabled=false
+7
View File
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "11.0.100-preview.5.26302.115",
"allowPrerelease": true,
"rollForward": "latestPatch"
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+4 -7
View File
@@ -2,16 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://buogmgg3p5soy" uid="uid://tdjmuli4qa22"
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://icon.svg" source_file="res://icon.png"
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
[params] [params]
@@ -38,6 +38,3 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false process/hdr_clamp_exposure=false
process/size_limit=0 process/size_limit=0
detect_3d/compress_to=1 detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128"><rect width="124" height="124" x="2" y="2" fill="#363d52" stroke="#212532" stroke-width="4" rx="14"/><g fill="#fff" transform="translate(12.322 12.322)scale(.101)"><path d="M105 673v33q407 354 814 0v-33z"/><path fill="#478cbf" d="m105 673 152 14q12 1 15 14l4 67 132 10 8-61q2-11 15-15h162q13 4 15 15l8 61 132-10 4-67q3-13 15-14l152-14V427q30-39 56-81-35-59-83-108-43 20-82 47-40-37-88-64 7-51 8-102-59-28-123-42-26 43-46 89-49-7-98 0-20-46-46-89-64 14-123 42 1 51 8 102-48 27-88 64-39-27-82-47-48 49-83 108 26 42 56 81zm0 33v39c0 276 813 276 814 0v-39l-134 12-5 69q-2 10-14 13l-162 11q-12 0-16-11l-10-65H446l-10 65q-4 11-16 11l-162-11q-12-3-14-13l-5-69z"/><path d="M483 600c0 34 58 34 58 0v-86c0-34-58-34-58 0z"/><circle cx="725" cy="526" r="90"/><circle cx="299" cy="526" r="90"/></g><g fill="#414042" transform="translate(12.322 12.322)scale(.101)"><circle cx="307" cy="532" r="60"/><circle cx="717" cy="532" r="60"/></g></svg>

Before

Width:  |  Height:  |  Size: 995 B

+9
View File
@@ -0,0 +1,9 @@
[gd_resource type="CanvasTexture" format=3 uid="uid://b78uwnnyovqci"]
[ext_resource type="Texture2D" uid="uid://n6b4udvjt2pt" path="res://sprites/atlas/diffuse/pool.diffuse.png" id="1_v3cld"]
[ext_resource type="Texture2D" uid="uid://cs2jr54egxwey" path="res://sprites/atlas/normal/pool.normal.png" id="2_srhaa"]
[resource]
diffuse_texture = ExtResource("1_v3cld")
normal_texture = ExtResource("2_srhaa")
specular_shininess = 0.35
+46
View File
@@ -0,0 +1,46 @@
[gd_resource type="SpriteFrames" format=3 uid="uid://trcnb1ubmx5e"]
[ext_resource type="Texture2D" uid="uid://wli5w6t8y6se" path="res://sprites/atlas/jump_point_radiates.png" id="1_3yoq3"]
[sub_resource type="AtlasTexture" id="AtlasTexture_aokl3"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xd81c"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_u618n"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_twrqh"]
atlas = ExtResource("1_3yoq3")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_vrk17"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_aokl3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xd81c")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_u618n")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_twrqh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vrk17")
}],
"loop": true,
"name": &"default",
"speed": 16.0
}]
+894
View File
@@ -0,0 +1,894 @@
[gd_resource type="SpriteFrames" format=3 uid="uid://cxf0kefqrxk0d"]
[ext_resource type="Texture2D" uid="uid://dguixxqcuh35j" path="res://sprites/frames/mm_background/Image0030.png" id="1_uv47v"]
[ext_resource type="Texture2D" uid="uid://6asdpllof6no" path="res://sprites/frames/mm_background/Image0031.png" id="2_ydck8"]
[ext_resource type="Texture2D" uid="uid://b6f8nbqdfcpb7" path="res://sprites/frames/mm_background/Image0032.png" id="3_eceky"]
[ext_resource type="Texture2D" uid="uid://b2pwc1uthv5o5" path="res://sprites/frames/mm_background/Image0033.png" id="4_1auei"]
[ext_resource type="Texture2D" uid="uid://cbpeecwghw1ti" path="res://sprites/frames/mm_background/Image0034.png" id="5_5jo4e"]
[ext_resource type="Texture2D" uid="uid://d3y54wcu16p6v" path="res://sprites/frames/mm_background/Image0035.png" id="6_3k4ee"]
[ext_resource type="Texture2D" uid="uid://bqq1tn1h1i438" path="res://sprites/frames/mm_background/Image0036.png" id="7_isebb"]
[ext_resource type="Texture2D" uid="uid://bxfysywkjufxh" path="res://sprites/frames/mm_background/Image0037.png" id="8_ay88b"]
[ext_resource type="Texture2D" uid="uid://dvs4dboeo8lyh" path="res://sprites/frames/mm_background/Image0038.png" id="9_51i8q"]
[ext_resource type="Texture2D" uid="uid://b4a3ogjvu216r" path="res://sprites/frames/mm_background/Image0039.png" id="10_n4k2w"]
[ext_resource type="Texture2D" uid="uid://ct2csgmr5rxco" path="res://sprites/frames/mm_background/Image0040.png" id="11_bm1on"]
[ext_resource type="Texture2D" uid="uid://cjfnurt7qdftm" path="res://sprites/frames/mm_background/Image0041.png" id="12_2v8or"]
[ext_resource type="Texture2D" uid="uid://di415hqbl0vjb" path="res://sprites/frames/mm_background/Image0042.png" id="13_r3plk"]
[ext_resource type="Texture2D" uid="uid://lukurle8lso8" path="res://sprites/frames/mm_background/Image0043.png" id="14_obgqt"]
[ext_resource type="Texture2D" uid="uid://ckshxyq6v5fbr" path="res://sprites/frames/mm_background/Image0044.png" id="15_sc8xw"]
[ext_resource type="Texture2D" uid="uid://dd2q8r4sryb5m" path="res://sprites/frames/mm_background/Image0045.png" id="16_pet58"]
[ext_resource type="Texture2D" uid="uid://764571l0h475" path="res://sprites/frames/mm_background/Image0046.png" id="17_7l8vm"]
[ext_resource type="Texture2D" uid="uid://11a2ly27s5h5" path="res://sprites/frames/mm_background/Image0047.png" id="18_blq2m"]
[ext_resource type="Texture2D" uid="uid://c7b10cvtbgxrs" path="res://sprites/frames/mm_background/Image0048.png" id="19_yn8be"]
[ext_resource type="Texture2D" uid="uid://bn18xu0tqhivq" path="res://sprites/frames/mm_background/Image0049.png" id="20_5d5lv"]
[ext_resource type="Texture2D" uid="uid://dj6glaciw4xot" path="res://sprites/frames/mm_background/Image0050.png" id="21_3ml1o"]
[ext_resource type="Texture2D" uid="uid://dup4drk0iwt2n" path="res://sprites/frames/mm_background/Image0051.png" id="22_4iiiq"]
[ext_resource type="Texture2D" uid="uid://q4ldobw8tqkt" path="res://sprites/frames/mm_background/Image0052.png" id="23_t70ju"]
[ext_resource type="Texture2D" uid="uid://2vef372jm0t5" path="res://sprites/frames/mm_background/Image0053.png" id="24_lo4h7"]
[ext_resource type="Texture2D" uid="uid://wfkbqr6lu7hk" path="res://sprites/frames/mm_background/Image0054.png" id="25_ojq6w"]
[ext_resource type="Texture2D" uid="uid://bfrcwd2sg6vfg" path="res://sprites/frames/mm_background/Image0055.png" id="26_xli5o"]
[ext_resource type="Texture2D" uid="uid://05yvnmprvla1" path="res://sprites/frames/mm_background/Image0056.png" id="27_gpyyp"]
[ext_resource type="Texture2D" uid="uid://bgp5icarv6tlq" path="res://sprites/frames/mm_background/Image0057.png" id="28_s0jcr"]
[ext_resource type="Texture2D" uid="uid://cv544yusocmpb" path="res://sprites/frames/mm_background/Image0058.png" id="29_r67gh"]
[ext_resource type="Texture2D" uid="uid://dn1fdbthj04lv" path="res://sprites/frames/mm_background/Image0059.png" id="30_h7pjj"]
[ext_resource type="Texture2D" uid="uid://3hrxo11a12mf" path="res://sprites/frames/mm_background/Image0060.png" id="31_g1ll5"]
[ext_resource type="Texture2D" uid="uid://cg40m1pq0fbxd" path="res://sprites/frames/mm_background/Image0061.png" id="32_0817o"]
[ext_resource type="Texture2D" uid="uid://u4ftyu2mxoae" path="res://sprites/frames/mm_background/Image0062.png" id="33_0k5lh"]
[ext_resource type="Texture2D" uid="uid://c6xs6rvkl3arm" path="res://sprites/frames/mm_background/Image0063.png" id="34_fccf3"]
[ext_resource type="Texture2D" uid="uid://ddvjslb6c2o6f" path="res://sprites/frames/mm_background/Image0064.png" id="35_qn24x"]
[ext_resource type="Texture2D" uid="uid://ceophuj1l7k4d" path="res://sprites/frames/mm_background/Image0065.png" id="36_nvb3t"]
[ext_resource type="Texture2D" uid="uid://cjq06puubwccr" path="res://sprites/frames/mm_background/Image0066.png" id="37_m4vbm"]
[ext_resource type="Texture2D" uid="uid://babcxh5lx2qqb" path="res://sprites/frames/mm_background/Image0067.png" id="38_5ygiw"]
[ext_resource type="Texture2D" uid="uid://0dw80ttq1fsr" path="res://sprites/frames/mm_background/Image0068.png" id="39_di6pc"]
[ext_resource type="Texture2D" uid="uid://cxyeoiw341p0b" path="res://sprites/frames/mm_background/Image0069.png" id="40_arswu"]
[ext_resource type="Texture2D" uid="uid://tjn0oqi5ielx" path="res://sprites/frames/mm_background/Image0070.png" id="41_sjga0"]
[ext_resource type="Texture2D" uid="uid://duhehl1dtde0i" path="res://sprites/frames/mm_background/Image0071.png" id="42_m1od1"]
[ext_resource type="Texture2D" uid="uid://bjvgb46md76i7" path="res://sprites/frames/mm_background/Image0072.png" id="43_gmd4n"]
[ext_resource type="Texture2D" uid="uid://brnccg7egcywr" path="res://sprites/frames/mm_background/Image0073.png" id="44_ijryr"]
[ext_resource type="Texture2D" uid="uid://dphaelvvy0mkc" path="res://sprites/frames/mm_background/Image0074.png" id="45_oc4hx"]
[ext_resource type="Texture2D" uid="uid://ens566itmj6m" path="res://sprites/frames/mm_background/Image0075.png" id="46_67e37"]
[ext_resource type="Texture2D" uid="uid://c1fy8owgpwj05" path="res://sprites/frames/mm_background/Image0076.png" id="47_mien6"]
[ext_resource type="Texture2D" uid="uid://ebeg5srrbuyj" path="res://sprites/frames/mm_background/Image0077.png" id="48_40exb"]
[ext_resource type="Texture2D" uid="uid://dttr4p5wbef3g" path="res://sprites/frames/mm_background/Image0078.png" id="49_jj26p"]
[ext_resource type="Texture2D" uid="uid://mhh03qm32eyo" path="res://sprites/frames/mm_background/Image0079.png" id="50_l8sbl"]
[ext_resource type="Texture2D" uid="uid://balpcv58dn76q" path="res://sprites/frames/mm_background/Image0080.png" id="51_og831"]
[ext_resource type="Texture2D" uid="uid://ccum31ik4j3gv" path="res://sprites/frames/mm_background/Image0081.png" id="52_lrx5r"]
[ext_resource type="Texture2D" uid="uid://btbb3cg8ec4mk" path="res://sprites/frames/mm_background/Image0082.png" id="53_7g25t"]
[ext_resource type="Texture2D" uid="uid://bplgabx2yb74s" path="res://sprites/frames/mm_background/Image0083.png" id="54_lr4j3"]
[ext_resource type="Texture2D" uid="uid://b3m2ces64vypp" path="res://sprites/frames/mm_background/Image0084.png" id="55_tdkpy"]
[ext_resource type="Texture2D" uid="uid://ckx2h5a2hue5u" path="res://sprites/frames/mm_background/Image0085.png" id="56_gefwp"]
[ext_resource type="Texture2D" uid="uid://wrmjxmyeoc04" path="res://sprites/frames/mm_background/Image0086.png" id="57_eyhsx"]
[ext_resource type="Texture2D" uid="uid://c1nwvhb4vuvk2" path="res://sprites/frames/mm_background/Image0087.png" id="58_x50mk"]
[ext_resource type="Texture2D" uid="uid://coy6c7x0imkry" path="res://sprites/frames/mm_background/Image0088.png" id="59_2lkwr"]
[ext_resource type="Texture2D" uid="uid://djkp72l3ko7su" path="res://sprites/frames/mm_background/Image0089.png" id="60_nj8pg"]
[ext_resource type="Texture2D" uid="uid://e8anereixivw" path="res://sprites/frames/mm_background/Image0090.png" id="61_2iqeg"]
[ext_resource type="Texture2D" uid="uid://dee02hr3w4y5r" path="res://sprites/frames/mm_background/Image0091.png" id="62_1u4qn"]
[ext_resource type="Texture2D" uid="uid://ccr1frpg7b7a" path="res://sprites/frames/mm_background/Image0092.png" id="63_vqwao"]
[ext_resource type="Texture2D" uid="uid://bhaxgy3tgk8qq" path="res://sprites/frames/mm_background/Image0093.png" id="64_m3u8v"]
[ext_resource type="Texture2D" uid="uid://0rfhi8xvstn3" path="res://sprites/frames/mm_background/Image0094.png" id="65_dgoap"]
[ext_resource type="Texture2D" uid="uid://dp2rg7ggpdr2" path="res://sprites/frames/mm_background/Image0095.png" id="66_wot68"]
[ext_resource type="Texture2D" uid="uid://c63j5lw4sojb4" path="res://sprites/frames/mm_background/Image0096.png" id="67_8sr8p"]
[ext_resource type="Texture2D" uid="uid://1wc66u4tk6fb" path="res://sprites/frames/mm_background/Image0097.png" id="68_h2505"]
[ext_resource type="Texture2D" uid="uid://d31qrw8gx8gmi" path="res://sprites/frames/mm_background/Image0098.png" id="69_hvh2c"]
[ext_resource type="Texture2D" uid="uid://b40v3qe0armtn" path="res://sprites/frames/mm_background/Image0099.png" id="70_y07da"]
[ext_resource type="Texture2D" uid="uid://3d5yk4nb2gc7" path="res://sprites/frames/mm_background/Image0100.png" id="71_b60dh"]
[ext_resource type="Texture2D" uid="uid://cfxnsvjwhtlb4" path="res://sprites/frames/mm_background/Image0101.png" id="72_3myye"]
[ext_resource type="Texture2D" uid="uid://o0p3uaynm8xr" path="res://sprites/frames/mm_background/Image0102.png" id="73_bceri"]
[ext_resource type="Texture2D" uid="uid://sprsvrsf35eq" path="res://sprites/frames/mm_background/Image0103.png" id="74_wsiyg"]
[ext_resource type="Texture2D" uid="uid://d1rmo1hm1xeee" path="res://sprites/frames/mm_background/Image0104.png" id="75_r4ri8"]
[ext_resource type="Texture2D" uid="uid://nxapldv8625v" path="res://sprites/frames/mm_background/Image0105.png" id="76_0vcv4"]
[ext_resource type="Texture2D" uid="uid://dp08hv6j6cvg0" path="res://sprites/frames/mm_background/Image0106.png" id="77_dwfpx"]
[ext_resource type="Texture2D" uid="uid://cbca721158cry" path="res://sprites/frames/mm_background/Image0107.png" id="78_r8psl"]
[ext_resource type="Texture2D" uid="uid://kf26orbofx71" path="res://sprites/frames/mm_background/Image0108.png" id="79_72gbn"]
[ext_resource type="Texture2D" uid="uid://cow421cjc47e3" path="res://sprites/frames/mm_background/Image0109.png" id="80_2qpbi"]
[ext_resource type="Texture2D" uid="uid://v72fq81kpgdc" path="res://sprites/frames/mm_background/Image0110.png" id="81_a685y"]
[ext_resource type="Texture2D" uid="uid://c5vnubktf1hog" path="res://sprites/frames/mm_background/Image0111.png" id="82_vqbbx"]
[ext_resource type="Texture2D" uid="uid://c3hunftbe0pn4" path="res://sprites/frames/mm_background/Image0112.png" id="83_52cfc"]
[ext_resource type="Texture2D" uid="uid://dj66kob6x13j5" path="res://sprites/frames/mm_background/Image0113.png" id="84_dtjpt"]
[ext_resource type="Texture2D" uid="uid://dki8foy8ylw3f" path="res://sprites/frames/mm_background/Image0114.png" id="85_8n8rf"]
[ext_resource type="Texture2D" uid="uid://b3515646wnyti" path="res://sprites/frames/mm_background/Image0115.png" id="86_dtl61"]
[ext_resource type="Texture2D" uid="uid://bd1p5ble18gxc" path="res://sprites/frames/mm_background/Image0116.png" id="87_nxjme"]
[ext_resource type="Texture2D" uid="uid://616itcd2r38" path="res://sprites/frames/mm_background/Image0117.png" id="88_3u8ba"]
[ext_resource type="Texture2D" uid="uid://ekx6i1544a7t" path="res://sprites/frames/mm_background/Image0118.png" id="89_o10ma"]
[ext_resource type="Texture2D" uid="uid://du244vpxf2vop" path="res://sprites/frames/mm_background/Image0119.png" id="90_bagbv"]
[ext_resource type="Texture2D" uid="uid://taurnvhwu336" path="res://sprites/frames/mm_background/Image0120.png" id="91_o4v7s"]
[ext_resource type="Texture2D" uid="uid://btobs3r5gtghi" path="res://sprites/frames/mm_background/Image0121.png" id="92_mnns2"]
[ext_resource type="Texture2D" uid="uid://bg77uyb31ye2" path="res://sprites/frames/mm_background/Image0122.png" id="93_vlxqe"]
[ext_resource type="Texture2D" uid="uid://bv66d5dju2a2i" path="res://sprites/frames/mm_background/Image0123.png" id="94_5p2pw"]
[ext_resource type="Texture2D" uid="uid://hlhedu10kh6d" path="res://sprites/frames/mm_background/Image0124.png" id="95_0e0ik"]
[ext_resource type="Texture2D" uid="uid://bbpmorww6ws75" path="res://sprites/frames/mm_background/Image0125.png" id="96_bq4ff"]
[ext_resource type="Texture2D" uid="uid://cs01pdaj22x22" path="res://sprites/frames/mm_background/Image0126.png" id="97_13yca"]
[ext_resource type="Texture2D" uid="uid://by6i8is2gak3s" path="res://sprites/frames/mm_background/Image0127.png" id="98_u4yk7"]
[ext_resource type="Texture2D" uid="uid://b7qddqpt4na4p" path="res://sprites/frames/mm_background/Image0128.png" id="99_tymef"]
[ext_resource type="Texture2D" uid="uid://bd6u3rntj0tiy" path="res://sprites/frames/mm_background/Image0129.png" id="100_sr2ly"]
[ext_resource type="Texture2D" uid="uid://c843epssc7p7u" path="res://sprites/frames/mm_background/Image0130.png" id="101_m218t"]
[ext_resource type="Texture2D" uid="uid://bdyajmx7sn7eg" path="res://sprites/frames/mm_background/Image0131.png" id="102_5dyax"]
[ext_resource type="Texture2D" uid="uid://d077nas4ixdl5" path="res://sprites/frames/mm_background/Image0132.png" id="103_w403m"]
[ext_resource type="Texture2D" uid="uid://c4py1rq7akbnw" path="res://sprites/frames/mm_background/Image0133.png" id="104_rdd54"]
[ext_resource type="Texture2D" uid="uid://37pw8dxpxwsr" path="res://sprites/frames/mm_background/Image0134.png" id="105_elwr2"]
[ext_resource type="Texture2D" uid="uid://bnbe303ma11a1" path="res://sprites/frames/mm_background/Image0135.png" id="106_cgof5"]
[ext_resource type="Texture2D" uid="uid://dm065kv6jci36" path="res://sprites/frames/mm_background/Image0136.png" id="107_j4t0q"]
[ext_resource type="Texture2D" uid="uid://dq2gx22kl7j2u" path="res://sprites/frames/mm_background/Image0137.png" id="108_2vqrd"]
[ext_resource type="Texture2D" uid="uid://dqnnv0xj7lr8c" path="res://sprites/frames/mm_background/Image0138.png" id="109_lfird"]
[ext_resource type="Texture2D" uid="uid://bpskq80yq5smh" path="res://sprites/frames/mm_background/Image0139.png" id="110_175fh"]
[ext_resource type="Texture2D" uid="uid://gs7g8fhdd65m" path="res://sprites/frames/mm_background/Image0140.png" id="111_bo4pd"]
[ext_resource type="Texture2D" uid="uid://cd1ygkixlup4n" path="res://sprites/frames/mm_background/Image0141.png" id="112_hae6t"]
[ext_resource type="Texture2D" uid="uid://c63j32xwh3yh5" path="res://sprites/frames/mm_background/Image0142.png" id="113_n1ivk"]
[ext_resource type="Texture2D" uid="uid://2p531u7xn7sw" path="res://sprites/frames/mm_background/Image0143.png" id="114_ldpfs"]
[ext_resource type="Texture2D" uid="uid://df3drrnmskqk3" path="res://sprites/frames/mm_background/Image0144.png" id="115_og00p"]
[ext_resource type="Texture2D" uid="uid://dvlb0rx0rbs1j" path="res://sprites/frames/mm_background/Image0145.png" id="116_f74dr"]
[ext_resource type="Texture2D" uid="uid://bew1b6ot0vvt7" path="res://sprites/frames/mm_background/Image0146.png" id="117_nsc0r"]
[ext_resource type="Texture2D" uid="uid://d0k4wqgpwp4to" path="res://sprites/frames/mm_background/Image0147.png" id="118_vaphq"]
[ext_resource type="Texture2D" uid="uid://cvxeif7wg43hd" path="res://sprites/frames/mm_background/Image0148.png" id="119_ws3f3"]
[ext_resource type="Texture2D" uid="uid://b68u13jkeutdk" path="res://sprites/frames/mm_background/Image0149.png" id="120_yfcpn"]
[ext_resource type="Texture2D" uid="uid://doky1a7opukfu" path="res://sprites/frames/mm_background/Image0150.png" id="121_gwkoh"]
[ext_resource type="Texture2D" uid="uid://d271doeu6xv3w" path="res://sprites/frames/mm_background/Image0151.png" id="122_tugke"]
[ext_resource type="Texture2D" uid="uid://cv42jyo0qtst7" path="res://sprites/frames/mm_background/Image0152.png" id="123_cud0v"]
[ext_resource type="Texture2D" uid="uid://d28gp3gcxgdrp" path="res://sprites/frames/mm_background/Image0153.png" id="124_kdnsi"]
[ext_resource type="Texture2D" uid="uid://h7lkx7hj8m8b" path="res://sprites/frames/mm_background/Image0154.png" id="125_xu81h"]
[ext_resource type="Texture2D" uid="uid://kq5b1gs2gxqs" path="res://sprites/frames/mm_background/Image0155.png" id="126_aemuk"]
[ext_resource type="Texture2D" uid="uid://dfet5aqg0odaj" path="res://sprites/frames/mm_background/Image0156.png" id="127_qelf3"]
[ext_resource type="Texture2D" uid="uid://yupepkv3jqvx" path="res://sprites/frames/mm_background/Image0157.png" id="128_sn2xl"]
[ext_resource type="Texture2D" uid="uid://ctrwqi4xm1ym3" path="res://sprites/frames/mm_background/Image0158.png" id="129_5c4bp"]
[ext_resource type="Texture2D" uid="uid://di0aim5f0mrjk" path="res://sprites/frames/mm_background/Image0159.png" id="130_aoumm"]
[ext_resource type="Texture2D" uid="uid://df2yu84impomo" path="res://sprites/frames/mm_background/Image0160.png" id="131_ccfmc"]
[ext_resource type="Texture2D" uid="uid://clhfax5k6m0au" path="res://sprites/frames/mm_background/Image0161.png" id="132_pinca"]
[ext_resource type="Texture2D" uid="uid://12mqu3qcdoun" path="res://sprites/frames/mm_background/Image0162.png" id="133_45xla"]
[ext_resource type="Texture2D" uid="uid://bk5low2vskv81" path="res://sprites/frames/mm_background/Image0163.png" id="134_574p6"]
[ext_resource type="Texture2D" uid="uid://cw5xr3fkfmcxb" path="res://sprites/frames/mm_background/Image0164.png" id="135_wak1j"]
[ext_resource type="Texture2D" uid="uid://cjsndr2rqg7mn" path="res://sprites/frames/mm_background/Image0165.png" id="136_vawlu"]
[ext_resource type="Texture2D" uid="uid://betsy1776hs46" path="res://sprites/frames/mm_background/Image0166.png" id="137_rvc2m"]
[ext_resource type="Texture2D" uid="uid://cr5nwfsx45xtu" path="res://sprites/frames/mm_background/Image0167.png" id="138_7aa61"]
[ext_resource type="Texture2D" uid="uid://ccoga5dg6jxka" path="res://sprites/frames/mm_background/Image0168.png" id="139_o7kcf"]
[ext_resource type="Texture2D" uid="uid://bwcx3q1em714k" path="res://sprites/frames/mm_background/Image0169.png" id="140_8ngjp"]
[ext_resource type="Texture2D" uid="uid://kb4w6oy0i3q4" path="res://sprites/frames/mm_background/Image0170.png" id="141_5855t"]
[ext_resource type="Texture2D" uid="uid://b7375g76tkbk1" path="res://sprites/frames/mm_background/Image0171.png" id="142_5dc3w"]
[ext_resource type="Texture2D" uid="uid://bdiykqbqb1u33" path="res://sprites/frames/mm_background/Image0172.png" id="143_jhca7"]
[ext_resource type="Texture2D" uid="uid://c20y7m1wudes7" path="res://sprites/frames/mm_background/Image0173.png" id="144_7aag7"]
[ext_resource type="Texture2D" uid="uid://cy01ups3q2eja" path="res://sprites/frames/mm_background/Image0174.png" id="145_mssfe"]
[ext_resource type="Texture2D" uid="uid://m1ttcfj3uwqn" path="res://sprites/frames/mm_background/Image0175.png" id="146_tnqr4"]
[ext_resource type="Texture2D" uid="uid://d07y6f0tlqpxm" path="res://sprites/frames/mm_background/Image0176.png" id="147_dycfj"]
[ext_resource type="Texture2D" uid="uid://bthdw3v5h0ds2" path="res://sprites/frames/mm_background/Image0177.png" id="148_16q1w"]
[ext_resource type="Texture2D" uid="uid://clsfhhd15a05y" path="res://sprites/frames/mm_background/Image0178.png" id="149_1o83q"]
[ext_resource type="Texture2D" uid="uid://r5k3enciw8i3" path="res://sprites/frames/mm_background/Image0179.png" id="150_1nhnj"]
[ext_resource type="Texture2D" uid="uid://caf23p76l60p8" path="res://sprites/frames/mm_background/Image0180.png" id="151_0ojgp"]
[ext_resource type="Texture2D" uid="uid://btu80nasbw0vn" path="res://sprites/frames/mm_background/Image0181.png" id="152_s5mp5"]
[ext_resource type="Texture2D" uid="uid://2scamu235w02" path="res://sprites/frames/mm_background/Image0182.png" id="153_xwbh5"]
[ext_resource type="Texture2D" uid="uid://tmvxck6fudwh" path="res://sprites/frames/mm_background/Image0183.png" id="154_la5u2"]
[ext_resource type="Texture2D" uid="uid://k3xqj0vo4b76" path="res://sprites/frames/mm_background/Image0184.png" id="155_xcmbm"]
[ext_resource type="Texture2D" uid="uid://nyq2sovw1ypk" path="res://sprites/frames/mm_background/Image0185.png" id="156_opwhx"]
[ext_resource type="Texture2D" uid="uid://bvf1kt7l8px6x" path="res://sprites/frames/mm_background/Image0186.png" id="157_o4b05"]
[ext_resource type="Texture2D" uid="uid://ufsaqv4hbnsx" path="res://sprites/frames/mm_background/Image0187.png" id="158_comas"]
[ext_resource type="Texture2D" uid="uid://l0etr148vdmt" path="res://sprites/frames/mm_background/Image0188.png" id="159_k4fx6"]
[ext_resource type="Texture2D" uid="uid://bm2ntkx23jbh1" path="res://sprites/frames/mm_background/Image0189.png" id="160_drcsp"]
[ext_resource type="Texture2D" uid="uid://cdpkm6avmb5wx" path="res://sprites/frames/mm_background/Image0190.png" id="161_8pcgf"]
[ext_resource type="Texture2D" uid="uid://7e2k1utxksmk" path="res://sprites/frames/mm_background/Image0191.png" id="162_2ldeg"]
[ext_resource type="Texture2D" uid="uid://c3xst5ce6jfj" path="res://sprites/frames/mm_background/Image0192.png" id="163_luai5"]
[ext_resource type="Texture2D" uid="uid://cddb63jbfg0d5" path="res://sprites/frames/mm_background/Image0193.png" id="164_vorbj"]
[ext_resource type="Texture2D" uid="uid://dkoyrhry4tvnk" path="res://sprites/frames/mm_background/Image0194.png" id="165_54v8d"]
[ext_resource type="Texture2D" uid="uid://btbs735txb3wf" path="res://sprites/frames/mm_background/Image0195.png" id="166_0s5pn"]
[ext_resource type="Texture2D" uid="uid://i4iobf6fcibc" path="res://sprites/frames/mm_background/Image0196.png" id="167_aduht"]
[ext_resource type="Texture2D" uid="uid://cgf6gk5qlcubq" path="res://sprites/frames/mm_background/Image0197.png" id="168_jqjov"]
[ext_resource type="Texture2D" uid="uid://8q7cpek4p25q" path="res://sprites/frames/mm_background/Image0198.png" id="169_ctols"]
[ext_resource type="Texture2D" uid="uid://m5u6x114q5wk" path="res://sprites/frames/mm_background/Image0199.png" id="170_riol2"]
[ext_resource type="Texture2D" uid="uid://dpuqx3bu1borj" path="res://sprites/frames/mm_background/Image0200.png" id="171_ax3vn"]
[ext_resource type="Texture2D" uid="uid://dobdfhw7vhx3f" path="res://sprites/frames/mm_background/Image0201.png" id="172_4nfo2"]
[ext_resource type="Texture2D" uid="uid://da4hgldx30jwj" path="res://sprites/frames/mm_background/Image0202.png" id="173_ii6t0"]
[ext_resource type="Texture2D" uid="uid://dasejeqxx65xq" path="res://sprites/frames/mm_background/Image0203.png" id="174_35kco"]
[ext_resource type="Texture2D" uid="uid://blyx2fn8k45u4" path="res://sprites/frames/mm_background/Image0204.png" id="175_11pki"]
[ext_resource type="Texture2D" uid="uid://bvucrx2u2no17" path="res://sprites/frames/mm_background/Image0205.png" id="176_ayiyj"]
[ext_resource type="Texture2D" uid="uid://d3mn7ogqxyonw" path="res://sprites/frames/mm_background/Image0206.png" id="177_c6kqo"]
[ext_resource type="Texture2D" uid="uid://d0n56p6a7dyna" path="res://sprites/frames/mm_background/Image0207.png" id="178_1uvnh"]
[ext_resource type="Texture2D" uid="uid://b14iu1jwlfgtu" path="res://sprites/frames/mm_background/Image0208.png" id="179_j83sy"]
[ext_resource type="Texture2D" uid="uid://cttsswk20vbam" path="res://sprites/frames/mm_background/Image0209.png" id="180_jf5j0"]
[ext_resource type="Texture2D" uid="uid://b4060b2gbj3ha" path="res://sprites/frames/mm_background/Image0210.png" id="181_cqyfo"]
[ext_resource type="Texture2D" uid="uid://8asiqmkooeec" path="res://sprites/frames/mm_background/Image0211.png" id="182_lfp7e"]
[ext_resource type="Texture2D" uid="uid://bh8useby0tyl2" path="res://sprites/frames/mm_background/Image0212.png" id="183_6gx24"]
[ext_resource type="Texture2D" uid="uid://lluxe1woh5h3" path="res://sprites/frames/mm_background/Image0213.png" id="184_2du54"]
[ext_resource type="Texture2D" uid="uid://c8ny6luksfx2u" path="res://sprites/frames/mm_background/Image0214.png" id="185_q2i1n"]
[ext_resource type="Texture2D" uid="uid://cprflhi0xeece" path="res://sprites/frames/mm_background/Image0215.png" id="186_at3tp"]
[ext_resource type="Texture2D" uid="uid://4gnp2aak1iv" path="res://sprites/frames/mm_background/Image0216.png" id="187_whn7n"]
[ext_resource type="Texture2D" uid="uid://cachioxu4r3bx" path="res://sprites/frames/mm_background/Image0217.png" id="188_ye3ci"]
[ext_resource type="Texture2D" uid="uid://c0o247auny5o2" path="res://sprites/frames/mm_background/Image0218.png" id="189_qyjuu"]
[ext_resource type="Texture2D" uid="uid://bbn1hunkugncr" path="res://sprites/frames/mm_background/Image0219.png" id="190_cclff"]
[ext_resource type="Texture2D" uid="uid://djsh2npacy2a2" path="res://sprites/frames/mm_background/Image0220.png" id="191_3aupn"]
[ext_resource type="Texture2D" uid="uid://nyhwqihuwiuw" path="res://sprites/frames/mm_background/Image0221.png" id="192_ghx0q"]
[ext_resource type="Texture2D" uid="uid://fu5dbfgygd22" path="res://sprites/frames/mm_background/Image0222.png" id="193_r4731"]
[ext_resource type="Texture2D" uid="uid://cpuxxs2tbcg8a" path="res://sprites/frames/mm_background/Image0223.png" id="194_f1pwf"]
[ext_resource type="Texture2D" uid="uid://bt75bt354br6l" path="res://sprites/frames/mm_background/Image0224.png" id="195_8wn1e"]
[ext_resource type="Texture2D" uid="uid://bdffu8v0hy2nr" path="res://sprites/frames/mm_background/Image0225.png" id="196_h8260"]
[ext_resource type="Texture2D" uid="uid://bthx30hedem3p" path="res://sprites/frames/mm_background/Image0226.png" id="197_kfjk1"]
[ext_resource type="Texture2D" uid="uid://c24ukjot8dg62" path="res://sprites/frames/mm_background/Image0227.png" id="198_m7whw"]
[ext_resource type="Texture2D" uid="uid://ba1v5ecj7hgnu" path="res://sprites/frames/mm_background/Image0228.png" id="199_wtcp0"]
[ext_resource type="Texture2D" uid="uid://o2mwnome55vy" path="res://sprites/frames/mm_background/Image0229.png" id="200_sukth"]
[ext_resource type="Texture2D" uid="uid://b3e6aqoxluwke" path="res://sprites/frames/mm_background/Image0230.png" id="201_6j6xt"]
[ext_resource type="Texture2D" uid="uid://c1xpnjo1gn2bw" path="res://sprites/frames/mm_background/Image0231.png" id="202_0fjfd"]
[ext_resource type="Texture2D" uid="uid://c6pqle5cp0e8k" path="res://sprites/frames/mm_background/Image0232.png" id="203_bjwpg"]
[ext_resource type="Texture2D" uid="uid://crvhi11apiorn" path="res://sprites/frames/mm_background/Image0233.png" id="204_iyrp4"]
[ext_resource type="Texture2D" uid="uid://b3ekekiovuu27" path="res://sprites/frames/mm_background/Image0234.png" id="205_5fcut"]
[ext_resource type="Texture2D" uid="uid://c6qy4ibq7dpdc" path="res://sprites/frames/mm_background/Image0235.png" id="206_slpna"]
[ext_resource type="Texture2D" uid="uid://brq4nqrnyd0kn" path="res://sprites/frames/mm_background/Image0236.png" id="207_hsksq"]
[ext_resource type="Texture2D" uid="uid://bxk40k5vvqycl" path="res://sprites/frames/mm_background/Image0237.png" id="208_yqbst"]
[ext_resource type="Texture2D" uid="uid://chh7decyeb2xf" path="res://sprites/frames/mm_background/Image0238.png" id="209_lvxxm"]
[ext_resource type="Texture2D" uid="uid://gvj82q8oo0pr" path="res://sprites/frames/mm_background/Image0239.png" id="210_w8i65"]
[ext_resource type="Texture2D" uid="uid://bklhocrk8t805" path="res://sprites/frames/mm_background/Image0240.png" id="211_in7s8"]
[ext_resource type="Texture2D" uid="uid://cjay80n6isw5o" path="res://sprites/frames/mm_background/Image0241.png" id="212_rpmeu"]
[ext_resource type="Texture2D" uid="uid://dt24vcjcvcabq" path="res://sprites/frames/mm_background/Image0242.png" id="213_y1d57"]
[ext_resource type="Texture2D" uid="uid://ck02pu5asr3as" path="res://sprites/frames/mm_background/Image0243.png" id="214_d67iq"]
[ext_resource type="Texture2D" uid="uid://bsbaqfy8jc106" path="res://sprites/frames/mm_background/Image0244.png" id="215_c28ij"]
[ext_resource type="Texture2D" uid="uid://d2wurexja4nem" path="res://sprites/frames/mm_background/Image0245.png" id="216_05nie"]
[ext_resource type="Texture2D" uid="uid://jeufaqsda4xi" path="res://sprites/frames/mm_background/Image0246.png" id="217_7g1qr"]
[ext_resource type="Texture2D" uid="uid://dtjlua2vlgrsi" path="res://sprites/frames/mm_background/Image0247.png" id="218_34ock"]
[ext_resource type="Texture2D" uid="uid://bo16og7ribju1" path="res://sprites/frames/mm_background/Image0248.png" id="219_4dmek"]
[ext_resource type="Texture2D" uid="uid://dgbtus7qf1tiq" path="res://sprites/frames/mm_background/Image0249.png" id="220_si5x2"]
[ext_resource type="Texture2D" uid="uid://bvvk8ffdyxma4" path="res://sprites/frames/mm_background/Image0250.png" id="221_nxaca"]
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_uv47v")
}, {
"duration": 1.0,
"texture": ExtResource("2_ydck8")
}, {
"duration": 1.0,
"texture": ExtResource("3_eceky")
}, {
"duration": 1.0,
"texture": ExtResource("4_1auei")
}, {
"duration": 1.0,
"texture": ExtResource("5_5jo4e")
}, {
"duration": 1.0,
"texture": ExtResource("6_3k4ee")
}, {
"duration": 1.0,
"texture": ExtResource("7_isebb")
}, {
"duration": 1.0,
"texture": ExtResource("8_ay88b")
}, {
"duration": 1.0,
"texture": ExtResource("9_51i8q")
}, {
"duration": 1.0,
"texture": ExtResource("10_n4k2w")
}, {
"duration": 1.0,
"texture": ExtResource("11_bm1on")
}, {
"duration": 1.0,
"texture": ExtResource("12_2v8or")
}, {
"duration": 1.0,
"texture": ExtResource("13_r3plk")
}, {
"duration": 1.0,
"texture": ExtResource("14_obgqt")
}, {
"duration": 1.0,
"texture": ExtResource("15_sc8xw")
}, {
"duration": 1.0,
"texture": ExtResource("16_pet58")
}, {
"duration": 1.0,
"texture": ExtResource("17_7l8vm")
}, {
"duration": 1.0,
"texture": ExtResource("18_blq2m")
}, {
"duration": 1.0,
"texture": ExtResource("19_yn8be")
}, {
"duration": 1.0,
"texture": ExtResource("20_5d5lv")
}, {
"duration": 1.0,
"texture": ExtResource("21_3ml1o")
}, {
"duration": 1.0,
"texture": ExtResource("22_4iiiq")
}, {
"duration": 1.0,
"texture": ExtResource("23_t70ju")
}, {
"duration": 1.0,
"texture": ExtResource("24_lo4h7")
}, {
"duration": 1.0,
"texture": ExtResource("25_ojq6w")
}, {
"duration": 1.0,
"texture": ExtResource("26_xli5o")
}, {
"duration": 1.0,
"texture": ExtResource("27_gpyyp")
}, {
"duration": 1.0,
"texture": ExtResource("28_s0jcr")
}, {
"duration": 1.0,
"texture": ExtResource("29_r67gh")
}, {
"duration": 1.0,
"texture": ExtResource("30_h7pjj")
}, {
"duration": 1.0,
"texture": ExtResource("31_g1ll5")
}, {
"duration": 1.0,
"texture": ExtResource("32_0817o")
}, {
"duration": 1.0,
"texture": ExtResource("33_0k5lh")
}, {
"duration": 1.0,
"texture": ExtResource("34_fccf3")
}, {
"duration": 1.0,
"texture": ExtResource("35_qn24x")
}, {
"duration": 1.0,
"texture": ExtResource("36_nvb3t")
}, {
"duration": 1.0,
"texture": ExtResource("37_m4vbm")
}, {
"duration": 1.0,
"texture": ExtResource("38_5ygiw")
}, {
"duration": 1.0,
"texture": ExtResource("39_di6pc")
}, {
"duration": 1.0,
"texture": ExtResource("40_arswu")
}, {
"duration": 1.0,
"texture": ExtResource("41_sjga0")
}, {
"duration": 1.0,
"texture": ExtResource("42_m1od1")
}, {
"duration": 1.0,
"texture": ExtResource("43_gmd4n")
}, {
"duration": 1.0,
"texture": ExtResource("44_ijryr")
}, {
"duration": 1.0,
"texture": ExtResource("45_oc4hx")
}, {
"duration": 1.0,
"texture": ExtResource("46_67e37")
}, {
"duration": 1.0,
"texture": ExtResource("47_mien6")
}, {
"duration": 1.0,
"texture": ExtResource("48_40exb")
}, {
"duration": 1.0,
"texture": ExtResource("49_jj26p")
}, {
"duration": 1.0,
"texture": ExtResource("50_l8sbl")
}, {
"duration": 1.0,
"texture": ExtResource("51_og831")
}, {
"duration": 1.0,
"texture": ExtResource("52_lrx5r")
}, {
"duration": 1.0,
"texture": ExtResource("53_7g25t")
}, {
"duration": 1.0,
"texture": ExtResource("54_lr4j3")
}, {
"duration": 1.0,
"texture": ExtResource("55_tdkpy")
}, {
"duration": 1.0,
"texture": ExtResource("56_gefwp")
}, {
"duration": 1.0,
"texture": ExtResource("57_eyhsx")
}, {
"duration": 1.0,
"texture": ExtResource("58_x50mk")
}, {
"duration": 1.0,
"texture": ExtResource("59_2lkwr")
}, {
"duration": 1.0,
"texture": ExtResource("60_nj8pg")
}, {
"duration": 1.0,
"texture": ExtResource("61_2iqeg")
}, {
"duration": 1.0,
"texture": ExtResource("62_1u4qn")
}, {
"duration": 1.0,
"texture": ExtResource("63_vqwao")
}, {
"duration": 1.0,
"texture": ExtResource("64_m3u8v")
}, {
"duration": 1.0,
"texture": ExtResource("65_dgoap")
}, {
"duration": 1.0,
"texture": ExtResource("66_wot68")
}, {
"duration": 1.0,
"texture": ExtResource("67_8sr8p")
}, {
"duration": 1.0,
"texture": ExtResource("68_h2505")
}, {
"duration": 1.0,
"texture": ExtResource("69_hvh2c")
}, {
"duration": 1.0,
"texture": ExtResource("70_y07da")
}, {
"duration": 1.0,
"texture": ExtResource("71_b60dh")
}, {
"duration": 1.0,
"texture": ExtResource("72_3myye")
}, {
"duration": 1.0,
"texture": ExtResource("73_bceri")
}, {
"duration": 1.0,
"texture": ExtResource("74_wsiyg")
}, {
"duration": 1.0,
"texture": ExtResource("75_r4ri8")
}, {
"duration": 1.0,
"texture": ExtResource("76_0vcv4")
}, {
"duration": 1.0,
"texture": ExtResource("77_dwfpx")
}, {
"duration": 1.0,
"texture": ExtResource("78_r8psl")
}, {
"duration": 1.0,
"texture": ExtResource("79_72gbn")
}, {
"duration": 1.0,
"texture": ExtResource("80_2qpbi")
}, {
"duration": 1.0,
"texture": ExtResource("81_a685y")
}, {
"duration": 1.0,
"texture": ExtResource("82_vqbbx")
}, {
"duration": 1.0,
"texture": ExtResource("83_52cfc")
}, {
"duration": 1.0,
"texture": ExtResource("84_dtjpt")
}, {
"duration": 1.0,
"texture": ExtResource("85_8n8rf")
}, {
"duration": 1.0,
"texture": ExtResource("86_dtl61")
}, {
"duration": 1.0,
"texture": ExtResource("87_nxjme")
}, {
"duration": 1.0,
"texture": ExtResource("88_3u8ba")
}, {
"duration": 1.0,
"texture": ExtResource("89_o10ma")
}, {
"duration": 1.0,
"texture": ExtResource("90_bagbv")
}, {
"duration": 1.0,
"texture": ExtResource("91_o4v7s")
}, {
"duration": 1.0,
"texture": ExtResource("92_mnns2")
}, {
"duration": 1.0,
"texture": ExtResource("93_vlxqe")
}, {
"duration": 1.0,
"texture": ExtResource("94_5p2pw")
}, {
"duration": 1.0,
"texture": ExtResource("95_0e0ik")
}, {
"duration": 1.0,
"texture": ExtResource("96_bq4ff")
}, {
"duration": 1.0,
"texture": ExtResource("97_13yca")
}, {
"duration": 1.0,
"texture": ExtResource("98_u4yk7")
}, {
"duration": 1.0,
"texture": ExtResource("99_tymef")
}, {
"duration": 1.0,
"texture": ExtResource("100_sr2ly")
}, {
"duration": 1.0,
"texture": ExtResource("101_m218t")
}, {
"duration": 1.0,
"texture": ExtResource("102_5dyax")
}, {
"duration": 1.0,
"texture": ExtResource("103_w403m")
}, {
"duration": 1.0,
"texture": ExtResource("104_rdd54")
}, {
"duration": 1.0,
"texture": ExtResource("105_elwr2")
}, {
"duration": 1.0,
"texture": ExtResource("106_cgof5")
}, {
"duration": 1.0,
"texture": ExtResource("107_j4t0q")
}, {
"duration": 1.0,
"texture": ExtResource("108_2vqrd")
}, {
"duration": 1.0,
"texture": ExtResource("109_lfird")
}, {
"duration": 1.0,
"texture": ExtResource("110_175fh")
}, {
"duration": 1.0,
"texture": ExtResource("111_bo4pd")
}, {
"duration": 1.0,
"texture": ExtResource("112_hae6t")
}, {
"duration": 1.0,
"texture": ExtResource("113_n1ivk")
}, {
"duration": 1.0,
"texture": ExtResource("114_ldpfs")
}, {
"duration": 1.0,
"texture": ExtResource("115_og00p")
}, {
"duration": 1.0,
"texture": ExtResource("116_f74dr")
}, {
"duration": 1.0,
"texture": ExtResource("117_nsc0r")
}, {
"duration": 1.0,
"texture": ExtResource("118_vaphq")
}, {
"duration": 1.0,
"texture": ExtResource("119_ws3f3")
}, {
"duration": 1.0,
"texture": ExtResource("120_yfcpn")
}, {
"duration": 1.0,
"texture": ExtResource("121_gwkoh")
}, {
"duration": 1.0,
"texture": ExtResource("122_tugke")
}, {
"duration": 1.0,
"texture": ExtResource("123_cud0v")
}, {
"duration": 1.0,
"texture": ExtResource("124_kdnsi")
}, {
"duration": 1.0,
"texture": ExtResource("125_xu81h")
}, {
"duration": 1.0,
"texture": ExtResource("126_aemuk")
}, {
"duration": 1.0,
"texture": ExtResource("127_qelf3")
}, {
"duration": 1.0,
"texture": ExtResource("128_sn2xl")
}, {
"duration": 1.0,
"texture": ExtResource("129_5c4bp")
}, {
"duration": 1.0,
"texture": ExtResource("130_aoumm")
}, {
"duration": 1.0,
"texture": ExtResource("131_ccfmc")
}, {
"duration": 1.0,
"texture": ExtResource("132_pinca")
}, {
"duration": 1.0,
"texture": ExtResource("133_45xla")
}, {
"duration": 1.0,
"texture": ExtResource("134_574p6")
}, {
"duration": 1.0,
"texture": ExtResource("135_wak1j")
}, {
"duration": 1.0,
"texture": ExtResource("136_vawlu")
}, {
"duration": 1.0,
"texture": ExtResource("137_rvc2m")
}, {
"duration": 1.0,
"texture": ExtResource("138_7aa61")
}, {
"duration": 1.0,
"texture": ExtResource("139_o7kcf")
}, {
"duration": 1.0,
"texture": ExtResource("140_8ngjp")
}, {
"duration": 1.0,
"texture": ExtResource("141_5855t")
}, {
"duration": 1.0,
"texture": ExtResource("142_5dc3w")
}, {
"duration": 1.0,
"texture": ExtResource("143_jhca7")
}, {
"duration": 1.0,
"texture": ExtResource("144_7aag7")
}, {
"duration": 1.0,
"texture": ExtResource("145_mssfe")
}, {
"duration": 1.0,
"texture": ExtResource("146_tnqr4")
}, {
"duration": 1.0,
"texture": ExtResource("147_dycfj")
}, {
"duration": 1.0,
"texture": ExtResource("148_16q1w")
}, {
"duration": 1.0,
"texture": ExtResource("149_1o83q")
}, {
"duration": 1.0,
"texture": ExtResource("150_1nhnj")
}, {
"duration": 1.0,
"texture": ExtResource("151_0ojgp")
}, {
"duration": 1.0,
"texture": ExtResource("152_s5mp5")
}, {
"duration": 1.0,
"texture": ExtResource("153_xwbh5")
}, {
"duration": 1.0,
"texture": ExtResource("154_la5u2")
}, {
"duration": 1.0,
"texture": ExtResource("155_xcmbm")
}, {
"duration": 1.0,
"texture": ExtResource("156_opwhx")
}, {
"duration": 1.0,
"texture": ExtResource("157_o4b05")
}, {
"duration": 1.0,
"texture": ExtResource("158_comas")
}, {
"duration": 1.0,
"texture": ExtResource("159_k4fx6")
}, {
"duration": 1.0,
"texture": ExtResource("160_drcsp")
}, {
"duration": 1.0,
"texture": ExtResource("161_8pcgf")
}, {
"duration": 1.0,
"texture": ExtResource("162_2ldeg")
}, {
"duration": 1.0,
"texture": ExtResource("163_luai5")
}, {
"duration": 1.0,
"texture": ExtResource("164_vorbj")
}, {
"duration": 1.0,
"texture": ExtResource("165_54v8d")
}, {
"duration": 1.0,
"texture": ExtResource("166_0s5pn")
}, {
"duration": 1.0,
"texture": ExtResource("167_aduht")
}, {
"duration": 1.0,
"texture": ExtResource("168_jqjov")
}, {
"duration": 1.0,
"texture": ExtResource("169_ctols")
}, {
"duration": 1.0,
"texture": ExtResource("170_riol2")
}, {
"duration": 1.0,
"texture": ExtResource("171_ax3vn")
}, {
"duration": 1.0,
"texture": ExtResource("172_4nfo2")
}, {
"duration": 1.0,
"texture": ExtResource("173_ii6t0")
}, {
"duration": 1.0,
"texture": ExtResource("174_35kco")
}, {
"duration": 1.0,
"texture": ExtResource("175_11pki")
}, {
"duration": 1.0,
"texture": ExtResource("176_ayiyj")
}, {
"duration": 1.0,
"texture": ExtResource("177_c6kqo")
}, {
"duration": 1.0,
"texture": ExtResource("178_1uvnh")
}, {
"duration": 1.0,
"texture": ExtResource("179_j83sy")
}, {
"duration": 1.0,
"texture": ExtResource("180_jf5j0")
}, {
"duration": 1.0,
"texture": ExtResource("181_cqyfo")
}, {
"duration": 1.0,
"texture": ExtResource("182_lfp7e")
}, {
"duration": 1.0,
"texture": ExtResource("183_6gx24")
}, {
"duration": 1.0,
"texture": ExtResource("184_2du54")
}, {
"duration": 1.0,
"texture": ExtResource("185_q2i1n")
}, {
"duration": 1.0,
"texture": ExtResource("186_at3tp")
}, {
"duration": 1.0,
"texture": ExtResource("187_whn7n")
}, {
"duration": 1.0,
"texture": ExtResource("188_ye3ci")
}, {
"duration": 1.0,
"texture": ExtResource("189_qyjuu")
}, {
"duration": 1.0,
"texture": ExtResource("190_cclff")
}, {
"duration": 1.0,
"texture": ExtResource("191_3aupn")
}, {
"duration": 1.0,
"texture": ExtResource("192_ghx0q")
}, {
"duration": 1.0,
"texture": ExtResource("193_r4731")
}, {
"duration": 1.0,
"texture": ExtResource("194_f1pwf")
}, {
"duration": 1.0,
"texture": ExtResource("195_8wn1e")
}, {
"duration": 1.0,
"texture": ExtResource("196_h8260")
}, {
"duration": 1.0,
"texture": ExtResource("197_kfjk1")
}, {
"duration": 1.0,
"texture": ExtResource("198_m7whw")
}, {
"duration": 1.0,
"texture": ExtResource("199_wtcp0")
}, {
"duration": 1.0,
"texture": ExtResource("200_sukth")
}, {
"duration": 1.0,
"texture": ExtResource("201_6j6xt")
}, {
"duration": 1.0,
"texture": ExtResource("202_0fjfd")
}, {
"duration": 1.0,
"texture": ExtResource("203_bjwpg")
}, {
"duration": 1.0,
"texture": ExtResource("204_iyrp4")
}, {
"duration": 1.0,
"texture": ExtResource("205_5fcut")
}, {
"duration": 1.0,
"texture": ExtResource("206_slpna")
}, {
"duration": 1.0,
"texture": ExtResource("207_hsksq")
}, {
"duration": 1.0,
"texture": ExtResource("208_yqbst")
}, {
"duration": 1.0,
"texture": ExtResource("209_lvxxm")
}, {
"duration": 1.0,
"texture": ExtResource("210_w8i65")
}, {
"duration": 1.0,
"texture": ExtResource("211_in7s8")
}, {
"duration": 1.0,
"texture": ExtResource("212_rpmeu")
}, {
"duration": 1.0,
"texture": ExtResource("213_y1d57")
}, {
"duration": 1.0,
"texture": ExtResource("214_d67iq")
}, {
"duration": 1.0,
"texture": ExtResource("215_c28ij")
}, {
"duration": 1.0,
"texture": ExtResource("216_05nie")
}, {
"duration": 1.0,
"texture": ExtResource("217_7g1qr")
}, {
"duration": 1.0,
"texture": ExtResource("218_34ock")
}, {
"duration": 1.0,
"texture": ExtResource("219_4dmek")
}, {
"duration": 1.0,
"texture": ExtResource("220_si5x2")
}, {
"duration": 1.0,
"texture": ExtResource("221_nxaca")
}],
"loop": true,
"name": &"default",
"speed": 30.0
}]
+50 -8
View File
@@ -1,35 +1,77 @@
[gd_resource type="SpriteFrames" format=3 uid="uid://doxc4pl5hvs6k"] [gd_resource type="SpriteFrames" format=3 uid="uid://doxc4pl5hvs6k"]
[ext_resource type="Texture2D" uid="uid://bv4gsgya7wp4d" path="res://sprites/atlas/demoman_walking.png" id="1_1t22f"] [ext_resource type="Texture2D" uid="uid://cl3uy4d6lgspe" path="res://sprites/man_falls.png" id="1_kdeld"]
[ext_resource type="Texture2D" uid="uid://dy7fh0eg6qulr" path="res://sprites/atlas/flats/demoman_idles.png" id="2_kdeld"]
[ext_resource type="Texture2D" uid="uid://cr5bdv3hgmd4q" path="res://sprites/man_jumps.png" id="3_a1t44"]
[ext_resource type="Texture2D" uid="uid://bv4gsgya7wp4d" path="res://sprites/atlas/flats/demoman_walking.png" id="4_a1t44"]
[sub_resource type="AtlasTexture" id="AtlasTexture_w1sc6"]
atlas = ExtResource("2_kdeld")
region = Rect2(0, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_mcxxx"]
atlas = ExtResource("2_kdeld")
region = Rect2(0, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_nf227"]
atlas = ExtResource("2_kdeld")
region = Rect2(32, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_sbabb"]
atlas = ExtResource("2_kdeld")
region = Rect2(32, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_c2ath"] [sub_resource type="AtlasTexture" id="AtlasTexture_c2ath"]
atlas = ExtResource("1_1t22f") atlas = ExtResource("4_a1t44")
region = Rect2(0, 0, 32, 64) region = Rect2(0, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_gwfnt"] [sub_resource type="AtlasTexture" id="AtlasTexture_gwfnt"]
atlas = ExtResource("1_1t22f") atlas = ExtResource("4_a1t44")
region = Rect2(0, 64, 32, 64) region = Rect2(0, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_kdeld"] [sub_resource type="AtlasTexture" id="AtlasTexture_kdeld"]
atlas = ExtResource("1_1t22f") atlas = ExtResource("4_a1t44")
region = Rect2(32, 0, 32, 64) region = Rect2(32, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_a1t44"] [sub_resource type="AtlasTexture" id="AtlasTexture_a1t44"]
atlas = ExtResource("1_1t22f") atlas = ExtResource("4_a1t44")
region = Rect2(32, 64, 32, 64) region = Rect2(32, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_k551e"] [sub_resource type="AtlasTexture" id="AtlasTexture_k551e"]
atlas = ExtResource("1_1t22f") atlas = ExtResource("4_a1t44")
region = Rect2(64, 0, 32, 64) region = Rect2(64, 0, 32, 64)
[resource] [resource]
animations = [{ animations = [{
"frames": [], "frames": [{
"duration": 1.0,
"texture": ExtResource("1_kdeld")
}],
"loop": true,
"name": &"fall",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_w1sc6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_mcxxx")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_nf227")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_sbabb")
}],
"loop": true, "loop": true,
"name": &"idle", "name": &"idle",
"speed": 5.0 "speed": 5.0
}, { }, {
"frames": [], "frames": [{
"duration": 1.0,
"texture": ExtResource("3_a1t44")
}],
"loop": true, "loop": true,
"name": &"jump", "name": &"jump",
"speed": 5.0 "speed": 5.0
@@ -0,0 +1,4 @@
[gd_resource type="CircleShape2D" format=3 uid="uid://duhxyfwoh6ndb"]
[resource]
radius = 3.0
+3
View File
@@ -0,0 +1,3 @@
[gd_resource type="Translation" format=3 uid="uid://vs4pl3jum6hp"]
[resource]
+6
View File
@@ -0,0 +1,6 @@
[gd_resource type="ShaderMaterial" format=3 uid="uid://b4epp5w0awoov"]
[ext_resource type="Shader" uid="uid://dwgy05x43arpb" path="res://src/shaders/dimming_shader.tres" id="1_jm73v"]
[resource]
shader = ExtResource("1_jm73v")
+42
View File
@@ -0,0 +1,42 @@
[gd_scene format=3 uid="uid://xanv3qbl1n2u"]
[sub_resource type="Gradient" id="Gradient_nxkc6"]
colors = PackedColorArray(1, 1, 1, 1, 0, 0, 0, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_kfvst"]
gradient = SubResource("Gradient_nxkc6")
fill = 1
fill_from = Vector2(0.5, 0.5)
fill_to = Vector2(0.725, 0)
[node name="Light" type="Node2D" unique_id=658403720]
scale = Vector2(3.105, 3.105)
[node name="BackgroundLight" type="PointLight2D" parent="." unique_id=1870867099]
scale = Vector2(3, 3)
color = Color(1, 0.73333335, 0, 1)
energy = 1.5
shadow_enabled = true
shadow_filter = 1
texture = SubResource("GradientTexture2D_kfvst")
height = 15.0
[node name="ForegroundLight" type="PointLight2D" parent="." unique_id=574997062]
scale = Vector2(5, 5)
color = Color(0.93, 0.837, 0, 0.8)
energy = 0.7
shadow_enabled = true
shadow_filter = 1
shadow_item_cull_mask = 2
texture = SubResource("GradientTexture2D_kfvst")
height = 15.0
[node name="ForegroundNOCLight" type="PointLight2D" parent="." unique_id=2045804818]
scale = Vector2(5, 5)
color = Color(0.93, 0.837, 0, 0.8)
energy = 0.7
range_item_cull_mask = 4
shadow_filter = 1
shadow_item_cull_mask = 4
texture = SubResource("GradientTexture2D_kfvst")
height = 15.0
File diff suppressed because one or more lines are too long
+120 -19
View File
@@ -1,33 +1,134 @@
[gd_scene format=3 uid="uid://c4m8fwawvvkgn"] [gd_scene format=3 uid="uid://c4m8fwawvvkgn"]
[ext_resource type="Texture2D" uid="uid://qh67enaialkt" path="res://sprites/background/demobackground.PNG" id="1_5a6er"] [ext_resource type="Script" uid="uid://ddyqjxbvduefg" path="res://src/components/main_menu/FramesDriver.cs" id="1_57gb7"]
[ext_resource type="SpriteFrames" uid="uid://cxf0kefqrxk0d" path="res://objects/animation/frames/mm_background.tres" id="2_57gb7"]
[ext_resource type="Texture2D" uid="uid://y8jx0okmf6bu" path="res://sprites/background/background_render.png" id="2_bmtj5"]
[ext_resource type="Texture2D" uid="uid://dwxvec8mp4mxb" path="res://sprites/floweryheart.png" id="4_bwcp6"]
[ext_resource type="AudioStream" uid="uid://fhfma3rrxyfi" path="res://sounds/ost/Asphodel.wav" id="4_poqmu"]
[node name="Node2D" type="Node2D" unique_id=1686720967] [node name="CanvasLayer" type="CanvasLayer" unique_id=964065099]
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=964065099] [node name="Node2D" type="Node2D" parent="." unique_id=1686720967]
[node name="ColorRect" type="ColorRect" parent="CanvasLayer" unique_id=113370318] [node name="Backgrounds" type="Control" parent="." unique_id=947513697]
offset_left = 13.0 layout_mode = 3
offset_top = 14.0 anchors_preset = 15
offset_right = 266.0 anchor_right = 1.0
offset_bottom = 63.0 anchor_bottom = 1.0
color = Color(0, 0, 0, 1) grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="CanvasLayer/ColorRect" unique_id=2085880928] [node name="TextureRect" type="TextureRect" parent="Backgrounds" unique_id=2116447674]
z_index = -1
texture_filter = 1
layout_mode = 1 layout_mode = 1
anchors_preset = 15 anchors_preset = 15
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
theme_override_font_sizes/font_size = 32 size_flags_horizontal = 3
text = "WRPLAT_TITLE" size_flags_vertical = 3
texture = ExtResource("2_bmtj5")
expand_mode = 1
script = ExtResource("1_57gb7")
Frames = ExtResource("2_57gb7")
Animation = &"default"
Speed = 0.355
[node name="Foregrounds" type="Control" parent="." unique_id=532739154]
texture_filter = 1
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Menu" type="Control" parent="Foregrounds" unique_id=1624616979]
layout_mode = 1
anchors_preset = 0
offset_left = 115.0
offset_top = 31.0
offset_right = 155.0
offset_bottom = 71.0
[node name="ColorRect" type="ColorRect" parent="Foregrounds/Menu" unique_id=113370318]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 86.0
offset_top = 6.0
offset_right = 86.0
offset_bottom = 6.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.1764706, 0.1764706, 0.1764706, 0)
[node name="Label" type="Label" parent="Foregrounds/Menu/ColorRect" unique_id=2085880928]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -37.0
offset_top = 104.0
offset_right = 301.0
offset_bottom = 152.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 64
text = "escent"
horizontal_alignment = 1 horizontal_alignment = 1
[node name="TextureRect" type="TextureRect" parent="CanvasLayer" unique_id=2116447674] [node name="VBoxContainer" type="VBoxContainer" parent="Foregrounds/Menu" unique_id=2073991818]
z_index = -1 layout_mode = 0
offset_left = -146.0 offset_left = -48.0
offset_right = 2056.0 offset_top = 335.0
offset_bottom = 930.0 offset_right = 86.0
scale = Vector2(0.695, 0.695) offset_bottom = 561.0
texture = ExtResource("1_5a6er") theme_override_constants/separation = 10
[node name="Play" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=1275991601]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Play"
vertical_alignment = 1
[node name="Button" type="Button" parent="Foregrounds/Menu/VBoxContainer/Play" unique_id=1599046476]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
[node name="Label2" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=160372396]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Options"
vertical_alignment = 1
[node name="Label3" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=823585934]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Credits"
vertical_alignment = 1
[node name="Label4" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=251545756]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Quit"
vertical_alignment = 1
[node name="TextureRect" type="TextureRect" parent="Foregrounds/Menu" unique_id=1402279798]
texture_filter = 1
layout_mode = 0
offset_left = -103.0
offset_top = -1.0
offset_right = 179.0
offset_bottom = 281.0
texture = ExtResource("4_bwcp6")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1990529552]
stream = ExtResource("4_poqmu")
autoplay = true
+4
View File
@@ -1,3 +1,7 @@
[gd_resource type="Theme" format=3 uid="uid://nerlsbdjd6qo"] [gd_resource type="Theme" format=3 uid="uid://nerlsbdjd6qo"]
[sub_resource type="SystemFont" id="SystemFont_rcooe"]
font_names = PackedStringArray("Franklin Gothic")
[resource] [resource]
Label/fonts/font = SubResource("SystemFont_rcooe")
+67 -6
View File
@@ -11,45 +11,106 @@ config_version=5
[application] [application]
config/name="WrplatGodot" config/name="WrplatGodot"
run/main_scene="uid://r2lb1ommvj6u" config/version="0.1.38"
run/main_scene="uid://c4m8fwawvvkgn"
config/features=PackedStringArray("4.6", "C#", "Forward Plus") config/features=PackedStringArray("4.6", "C#", "Forward Plus")
config/icon="res://icon.svg" config/icon="uid://tdjmuli4qa22"
config/macos_native_icon="res://icon.icns"
config/windows_native_icon="res://icon.ico"
[dotnet] [dotnet]
project/assembly_name="WrplatGodot" project/assembly_name="WrplatGodot"
[editor]
version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true
[input] [input]
move_right={ move_right={
"deadzone": 0.2, "deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":true,"script":null)
] ]
} }
move_left={ move_left={
"deadzone": 0.2, "deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":true,"script":null)
] ]
} }
jump={ jump={
"deadzone": 0.2, "deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null) "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
] ]
} }
look_up={ look_up={
"deadzone": 0.2, "deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":true,"script":null)
] ]
} }
look_down={ look_down={
"deadzone": 0.2, "deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"key_label":0,"unicode":114,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":true,"script":null)
] ]
} }
run={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194325,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":9,"pressure":0.0,"pressed":true,"script":null)
]
}
skip_music={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":78,"key_label":0,"unicode":78,"location":0,"echo":false,"script":null)
]
}
toggle_debug={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":75,"key_label":0,"unicode":75,"location":0,"echo":false,"script":null)
]
}
move_up={
"deadzone": 0.2,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":true,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null)
]
}
move_down={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"key_label":0,"unicode":114,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":true,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
]
}
turn_back={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":86,"key_label":0,"unicode":118,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":10,"pressure":0.0,"pressed":true,"script":null)
]
}
[layer_names]
2d_render/layer_1="Backgrounds"
2d_render/layer_2="Foregrounds"
2d_render/layer_3="Foregrounds NOC"
[physics] [physics]
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://fhfma3rrxyfi"
path="res://.godot/imported/Asphodel.wav-f87ecbeaa99b324bd8f5df8f9b0d72e4.sample"
[deps]
source_file="res://sounds/ost/Asphodel.wav"
dest_files=["res://.godot/imported/Asphodel.wav-f87ecbeaa99b324bd8f5df8f9b0d72e4.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=2
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://5gnpemu56ac0"
path="res://.godot/imported/Azalea.wav-cbe1be7340fbe8dc3e31528edc546255.sample"
[deps]
source_file="res://sounds/ost/Azalea.wav"
dest_files=["res://.godot/imported/Azalea.wav-cbe1be7340fbe8dc3e31528edc546255.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=2
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://0tturucf5gxf"
path="res://.godot/imported/Datura.wav-78725853df39d0ef155db6eea1881728.sample"
[deps]
source_file="res://sounds/ost/Datura.wav"
dest_files=["res://.godot/imported/Datura.wav-78725853df39d0ef155db6eea1881728.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=2
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://b5cvbx3ypbbho"
path="res://.godot/imported/Hyacinth.wav-32c97df5a6b61df7f68aa21d2c6edfae.sample"
[deps]
source_file="res://sounds/ost/Hyacinth.wav"
dest_files=["res://.godot/imported/Hyacinth.wav-32c97df5a6b61df7f68aa21d2c6edfae.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=2
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dkx1v6c7vv0iq"
path="res://.godot/imported/jump.ogg-d217a70c8ca2fe077e37d9f442c771d3.oggvorbisstr"
[deps]
source_file="res://sounds/sfx/jump.ogg"
dest_files=["res://.godot/imported/jump.ogg-d217a70c8ca2fe077e37d9f442c771d3.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://n6b4udvjt2pt"
path="res://.godot/imported/pool.diffuse.png-f15c5d02eff23304ecfbdd590cdc3504.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/atlas/diffuse/pool.diffuse.png"
dest_files=["res://.godot/imported/pool.diffuse.png-f15c5d02eff23304ecfbdd590cdc3504.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dy7fh0eg6qulr"
path="res://.godot/imported/demoman_idles.png-add2b3af5478c463b97d1483e4e33e47.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/atlas/flats/demoman_idles.png"
dest_files=["res://.godot/imported/demoman_idles.png-add2b3af5478c463b97d1483e4e33e47.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

@@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bv4gsgya7wp4d" uid="uid://bv4gsgya7wp4d"
path="res://.godot/imported/demoman_walking.png-9be9634caac03406a9e7d7741131c5f4.ctex" path="res://.godot/imported/demoman_walking.png-3b471b54b0862aac29ec2aa6d7d5d5d6.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://sprites/atlas/demoman_walking.png" source_file="res://sprites/atlas/flats/demoman_walking.png"
dest_files=["res://.godot/imported/demoman_walking.png-9be9634caac03406a9e7d7741131c5f4.ctex"] dest_files=["res://.godot/imported/demoman_walking.png-3b471b54b0862aac29ec2aa6d7d5d5d6.ctex"]
[params] [params]

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

@@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cgr7fx5emk037" uid="uid://cgr7fx5emk037"
path="res://.godot/imported/pool.png-b13073abd16d5b4aa7f02817fa2d5dca.ctex" path="res://.godot/imported/pool.png-9044908d89edc8b0017e06046d331edd.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://sprites/atlas/pool.png" source_file="res://sprites/atlas/flats/pool.png"
dest_files=["res://.godot/imported/pool.png-b13073abd16d5b4aa7f02817fa2d5dca.ctex"] dest_files=["res://.godot/imported/pool.png-9044908d89edc8b0017e06046d331edd.ctex"]
[params] [params]
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://wli5w6t8y6se"
path="res://.godot/imported/jump_point_radiates.png-1a97dab1296f185bfc3d06015e15ec05.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/atlas/jump_point_radiates.png"
dest_files=["res://.godot/imported/jump_point_radiates.png-1a97dab1296f185bfc3d06015e15ec05.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs2jr54egxwey"
path="res://.godot/imported/pool.normal.png-d715ee8c1699b86312f19adc110615ea.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/atlas/normal/pool.normal.png"
dest_files=["res://.godot/imported/pool.normal.png-d715ee8c1699b86312f19adc110615ea.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://p4hfrsl8bbpg"
path="res://.godot/imported/pool.specular.png-11a7497f1c1ddae08e066a0e33eb2e9b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/atlas/specular/pool.specular.png"
dest_files=["res://.godot/imported/pool.specular.png-11a7497f1c1ddae08e066a0e33eb2e9b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://y8jx0okmf6bu"
path="res://.godot/imported/background_render.png-199bd886a494155f944e58587ac1ef59.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/background/background_render.png"
dest_files=["res://.godot/imported/background_render.png-199bd886a494155f944e58587ac1ef59.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dwxvec8mp4mxb"
path="res://.godot/imported/floweryheart.png-f271e91dc6ee73f40010ef42332319d4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/floweryheart.png"
dest_files=["res://.godot/imported/floweryheart.png-f271e91dc6ee73f40010ef42332319d4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dguixxqcuh35j"
path="res://.godot/imported/Image0030.png-3dbf543beec02376dd95c2cd84d7e5c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0030.png"
dest_files=["res://.godot/imported/Image0030.png-3dbf543beec02376dd95c2cd84d7e5c1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6asdpllof6no"
path="res://.godot/imported/Image0031.png-6fb4b6f00cb9e3ba91ad95e90eefd476.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0031.png"
dest_files=["res://.godot/imported/Image0031.png-6fb4b6f00cb9e3ba91ad95e90eefd476.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b6f8nbqdfcpb7"
path="res://.godot/imported/Image0032.png-e957927f1829e32a5b0ed297c934320b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0032.png"
dest_files=["res://.godot/imported/Image0032.png-e957927f1829e32a5b0ed297c934320b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2pwc1uthv5o5"
path="res://.godot/imported/Image0033.png-95d010a89ee9e1fe466ffc5125799c07.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0033.png"
dest_files=["res://.godot/imported/Image0033.png-95d010a89ee9e1fe466ffc5125799c07.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cbpeecwghw1ti"
path="res://.godot/imported/Image0034.png-d4a4f1e7ae5d8e991d385955839236e8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0034.png"
dest_files=["res://.godot/imported/Image0034.png-d4a4f1e7ae5d8e991d385955839236e8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3y54wcu16p6v"
path="res://.godot/imported/Image0035.png-d40896039b6d1641281061cfea52523a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0035.png"
dest_files=["res://.godot/imported/Image0035.png-d40896039b6d1641281061cfea52523a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqq1tn1h1i438"
path="res://.godot/imported/Image0036.png-4abb694e3a9106030828e2b4fb3a46f4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0036.png"
dest_files=["res://.godot/imported/Image0036.png-4abb694e3a9106030828e2b4fb3a46f4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bxfysywkjufxh"
path="res://.godot/imported/Image0037.png-cb86b6c062b9e8acefd5b282976e6043.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0037.png"
dest_files=["res://.godot/imported/Image0037.png-cb86b6c062b9e8acefd5b282976e6043.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvs4dboeo8lyh"
path="res://.godot/imported/Image0038.png-9de6fe2d591f9d4be448daa44b01ee8c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0038.png"
dest_files=["res://.godot/imported/Image0038.png-9de6fe2d591f9d4be448daa44b01ee8c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b4a3ogjvu216r"
path="res://.godot/imported/Image0039.png-71d5da798055a0f9100634255d5441c6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0039.png"
dest_files=["res://.godot/imported/Image0039.png-71d5da798055a0f9100634255d5441c6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ct2csgmr5rxco"
path="res://.godot/imported/Image0040.png-4c359f010f97448297c4ae3810ca2bee.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0040.png"
dest_files=["res://.godot/imported/Image0040.png-4c359f010f97448297c4ae3810ca2bee.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjfnurt7qdftm"
path="res://.godot/imported/Image0041.png-5ae3d75fdf73d8ced064bc2dcd6d7b62.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0041.png"
dest_files=["res://.godot/imported/Image0041.png-5ae3d75fdf73d8ced064bc2dcd6d7b62.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://di415hqbl0vjb"
path="res://.godot/imported/Image0042.png-6b3fe408b03e9533150d7b52731e19d6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0042.png"
dest_files=["res://.godot/imported/Image0042.png-6b3fe408b03e9533150d7b52731e19d6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lukurle8lso8"
path="res://.godot/imported/Image0043.png-ef605b2d9ff972c6b6bcfdee324d6c1b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0043.png"
dest_files=["res://.godot/imported/Image0043.png-ef605b2d9ff972c6b6bcfdee324d6c1b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ckshxyq6v5fbr"
path="res://.godot/imported/Image0044.png-3d361cdf33b8e3c6a05fe8cfbb942951.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0044.png"
dest_files=["res://.godot/imported/Image0044.png-3d361cdf33b8e3c6a05fe8cfbb942951.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dd2q8r4sryb5m"
path="res://.godot/imported/Image0045.png-ea7b70574d155cf02b4b2010142fbc1d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0045.png"
dest_files=["res://.godot/imported/Image0045.png-ea7b70574d155cf02b4b2010142fbc1d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://764571l0h475"
path="res://.godot/imported/Image0046.png-70f90d71ec34ccb818399baf5ba1597b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0046.png"
dest_files=["res://.godot/imported/Image0046.png-70f90d71ec34ccb818399baf5ba1597b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://11a2ly27s5h5"
path="res://.godot/imported/Image0047.png-ecb5918e2b5806b4975d5b94e3bb2dc5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0047.png"
dest_files=["res://.godot/imported/Image0047.png-ecb5918e2b5806b4975d5b94e3bb2dc5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7b10cvtbgxrs"
path="res://.godot/imported/Image0048.png-00bca000eabe78d27c8e7eced7376671.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0048.png"
dest_files=["res://.godot/imported/Image0048.png-00bca000eabe78d27c8e7eced7376671.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bn18xu0tqhivq"
path="res://.godot/imported/Image0049.png-096de6c69dd4ee88f3806a91bd05f819.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0049.png"
dest_files=["res://.godot/imported/Image0049.png-096de6c69dd4ee88f3806a91bd05f819.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dj6glaciw4xot"
path="res://.godot/imported/Image0050.png-1b8f73e6893c465fb6bbbece17ec1e84.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0050.png"
dest_files=["res://.godot/imported/Image0050.png-1b8f73e6893c465fb6bbbece17ec1e84.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dup4drk0iwt2n"
path="res://.godot/imported/Image0051.png-dd693b43dc150b37e022b47bd4a4358a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/frames/mm_background/Image0051.png"
dest_files=["res://.godot/imported/Image0051.png-dd693b43dc150b37e022b47bd4a4358a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

Some files were not shown because too many files have changed in this diff Show More