From 42db203fca5ae76b7113c34c1eaacd76d64b84e0 Mon Sep 17 00:00:00 2001 From: Evgenij Titarenko Date: Tue, 13 Aug 2024 17:25:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=86=D0=B5=D0=BD=D0=B0=20=D0=B8=D0=B3?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D0=B0=20+=20=D0=BD=D0=B0=D1=87=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 + .gitignore | 2 + .idea/.idea.chill-jam-10/.idea/.gitignore | 13 ++ .idea/.idea.chill-jam-10/.idea/encodings.xml | 4 + .../.idea.chill-jam-10/.idea/indexLayout.xml | 8 + .idea/.idea.chill-jam-10/.idea/vcs.xml | 6 + chill-jam-10.csproj | 9 ++ chill-jam-10.sln | 19 +++ icon.svg | 1 + icon.svg.import | 37 +++++ prefabs/Player.tscn | 21 +++ project.godot | 53 +++++++ resources/sprites/key.png | Bin 0 -> 286 bytes resources/sprites/key.png.import | 34 +++++ resources/sprites/key.tres | 25 ++++ resources/sprites/player/mc-walk-side.png | Bin 0 -> 635 bytes .../sprites/player/mc-walk-side.png.import | 34 +++++ resources/sprites/player/player.tres | 58 ++++++++ resources/sprites/tiles/QoL.tres | 139 ++++++++++++++++++ .../tiles/brickwall/brickwall-door.png | Bin 0 -> 521 bytes .../tiles/brickwall/brickwall-door.png.import | 34 +++++ .../sprites/tiles/brickwall/brickwall-up.png | Bin 0 -> 217 bytes .../tiles/brickwall/brickwall-up.png.import | 34 +++++ .../sprites/tiles/brickwall/brickwall.png | Bin 0 -> 245 bytes .../tiles/brickwall/brickwall.png.import | 34 +++++ .../tiles/brickwall/brickwall_atlas.png | Bin 0 -> 763 bytes .../brickwall/brickwall_atlas.png.import | 34 +++++ .../tiles/brickwall/brickwall_corner_left.png | Bin 0 -> 237 bytes .../brickwall_corner_left.png.import | 34 +++++ .../brickwall/brickwall_corner_right.png | Bin 0 -> 254 bytes .../brickwall_corner_right.png.import | 34 +++++ .../tiles/brickwall/brickwall_up_corner.png | Bin 0 -> 229 bytes .../brickwall/brickwall_up_corner.png.import | 34 +++++ .../tiles/brickwall/brickwall_up_corner_2.png | Bin 0 -> 233 bytes .../brickwall_up_corner_2.png.import | 34 +++++ .../tiles/brickwall/brickwall_up_u.png | Bin 0 -> 235 bytes .../tiles/brickwall/brickwall_up_u.png.import | 34 +++++ .../sprites/tiles/brickwall/exit1_atlas.png | Bin 0 -> 330 bytes .../tiles/brickwall/exit1_atlas.png.import | 34 +++++ resources/sprites/tiles/exits/exit1.png | Bin 0 -> 167 bytes .../sprites/tiles/exits/exit1.png.import | 34 +++++ resources/sprites/tiles/exits/exit1_atlas.png | Bin 0 -> 330 bytes .../tiles/exits/exit1_atlas.png.import | 34 +++++ resources/sprites/tiles/exits/exit2.png | Bin 0 -> 172 bytes .../sprites/tiles/exits/exit2.png.import | 34 +++++ resources/sprites/tiles/exits/exit3.png | Bin 0 -> 177 bytes .../sprites/tiles/exits/exit3.png.import | 34 +++++ resources/sprites/tiles/floor/floor1.png | Bin 0 -> 103 bytes .../sprites/tiles/floor/floor1.png.import | 34 +++++ resources/sprites/tiles/floor/floor_atlas.png | Bin 0 -> 538 bytes .../tiles/floor/floor_atlas.png.import | 34 +++++ resources/sprites/tiles/floor/pebble.png | Bin 0 -> 350 bytes .../sprites/tiles/floor/pebble.png.import | 34 +++++ .../sprites/tiles/floor/pressure_plate.png | Bin 0 -> 413 bytes .../tiles/floor/pressure_plate.png.import | 34 +++++ .../sprites/tiles/floor/pressure_plate.tres | 30 ++++ .../sprites/tiles/floor/spikes/spikes.tres | 37 +++++ .../tiles/floor/spikes/spikes_0001-sheet.png | Bin 0 -> 349 bytes .../floor/spikes/spikes_0001-sheet.png.import | 34 +++++ .../tiles/floor/spikes/spikes_0001.png | Bin 0 -> 256 bytes .../tiles/floor/spikes/spikes_0001.png.import | 34 +++++ .../tiles/floor/spikes/spikes_0002.png | Bin 0 -> 235 bytes .../tiles/floor/spikes/spikes_0002.png.import | 34 +++++ .../tiles/floor/spikes/spikes_0003.png | Bin 0 -> 204 bytes .../tiles/floor/spikes/spikes_0003.png.import | 34 +++++ resources/sprites/tiles/floor/tiles.png | Bin 0 -> 264 bytes .../sprites/tiles/floor/tiles.png.import | 34 +++++ resources/sprites/tiles/frames/brd_atlas.png | Bin 0 -> 427 bytes .../sprites/tiles/frames/brd_atlas.png.import | 34 +++++ resources/sprites/tiles/frames/brd_hor.png | Bin 0 -> 129 bytes .../sprites/tiles/frames/brd_hor.png.import | 34 +++++ resources/sprites/tiles/frames/corner_up.png | Bin 0 -> 117 bytes .../sprites/tiles/frames/corner_up.png.import | 34 +++++ resources/sprites/tiles/frames/corner_up1.png | Bin 0 -> 136 bytes .../tiles/frames/corner_up1.png.import | 34 +++++ resources/sprites/tiles/frames/corner_up2.png | Bin 0 -> 123 bytes .../tiles/frames/corner_up2.png.import | 34 +++++ resources/sprites/tiles/frames/corner_up3.png | Bin 0 -> 122 bytes .../tiles/frames/corner_up3.png.import | 34 +++++ resources/sprites/tiles/frames/wall_hor.png | Bin 0 -> 117 bytes .../sprites/tiles/frames/wall_hor.png.import | 34 +++++ resources/sprites/tiles/frames/wall_vert.png | Bin 0 -> 113 bytes .../sprites/tiles/frames/wall_vert.png.import | 34 +++++ .../sprites/tiles/frames/wall_vert_left.png | Bin 0 -> 110 bytes .../tiles/frames/wall_vert_left.png.import | 34 +++++ .../tiles/frames/wall_vert_left_corn.png | Bin 0 -> 117 bytes .../frames/wall_vert_left_corn.png.import | 34 +++++ .../sprites/tiles/frames/wall_vert_right.png | Bin 0 -> 111 bytes .../tiles/frames/wall_vert_right.png.import | 34 +++++ .../tiles/frames/wall_vert_right_corn.png | Bin 0 -> 122 bytes .../frames/wall_vert_right_corn.png.import | 34 +++++ .../sprites/tiles/frames/wall_vert_u.png | Bin 0 -> 125 bytes .../tiles/frames/wall_vert_u.png.import | 34 +++++ scenes/test.tscn | 15 ++ scripts/Player.cs | 45 ++++++ 95 files changed, 1816 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .idea/.idea.chill-jam-10/.idea/.gitignore create mode 100644 .idea/.idea.chill-jam-10/.idea/encodings.xml create mode 100644 .idea/.idea.chill-jam-10/.idea/indexLayout.xml create mode 100644 .idea/.idea.chill-jam-10/.idea/vcs.xml create mode 100644 chill-jam-10.csproj create mode 100644 chill-jam-10.sln create mode 100644 icon.svg create mode 100644 icon.svg.import create mode 100644 prefabs/Player.tscn create mode 100644 project.godot create mode 100644 resources/sprites/key.png create mode 100644 resources/sprites/key.png.import create mode 100644 resources/sprites/key.tres create mode 100644 resources/sprites/player/mc-walk-side.png create mode 100644 resources/sprites/player/mc-walk-side.png.import create mode 100644 resources/sprites/player/player.tres create mode 100644 resources/sprites/tiles/QoL.tres create mode 100644 resources/sprites/tiles/brickwall/brickwall-door.png create mode 100644 resources/sprites/tiles/brickwall/brickwall-door.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall-up.png create mode 100644 resources/sprites/tiles/brickwall/brickwall-up.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall.png create mode 100644 resources/sprites/tiles/brickwall/brickwall.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_atlas.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_atlas.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_corner_left.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_corner_left.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_corner_right.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_corner_right.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_corner.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_corner.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_corner_2.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_corner_2.png.import create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_u.png create mode 100644 resources/sprites/tiles/brickwall/brickwall_up_u.png.import create mode 100644 resources/sprites/tiles/brickwall/exit1_atlas.png create mode 100644 resources/sprites/tiles/brickwall/exit1_atlas.png.import create mode 100644 resources/sprites/tiles/exits/exit1.png create mode 100644 resources/sprites/tiles/exits/exit1.png.import create mode 100644 resources/sprites/tiles/exits/exit1_atlas.png create mode 100644 resources/sprites/tiles/exits/exit1_atlas.png.import create mode 100644 resources/sprites/tiles/exits/exit2.png create mode 100644 resources/sprites/tiles/exits/exit2.png.import create mode 100644 resources/sprites/tiles/exits/exit3.png create mode 100644 resources/sprites/tiles/exits/exit3.png.import create mode 100644 resources/sprites/tiles/floor/floor1.png create mode 100644 resources/sprites/tiles/floor/floor1.png.import create mode 100644 resources/sprites/tiles/floor/floor_atlas.png create mode 100644 resources/sprites/tiles/floor/floor_atlas.png.import create mode 100644 resources/sprites/tiles/floor/pebble.png create mode 100644 resources/sprites/tiles/floor/pebble.png.import create mode 100644 resources/sprites/tiles/floor/pressure_plate.png create mode 100644 resources/sprites/tiles/floor/pressure_plate.png.import create mode 100644 resources/sprites/tiles/floor/pressure_plate.tres create mode 100644 resources/sprites/tiles/floor/spikes/spikes.tres create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png.import create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0001.png create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0001.png.import create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0002.png create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0002.png.import create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0003.png create mode 100644 resources/sprites/tiles/floor/spikes/spikes_0003.png.import create mode 100644 resources/sprites/tiles/floor/tiles.png create mode 100644 resources/sprites/tiles/floor/tiles.png.import create mode 100644 resources/sprites/tiles/frames/brd_atlas.png create mode 100644 resources/sprites/tiles/frames/brd_atlas.png.import create mode 100644 resources/sprites/tiles/frames/brd_hor.png create mode 100644 resources/sprites/tiles/frames/brd_hor.png.import create mode 100644 resources/sprites/tiles/frames/corner_up.png create mode 100644 resources/sprites/tiles/frames/corner_up.png.import create mode 100644 resources/sprites/tiles/frames/corner_up1.png create mode 100644 resources/sprites/tiles/frames/corner_up1.png.import create mode 100644 resources/sprites/tiles/frames/corner_up2.png create mode 100644 resources/sprites/tiles/frames/corner_up2.png.import create mode 100644 resources/sprites/tiles/frames/corner_up3.png create mode 100644 resources/sprites/tiles/frames/corner_up3.png.import create mode 100644 resources/sprites/tiles/frames/wall_hor.png create mode 100644 resources/sprites/tiles/frames/wall_hor.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert.png create mode 100644 resources/sprites/tiles/frames/wall_vert.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert_left.png create mode 100644 resources/sprites/tiles/frames/wall_vert_left.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert_left_corn.png create mode 100644 resources/sprites/tiles/frames/wall_vert_left_corn.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert_right.png create mode 100644 resources/sprites/tiles/frames/wall_vert_right.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert_right_corn.png create mode 100644 resources/sprites/tiles/frames/wall_vert_right_corn.png.import create mode 100644 resources/sprites/tiles/frames/wall_vert_u.png create mode 100644 resources/sprites/tiles/frames/wall_vert_u.png.import create mode 100644 scenes/test.tscn create mode 100644 scripts/Player.cs diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/ diff --git a/.idea/.idea.chill-jam-10/.idea/.gitignore b/.idea/.idea.chill-jam-10/.idea/.gitignore new file mode 100644 index 0000000..5bf6bf2 --- /dev/null +++ b/.idea/.idea.chill-jam-10/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.chill-jam-10.iml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.chill-jam-10/.idea/encodings.xml b/.idea/.idea.chill-jam-10/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.chill-jam-10/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.chill-jam-10/.idea/indexLayout.xml b/.idea/.idea.chill-jam-10/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.chill-jam-10/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.chill-jam-10/.idea/vcs.xml b/.idea/.idea.chill-jam-10/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.chill-jam-10/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/chill-jam-10.csproj b/chill-jam-10.csproj new file mode 100644 index 0000000..10bd672 --- /dev/null +++ b/chill-jam-10.csproj @@ -0,0 +1,9 @@ + + + net6.0 + net7.0 + net8.0 + true + chilljam10 + + \ No newline at end of file diff --git a/chill-jam-10.sln b/chill-jam-10.sln new file mode 100644 index 0000000..7234d49 --- /dev/null +++ b/chill-jam-10.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "chill-jam-10", "chill-jam-10.csproj", "{A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + ExportDebug|Any CPU = ExportDebug|Any CPU + ExportRelease|Any CPU = ExportRelease|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU + {A56B1BCA-1E5C-44AE-8EE4-553F1829CAFD}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU + EndGlobalSection +EndGlobal diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..3fe4f4a --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..a733851 --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6gihcpkg73iv" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/prefabs/Player.tscn b/prefabs/Player.tscn new file mode 100644 index 0000000..2846157 --- /dev/null +++ b/prefabs/Player.tscn @@ -0,0 +1,21 @@ +[gd_scene load_steps=4 format=3 uid="uid://dfdsnwub212o6"] + +[ext_resource type="Script" path="res://scripts/Player.cs" id="1_68nsf"] +[ext_resource type="SpriteFrames" uid="uid://e8ybb7seykdx" path="res://resources/sprites/player/player.tres" id="1_be2ex"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_sed4o"] +size = Vector2(20, 29) + +[node name="Player" type="CharacterBody2D"] +script = ExtResource("1_68nsf") + +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +texture_filter = 1 +sprite_frames = ExtResource("1_be2ex") +frame_progress = 0.641559 + +[node name="CollisionShape2D" type="CollisionShape2D" parent="."] +position = Vector2(0, 0.5) +shape = SubResource("RectangleShape2D_sed4o") + +[node name="Camera2D" type="Camera2D" parent="."] diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..4c7de4f --- /dev/null +++ b/project.godot @@ -0,0 +1,53 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="chill-jam-10" +run/main_scene="res://scenes/test.tscn" +config/features=PackedStringArray("4.2", "C#", "GL Compatibility") +config/icon="res://icon.svg" + +[display] + +window/size/viewport_width=640 +window/size/viewport_height=480 +window/stretch/mode="viewport" + +[dotnet] + +project/assembly_name="chill-jam-10" + +[input] + +move_right={ +"deadzone": 0.5, +"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":68,"key_label":0,"unicode":100,"echo":false,"script":null) +] +} +move_left={ +"deadzone": 0.5, +"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":65,"key_label":0,"unicode":97,"echo":false,"script":null) +] +} +move_up={ +"deadzone": 0.5, +"events": [] +} +move_down={ +"deadzone": 0.5, +"events": [] +} + +[rendering] + +textures/canvas_textures/default_texture_filter=0 +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" diff --git a/resources/sprites/key.png b/resources/sprites/key.png new file mode 100644 index 0000000000000000000000000000000000000000..067883d5af2fba0b437c42675e97ef2bac9d3ab7 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3HE3&8=$zQjEnx?oJHr&dIz4a`t(;IEG|2 zzMbL7*KEMU@^;n#|DTFH1zZG!_`mHqRP4l>Ilc4c!8HBj=KDEM9Emu6;*3vM;e)zk zQzw2{%AMme_rPif&t3C^IFy~UCstP52_LN39{o*S|tV~=D-o|qG0)4`l8sVAd>&u`8WOD#92wV!D45B<;{an^L HB{Ts5xvggK literal 0 HcmV?d00001 diff --git a/resources/sprites/key.png.import b/resources/sprites/key.png.import new file mode 100644 index 0000000..5fa3e53 --- /dev/null +++ b/resources/sprites/key.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bk3dqr0ujxjk8" +path="res://.godot/imported/key.png-8ea2688e42da5c44d3967fcccb7ef6b8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/key.png" +dest_files=["res://.godot/imported/key.png-8ea2688e42da5c44d3967fcccb7ef6b8.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/key.tres b/resources/sprites/key.tres new file mode 100644 index 0000000..9d57b7f --- /dev/null +++ b/resources/sprites/key.tres @@ -0,0 +1,25 @@ +[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://bvnfvjn7am8tc"] + +[ext_resource type="Texture2D" uid="uid://bk3dqr0ujxjk8" path="res://resources/sprites/key.png" id="1_nefnl"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_mityh"] +atlas = ExtResource("1_nefnl") +region = Rect2(0, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_asbi3"] +atlas = ExtResource("1_nefnl") +region = Rect2(32, 0, 32, 32) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_mityh") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_asbi3") +}], +"loop": true, +"name": &"default", +"speed": 2.0 +}] diff --git a/resources/sprites/player/mc-walk-side.png b/resources/sprites/player/mc-walk-side.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e1189594f77ce85e78747785afc1ef437d9a88 GIT binary patch literal 635 zcmV->0)+jEP)001Be1^@s6m49>f0006)Nklkwn)s|Fz+9Z>Qc5~HV(FW0z@Vp|lfzx`#Ec)t z&XXe`yZAlR+Z6%Cj`9Fye*q0d-OERu2p`NGFyn`_wGD8E;!Ctu5gf$ypkmLAfKUUD z*WRWGPS-_yaA9j2;L^pXm#c zWxFC+*eP-1N3o|HAR+h_CinjooP#&cX~hk2x#FkvSNQt~WccVSC6q8~r> z)YGf$p@)H{(b`8eKQIT{_>p|K+?yI8!hllJ?&ZN}=RiBGvG^*k<|vL?d=39nXd_&R zy%m4AjcBHJS_CjRp;e#vT7<9@fEGLc*UDoAJUS9<=jQ>#)md#G{-jhR;I-?|KJH@i z?_LhyF7rtUOKkoTMrRH?V({sS<%=2!fdaoqML@@a5A8i`$O z5qIcO+-xV1-h#DowAlQn>Zd{)9^9uQY+3Seei%W*Fnrg_4)Gu;03!z>w|^^JvI^#R zF|LO33p%kShoAR!*WQ3Kq1^aB*g)B(I2NGav_ z#Ztsc2)pr__*H?ZL!qHi%jX}_2wRH~RPeJ7*?gpjOByfih1V=!&7A$`L`O#u{Qw#r VO;a}DuAu+`002ovPDHLkV1l1LFfafB literal 0 HcmV?d00001 diff --git a/resources/sprites/player/mc-walk-side.png.import b/resources/sprites/player/mc-walk-side.png.import new file mode 100644 index 0000000..acec1bd --- /dev/null +++ b/resources/sprites/player/mc-walk-side.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3brymekuuwkh" +path="res://.godot/imported/mc-walk-side.png-a5332ee9ed87bd7d0e1a7707263121ef.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/player/mc-walk-side.png" +dest_files=["res://.godot/imported/mc-walk-side.png-a5332ee9ed87bd7d0e1a7707263121ef.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/player/player.tres b/resources/sprites/player/player.tres new file mode 100644 index 0000000..b30e9ba --- /dev/null +++ b/resources/sprites/player/player.tres @@ -0,0 +1,58 @@ +[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://e8ybb7seykdx"] + +[ext_resource type="Texture2D" uid="uid://b3brymekuuwkh" path="res://resources/sprites/player/mc-walk-side.png" id="1_338ik"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_s7byu"] +atlas = ExtResource("1_338ik") +region = Rect2(0, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_654fl"] +atlas = ExtResource("1_338ik") +region = Rect2(32, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tdjd0"] +atlas = ExtResource("1_338ik") +region = Rect2(64, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xicac"] +atlas = ExtResource("1_338ik") +region = Rect2(96, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_b6h1b"] +atlas = ExtResource("1_338ik") +region = Rect2(128, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ukomw"] +atlas = ExtResource("1_338ik") +region = Rect2(0, 0, 32, 32) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_s7byu") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_654fl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_tdjd0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xicac") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_b6h1b") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ukomw") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/resources/sprites/tiles/QoL.tres b/resources/sprites/tiles/QoL.tres new file mode 100644 index 0000000..0d36d1b --- /dev/null +++ b/resources/sprites/tiles/QoL.tres @@ -0,0 +1,139 @@ +[gd_resource type="TileSet" load_steps=10 format=3 uid="uid://pvri4kky8ok3"] + +[ext_resource type="Texture2D" uid="uid://br3o2fekkyynd" path="res://resources/sprites/tiles/frames/brd_atlas.png" id="1_r6rba"] +[ext_resource type="Texture2D" uid="uid://d32t4dsukrsq2" path="res://resources/sprites/tiles/floor/floor_atlas.png" id="2_h4pc5"] +[ext_resource type="Texture2D" uid="uid://btojcdxy6i2uc" path="res://resources/sprites/tiles/exits/exit1_atlas.png" id="3_tbs2i"] +[ext_resource type="Texture2D" uid="uid://1nx3r2uuxchq" path="res://resources/sprites/tiles/brickwall/brickwall_atlas.png" id="4_6kvvw"] + +[sub_resource type="TileMapPattern" id="TileMapPattern_po38u"] +tile_data = PackedInt32Array(0, 65550, 0, 65536, 65550, 1, 131072, 65550, 1, 196608, 65550, 1, 262144, 65550, 1, 327680, 65550, 1, 393216, 65550, 1, 458752, 65550, 1, 524288, 65550, 1, 589824, 65550, 1, 655360, 65550, 1, 720896, 262158, 0, 1, 14, 0, 65537, 17, 0, 131073, 17, 0, 196609, 17, 0, 720897, 327694, 0, 2, 14, 0, 65538, 17, 0, 131074, 17, 0, 196610, 17, 0, 720898, 327694, 0, 3, 14, 0, 65539, 17, 0, 131075, 17, 0, 196611, 17, 0, 720899, 327694, 0, 4, 14, 0, 65540, 17, 0, 131076, 17, 0, 196612, 17, 0, 720900, 327694, 0, 5, 14, 0, 65541, 17, 0, 131077, 17, 0, 196613, 17, 0, 720901, 327694, 0, 6, 14, 0, 65542, 17, 0, 131078, 17, 0, 196614, 17, 0, 720902, 327694, 0, 7, 14, 0, 65543, 17, 0, 131079, 17, 0, 196615, 17, 0, 720903, 327694, 0, 8, 14, 0, 65544, 17, 0, 131080, 17, 0, 196616, 17, 0, 720904, 327694, 0, 9, 14, 0, 65545, 17, 0, 131081, 17, 0, 196617, 17, 0, 720905, 327694, 0, 10, 131086, 0, 65546, 458766, 0, 131082, 458766, 0, 196618, 458766, 0, 262154, 458766, 0, 327690, 458766, 0, 393226, 458766, 0, 458762, 458766, 0, 524298, 458766, 0, 589834, 458766, 0, 655370, 458766, 0, 720906, 196622, 0) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_rlgbh"] +texture = ExtResource("1_r6rba") +texture_region_size = Vector2i(32, 32) +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +1:0/0 = 0 +1:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:0/0/physics_layer_0/angular_velocity = 0.0 +1:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +2:0/0 = 0 +2:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:0/0/physics_layer_0/angular_velocity = 0.0 +2:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +3:0/0 = 0 +3:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:0/0/physics_layer_0/angular_velocity = 0.0 +3:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +4:0/0 = 0 +4:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:0/0/physics_layer_0/angular_velocity = 0.0 +4:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +5:0/0 = 0 +5:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +5:0/0/physics_layer_0/angular_velocity = 0.0 +5:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +6:0/0 = 0 +6:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +6:0/0/physics_layer_0/angular_velocity = 0.0 +6:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +7:0/0 = 0 +7:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +7:0/0/physics_layer_0/angular_velocity = 0.0 +7:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +0:1/0 = 0 +0:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:1/0/physics_layer_0/angular_velocity = 0.0 +0:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +1:1/0 = 0 +1:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:1/0/physics_layer_0/angular_velocity = 0.0 +1:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +2:1/0 = 0 +2:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:1/0/physics_layer_0/angular_velocity = 0.0 +2:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +3:1/0 = 0 +3:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:1/0/physics_layer_0/angular_velocity = 0.0 +3:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +4:1/0 = 0 +4:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:1/0/physics_layer_0/angular_velocity = 0.0 +4:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +5:1/0 = 0 +5:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +5:1/0/physics_layer_0/angular_velocity = 0.0 +5:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +6:1/0 = 0 +6:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +6:1/0/physics_layer_0/angular_velocity = 0.0 +6:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +7:1/0 = 0 +7:1/0/physics_layer_0/linear_velocity = Vector2(0, 0) +7:1/0/physics_layer_0/angular_velocity = 0.0 +7:1/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_p8m8a"] +texture = ExtResource("2_h4pc5") +texture_region_size = Vector2i(32, 32) +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +1:0/0 = 0 +1:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:0/0/physics_layer_0/angular_velocity = 0.0 +2:0/0 = 0 +2:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:0/0/physics_layer_0/angular_velocity = 0.0 + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_8dpje"] +texture = ExtResource("3_tbs2i") +texture_region_size = Vector2i(32, 32) +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -9, 16, -9.25, 16, 16, -16, 16) +1:0/0 = 0 +1:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:0/0/physics_layer_0/angular_velocity = 0.0 +1:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-9.375, -16, 16, -16, 16, 16, -9.125, 16) +2:0/0 = 0 +2:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:0/0/physics_layer_0/angular_velocity = 0.0 +2:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 8.875, -16, 9.375, 16, -16, 16) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ugfmg"] +texture = ExtResource("4_6kvvw") +texture_region_size = Vector2i(32, 32) +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +1:0/0 = 0 +1:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:0/0/physics_layer_0/angular_velocity = 0.0 +1:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +2:0/0 = 0 +2:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:0/0/physics_layer_0/angular_velocity = 0.0 +2:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +3:0/0 = 0 +3:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:0/0/physics_layer_0/angular_velocity = 0.0 +3:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) +4:0/0 = 0 +4:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:0/0/physics_layer_0/angular_velocity = 0.0 +4:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16) + +[resource] +tile_size = Vector2i(32, 32) +physics_layer_0/collision_layer = 1 +sources/14 = SubResource("TileSetAtlasSource_rlgbh") +sources/15 = SubResource("TileSetAtlasSource_p8m8a") +sources/16 = SubResource("TileSetAtlasSource_8dpje") +sources/17 = SubResource("TileSetAtlasSource_ugfmg") +pattern_0 = SubResource("TileMapPattern_po38u") diff --git a/resources/sprites/tiles/brickwall/brickwall-door.png b/resources/sprites/tiles/brickwall/brickwall-door.png new file mode 100644 index 0000000000000000000000000000000000000000..8bcf6088f26e29f570f3c05e3e37ee72002cf8e4 GIT binary patch literal 521 zcmV+k0`~ohP)EF*l9uU#<@Z^{hqsoO^(Bww+3j#Or$zOJ@b4x#>^6GVN z=|`McUFFvJA+T$mTjO_R;5GXIPv@$2Zau%g4^X(=4^T=e;W}=O(Qsi*aAMhWpN9Dv zm*XFtmvkljW(JT9H((XzQ|U7qz=&H>N>MM_2Rx3oB10Q!KS~cJ=QH5?Xg_L#tDIYe zKG{)=2*N`QWu#&ZffXS--W5H!9|9}Fl}@dKaWBw%{v8kxqaCnMXd4|4E=~$+SuB3cf-|CE&SCpy8gY9d^ZP26`f~WLvrw0S&DeQ9Uw< zt|Igp?Uiv8@LWbcGKeb~;6K%sRlsq56%6f!J$;`vZx-Q-6VYqKl>zLWXUQ~=g z1X{*g{rxDJ<;SrndiPHFvrXx%dcyZ~MAClm!R%Y~>OZ3s;J*F<>z~OPTDLNS00000 LNkvXXu0mjf!-MSX literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall-door.png.import b/resources/sprites/tiles/brickwall/brickwall-door.png.import new file mode 100644 index 0000000..6f16d81 --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall-door.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddadd2iw4enxm" +path="res://.godot/imported/brickwall-door.png-206c108e4dc18ca97c8a326b78d4a5eb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall-door.png" +dest_files=["res://.godot/imported/brickwall-door.png-206c108e4dc18ca97c8a326b78d4a5eb.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall-up.png b/resources/sprites/tiles/brickwall/brickwall-up.png new file mode 100644 index 0000000000000000000000000000000000000000..3c832282941a73fc5245b6b1726586088eb23323 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ1)eUBAr*7pPCF>npupi0dF=oH zRO_1)lDqgWmo-Qq+T6?Hyml+s#VJ2Oh)iG#a^U*W%FyA_m$XXsQ|gKJ2fhg0dc|<# z-krnQ|2f?zw5I=5-?J@&`%4}Fx=-bmvAI|FpItXW^!$2=D22WQ%mvv4FO#lwCTSx!^ literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall-up.png.import b/resources/sprites/tiles/brickwall/brickwall-up.png.import new file mode 100644 index 0000000..f148e28 --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall-up.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dah56yqdthi28" +path="res://.godot/imported/brickwall-up.png-81fdca84a5db11924493f8a8cd57fa7d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall-up.png" +dest_files=["res://.godot/imported/brickwall-up.png-81fdca84a5db11924493f8a8cd57fa7d.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall.png b/resources/sprites/tiles/brickwall/brickwall.png new file mode 100644 index 0000000000000000000000000000000000000000..795a73f94300d739f84eb5bc8ab620d543fb90ea GIT binary patch literal 245 zcmVjIF4rS=P7eNaa7|Bi7(*OVtORSr&JPze}LPHd{Q^=ZvqBJi5;rU!!C6 zD`&VT@Km2Oyha6001Be1^@s6m49>f00001b5ch_0Itp) z=>Px%wMj%lRCt{2TH(@!AP6+)-v5>TesSN%0HU6m#m+QyC=1lBSWQPtsU!uZ{7)Un zp}DE>@JlJ?+>`TLxv$7C)q))4(m2IIe?G?Z<2c8`o<&eY z=IWHxYR!-GN9R}9{{+4z!Wp7Nr z7+e8iUt<$i*Q4QzPIwfk!c&yx7ySMB^jjMvSc?X`YK_C|$T;9_%bH*C_vWW`QP+bU zpOM6PBEjFAzX~~}z1~wjiO=J#s(&TETQKhbEq3sq!M_rxMNmp9o}10Ee{XY9tf&Xa zT1DBz;r!@;!9M}Fbvn4s1#J0hHX+^vF0=`&>p`Fo9o&}0ulY(g;`AQyJE#=rZMnhU zhfia**nGiA@gyIszT-G#0S4ZK76EcUNr0YM=>OsSIYLvn7al&}j;_wXl5d^+75Q6Z z)r8d|KEmt22i%QMKGMO_bNwxNxZci3h_7Kb;nNuU@uy2oh~D@(Z#~KK1!4J0_K90c zya!xmb5ThC=!d?o_ieTKty?F?Zw1yB9q{IS-tnw1$6<+mWGfasS>+y6yA6o zLo9!f@H7GN7*c$1tQL4<#P@(Vk9uZhkhOztCX`yL=iJ5THUYu6@QMOilSM)_X$Te34R}+<|RKI!!C*(8sk1%4DI(7 tzksSK_(B{S+C2aO002ovPDHLkV1jt!hJXM7 literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall_atlas.png.import b/resources/sprites/tiles/brickwall/brickwall_atlas.png.import new file mode 100644 index 0000000..a30548d --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall_atlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1nx3r2uuxchq" +path="res://.godot/imported/brickwall_atlas.png-db8a6d77d69c3874420c0d9a7c62558a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall_atlas.png" +dest_files=["res://.godot/imported/brickwall_atlas.png-db8a6d77d69c3874420c0d9a7c62558a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall_corner_left.png b/resources/sprites/tiles/brickwall/brickwall_corner_left.png new file mode 100644 index 0000000000000000000000000000000000000000..62cd713a9a15f1f25655c62c3a32a563636b02ac GIT binary patch literal 237 zcmVV34 zJzUpW&hSQ{_YkYIoZ)j!0D!2fUCzuEj;e3EieBFx{E0wBY{%g%oilu?!EfuF;i(Fq ze&sBud*G?gS)OA8Y4(60=UX~w_c`{!@&mrG{J`=9|MUY6=*?0E9-W4Z5>Y+&BCW0TuRYiyd`7!&gsUUFQ*2 z?^ylHBise-s`Ch+k%43SfKBJBI*<0t`+xu#3P_m;cGmfS9+=_RXP|*2`oQnb168vC zU>>1AG{UQTgjz@TPuK-i%>rj+psEK9%P?~mxD=3WZ#JoRsv%zMO#lD@07*qoM6N<$ Eg2IJu(*OVf literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall_corner_right.png.import b/resources/sprites/tiles/brickwall/brickwall_corner_right.png.import new file mode 100644 index 0000000..bc5d0c7 --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall_corner_right.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3snbow3oh76n" +path="res://.godot/imported/brickwall_corner_right.png-1b0ef270c61ad76c67c951e676575f63.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall_corner_right.png" +dest_files=["res://.godot/imported/brickwall_corner_right.png-1b0ef270c61ad76c67c951e676575f63.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_corner.png b/resources/sprites/tiles/brickwall/brickwall_up_corner.png new file mode 100644 index 0000000000000000000000000000000000000000..d44a80a23c96a46c32a586af5d31a22066ae9036 GIT binary patch literal 229 zcmV^P);$#&jczwfT;5f fBj30yU+n`o-eNrZ*qd2I00000NkvXXu0mjfUBFvk literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_corner.png.import b/resources/sprites/tiles/brickwall/brickwall_up_corner.png.import new file mode 100644 index 0000000..27fddae --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall_up_corner.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqjxex4pot0v8" +path="res://.godot/imported/brickwall_up_corner.png-48101551a6bd4aef2deea94390435887.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall_up_corner.png" +dest_files=["res://.godot/imported/brickwall_up_corner.png-48101551a6bd4aef2deea94390435887.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_corner_2.png b/resources/sprites/tiles/brickwall/brickwall_up_corner_2.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4d5c0a4109e6b1ee9d3cc343ad1e47deb45f56 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ4W2HJAr*7phMg8VqQJr3^Z)

) z)GL%9U@+0`c(*3!n%sO9oBAg6AUl^Wufl)CO*WnQ*yqjF^Pl#XFaBe;*{P~#FSDt^ z=JbytJPcy~M>oEZk1EyvqtD1SWmSgQ?z9&7Pw(X9A6EOkx%W`HCSLK~9KkB~5aR_m h+pMc=GGcAn?Jk?SeU4K&`W@(Y22WQ%mvv4FO#te&Tx9?N literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_corner_2.png.import b/resources/sprites/tiles/brickwall/brickwall_up_corner_2.png.import new file mode 100644 index 0000000..ae2f64a --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall_up_corner_2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ny8xwxuyuu5r" +path="res://.godot/imported/brickwall_up_corner_2.png-204810bbf4fe874c407c2911f7b93575.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall_up_corner_2.png" +dest_files=["res://.godot/imported/brickwall_up_corner_2.png-204810bbf4fe874c407c2911f7b93575.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_u.png b/resources/sprites/tiles/brickwall/brickwall_up_u.png new file mode 100644 index 0000000000000000000000000000000000000000..efbf070948bed9f56a5fcee1202dade0723e313d GIT binary patch literal 235 zcmVr}W lto8u&8dl!%RDQP)`~XidKl&0CCOZHC002ovPDHLkV1nZJUd#Xh literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/brickwall_up_u.png.import b/resources/sprites/tiles/brickwall/brickwall_up_u.png.import new file mode 100644 index 0000000..9379910 --- /dev/null +++ b/resources/sprites/tiles/brickwall/brickwall_up_u.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fl02eqhchnnv" +path="res://.godot/imported/brickwall_up_u.png-48237ce55616f5cc821f6da559206f8b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/brickwall_up_u.png" +dest_files=["res://.godot/imported/brickwall_up_u.png-48237ce55616f5cc821f6da559206f8b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/brickwall/exit1_atlas.png b/resources/sprites/tiles/brickwall/exit1_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..70c1df0142a2ba9d06e539c2fc8ccba45176753b GIT binary patch literal 330 zcmV-Q0k!^#P)Px$1W80eRA_adqSYB+w~99*~F>K#)kp)sY8~ zK&JqCKq68AK_U@XM;<@|odVyM9R}hX4Qo07*qoM6N<$f^a{7IRF3v literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/brickwall/exit1_atlas.png.import b/resources/sprites/tiles/brickwall/exit1_atlas.png.import new file mode 100644 index 0000000..4ff0613 --- /dev/null +++ b/resources/sprites/tiles/brickwall/exit1_atlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://j65ff4rq7i1f" +path="res://.godot/imported/exit1_atlas.png-a1bac27f2e7fbc2b9ba1b0d2e45809f7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/brickwall/exit1_atlas.png" +dest_files=["res://.godot/imported/exit1_atlas.png-a1bac27f2e7fbc2b9ba1b0d2e45809f7.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/exits/exit1.png b/resources/sprites/tiles/exits/exit1.png new file mode 100644 index 0000000000000000000000000000000000000000..05e881503a3fc1a0c0efc6ce7a8a15e9ecb11de7 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}iJmTwArY-_ zCphvo7;vym|M&lVMWdVN72z2(W^%{wYUljqaOs85G^X_o6HU4h)Pi;=yw!_K63s9B5vi53-EG)78&q Iol`;+02f(4C;$Ke literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/exits/exit1.png.import b/resources/sprites/tiles/exits/exit1.png.import new file mode 100644 index 0000000..9fde19c --- /dev/null +++ b/resources/sprites/tiles/exits/exit1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvt6inoj3wv8a" +path="res://.godot/imported/exit1.png-1cb11b16fe5f377fdc643c34e70c4051.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/exits/exit1.png" +dest_files=["res://.godot/imported/exit1.png-1cb11b16fe5f377fdc643c34e70c4051.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/exits/exit1_atlas.png b/resources/sprites/tiles/exits/exit1_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..70c1df0142a2ba9d06e539c2fc8ccba45176753b GIT binary patch literal 330 zcmV-Q0k!^#P)Px$1W80eRA_adqSYB+w~99*~F>K#)kp)sY8~ zK&JqCKq68AK_U@XM;<@|odVyM9R}hX4Qo07*qoM6N<$f^a{7IRF3v literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/exits/exit1_atlas.png.import b/resources/sprites/tiles/exits/exit1_atlas.png.import new file mode 100644 index 0000000..078180d --- /dev/null +++ b/resources/sprites/tiles/exits/exit1_atlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btojcdxy6i2uc" +path="res://.godot/imported/exit1_atlas.png-ed1c3239fa5798bd007b4a11563cfdb5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/exits/exit1_atlas.png" +dest_files=["res://.godot/imported/exit1_atlas.png-ed1c3239fa5798bd007b4a11563cfdb5.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/exits/exit2.png b/resources/sprites/tiles/exits/exit2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb9090b520efc057a8d743306cc6637b5a251178 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}X`U{QArY-_ zuW#gHP~>60u;l;$^E*9Pu*;cei2A4{`vv+I6Y_$}BV@+Qzm22WQ% Jmvv4FO#t74JfZ*q literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/exits/exit2.png.import b/resources/sprites/tiles/exits/exit2.png.import new file mode 100644 index 0000000..95618ab --- /dev/null +++ b/resources/sprites/tiles/exits/exit2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1yfug8m3wg7u" +path="res://.godot/imported/exit2.png-729857253024df6acac113f86c955f34.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/exits/exit2.png" +dest_files=["res://.godot/imported/exit2.png-729857253024df6acac113f86c955f34.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/exits/exit3.png b/resources/sprites/tiles/exits/exit3.png new file mode 100644 index 0000000000000000000000000000000000000000..85ea764ccb614277277dbd90e0a7aedf2c3aa547 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*`6+rArY-_ zryKG$81OKk|MUNRnuDgSgHP{-Ed967PVD0mOb|O=x7{LacKym!2G7TH|1&IF*ra~b zEvTOLX!DY6jxx`Ldo4!ywHt3r9CDE0U`|xvX=yYNU;}b?NM@{G;J3+Z!P2Jq_~Ysl XybC|?Mkcv5P&lxf@81OV0ME##< oE?L{eXms`UhP`u`fhv$dNUfp}qy4J?HJ?F(p00i_>zopr0HcN(R{#J2 literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/floor/floor1.png.import b/resources/sprites/tiles/floor/floor1.png.import new file mode 100644 index 0000000..f9ebc35 --- /dev/null +++ b/resources/sprites/tiles/floor/floor1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btlymvppf60k4" +path="res://.godot/imported/floor1.png-3d5aeab6fda1a14884b372a21cee1edd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/floor/floor1.png" +dest_files=["res://.godot/imported/floor1.png-3d5aeab6fda1a14884b372a21cee1edd.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/floor/floor_atlas.png b/resources/sprites/tiles/floor/floor_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..d50096b841295f72647cff3abb973ef6d00a6675 GIT binary patch literal 538 zcmV+#0_FXQP)Px$)Ja4^RA_ zLMh)@k*=jP0F~3l$K!zE|IdvX;(K0TG7kS>pB)Zx;$duVFd`za5nE%9@ZZDCoFG6p z?snOuuVSM7+dE*?kUaNC`TyX6 z5~!M7DMZ=_c=`X}fYafvek6W&2as{>C`8mu2Xz(H_^$tjSPqZ!Gnb)590H)ijBy$^`+Z|?xDTWOtV@UyM~-R%Ko zffd&RrC+oJStCHLY77vzHH04!oKk(KUQ6dGeCef5hSiKyqk%<$`P)MXEUtpC(2g!f zng|Ix9wSO?fR~>&1#w8FrCDNj4ZOG;dW8sZLkJu(-K~s(D>y*i+49d>x-u=ZS`o|c z0845Fjz<2e$bUOMK$>B7iHBen_vis_n47UkOE@ydqX$&b^xj|LE_y&n>FUL5Js`6K zx)61ew}kZW1Fp0N0DVdq5U6|}J;25{$#0IR4@}q%uhs)nHsj93-um|T^8pO=((3_d cVznOd0g)w&94h_aZ~y=R07*qoM6N<$f?6Q#1^@s6 literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/floor/floor_atlas.png.import b/resources/sprites/tiles/floor/floor_atlas.png.import new file mode 100644 index 0000000..2005ed9 --- /dev/null +++ b/resources/sprites/tiles/floor/floor_atlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d32t4dsukrsq2" +path="res://.godot/imported/floor_atlas.png-533b62fbab1739a7634aec0a69b1b5a1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/floor/floor_atlas.png" +dest_files=["res://.godot/imported/floor_atlas.png-533b62fbab1739a7634aec0a69b1b5a1.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/floor/pebble.png b/resources/sprites/tiles/floor/pebble.png new file mode 100644 index 0000000000000000000000000000000000000000..346fce0f2303b9b3539f63a4544e0ccc58c86751 GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}|2$nBLn2zA zPV?qFtia=98~VOJwOlxgDLIEHcS+ikoH;D^ANVKk=03Ax)y=QB4%P)Px$JxN4CRA_A_#+X+`T-|7$C9oJB;1GF0=lFp+wpWEY68X{FEX!Qj7*}(E8zhUzjDu*H_c1T`M zYVCzq%$pvKeE`J*E(7@{_R9bO01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXX Hu0mjf)Lo}q literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/floor/pressure_plate.png.import b/resources/sprites/tiles/floor/pressure_plate.png.import new file mode 100644 index 0000000..c9bf947 --- /dev/null +++ b/resources/sprites/tiles/floor/pressure_plate.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duv3fbjw53vtw" +path="res://.godot/imported/pressure_plate.png-a2c8e06cf79a91c76eede3f2b2ff2d32.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/floor/pressure_plate.png" +dest_files=["res://.godot/imported/pressure_plate.png-a2c8e06cf79a91c76eede3f2b2ff2d32.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/floor/pressure_plate.tres b/resources/sprites/tiles/floor/pressure_plate.tres new file mode 100644 index 0000000..a04d072 --- /dev/null +++ b/resources/sprites/tiles/floor/pressure_plate.tres @@ -0,0 +1,30 @@ +[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://8qygv4lq4pjf"] + +[ext_resource type="Texture2D" uid="uid://duv3fbjw53vtw" path="res://sprites/tiles/floor/pressure_plate.png" id="1_j71no"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_aqux7"] +atlas = ExtResource("1_j71no") +region = Rect2(0, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vlwdt"] +atlas = ExtResource("1_j71no") +region = Rect2(32, 0, 32, 32) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_aqux7") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_vlwdt") +}], +"loop": true, +"name": &"pressed", +"speed": 5.0 +}] diff --git a/resources/sprites/tiles/floor/spikes/spikes.tres b/resources/sprites/tiles/floor/spikes/spikes.tres new file mode 100644 index 0000000..d417279 --- /dev/null +++ b/resources/sprites/tiles/floor/spikes/spikes.tres @@ -0,0 +1,37 @@ +[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://uith5rxps4s"] + +[ext_resource type="Texture2D" uid="uid://l3v1hs32uxfp" path="res://sprites/tiles/floor/spikes/spikes_0001-sheet.png" id="1_xhodh"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_my1hb"] +atlas = ExtResource("1_xhodh") +region = Rect2(32, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nfdn1"] +atlas = ExtResource("1_xhodh") +region = Rect2(0, 0, 32, 32) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qhlyu"] +atlas = ExtResource("1_xhodh") +region = Rect2(64, 0, 32, 32) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_my1hb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nfdn1") +}], +"loop": false, +"name": &"activated", +"speed": 2.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_qhlyu") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}] diff --git a/resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png b/resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png new file mode 100644 index 0000000000000000000000000000000000000000..36354b9f0eb0393a67cedc56b27fedcf728b3799 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^2|%pC!3HGX9;gigQjEnx?oJHr&dIz4a{hX{IEG|2 zzMbJMbXbAM`7Ph~{hM|vOD4V`oEt3NInvIG9k3~ZPSSiwh0&YI(lRr z+;%H$+E?b7f+DE4mwVNnT=B!#{!2KoSL$lie({=1>G6zGE8RoF@Al0Rd3VN@1sD)~ fsS%!OzP=1vKsE;ugTSTW$so$p)z4*}Q$iB}_s)x- literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png.import b/resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png.import new file mode 100644 index 0000000..b11df0e --- /dev/null +++ b/resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://l3v1hs32uxfp" +path="res://.godot/imported/spikes_0001-sheet.png-b398d353cf2bc01f666143f11416947c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/floor/spikes/spikes_0001-sheet.png" +dest_files=["res://.godot/imported/spikes_0001-sheet.png-b398d353cf2bc01f666143f11416947c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/floor/spikes/spikes_0001.png b/resources/sprites/tiles/floor/spikes/spikes_0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a83f5f0f485cabf4dddf7fb8a69fe9eceeca390 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}3p`yMLn2z= zhC6Z{P~h=y|Np_;cZXD$ zI0$*@t=|0T4$D6tuS>TTXN6wczwwdV|LvOAk6Zr~dA2Keg#F=}zOIqIG2`g^f|s&8 zwkbq?6uXnly+}0w=v473aJZy@0b?C=XOD1u`8;8xHTT!pM`rAhTfC zc|DcuA7;I>WA+jL z#U>;nwLZL2=e^;LS9SB4x%l&zulbS4mA}Ss%Jeg5->jY!{@VEe5uJ}2wil`ve06x; ysB{NHZ-2wQW{+2ZWrlMD(9L|Q5uRzjz6@GGHU|)cz@^~HAj;F#&t;ucLK6Uy&t{PT literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/floor/tiles.png.import b/resources/sprites/tiles/floor/tiles.png.import new file mode 100644 index 0000000..f368944 --- /dev/null +++ b/resources/sprites/tiles/floor/tiles.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5cewoitoxscd" +path="res://.godot/imported/tiles.png-41b267a76d570408993003ff82d07661.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/floor/tiles.png" +dest_files=["res://.godot/imported/tiles.png-41b267a76d570408993003ff82d07661.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/brd_atlas.png b/resources/sprites/tiles/frames/brd_atlas.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f3ecce6179544aeeba62e3303694cde98333c5 GIT binary patch literal 427 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K595~p3w`Ou5$vgeXCG`H*YgJ;4=RJR}yJKB;f$IPF zNA|vpxx75vcc0q#YpXv#`+9c0W#aqgE*Yn;e_?8{WMW9nV{E(Hw_xkvdFMD84zW;- z-o5Bn;EViy&g%J5hreW>w>b~d@>bH}ZA8RxxhD2`dy1GE3>Ya!n;Czme!tUj`I(5% z`t=1Ul=(|3#$m)xEc#+%U8@eqOpt$gK^>bP0l+XkKR;Z=H literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/brd_atlas.png.import b/resources/sprites/tiles/frames/brd_atlas.png.import new file mode 100644 index 0000000..e2b52ac --- /dev/null +++ b/resources/sprites/tiles/frames/brd_atlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://br3o2fekkyynd" +path="res://.godot/imported/brd_atlas.png-c6c369dd03baacd0c9a4a0a49e44d403.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/brd_atlas.png" +dest_files=["res://.godot/imported/brd_atlas.png-c6c369dd03baacd0c9a4a0a49e44d403.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/brd_hor.png b/resources/sprites/tiles/frames/brd_hor.png new file mode 100644 index 0000000000000000000000000000000000000000..0c02f1a58521d3ba4e118c3c4e797b1a602f7194 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R})}AhoArY-_ zuW#gKFyLV_2>SYe`eox6333OLk|*VKS)MHdDuRIqeTMSwzs~&PX7D-n{STuGFRKm9 Rtl54bX-`)_mvv4FO#oDqBk4UjKx9jP7LeL$-D$|^gUf1Lp(Z@ zQ+}Lx5KLI)^Lqv3VzwSBgRBD}29FtY#EGjMtAp6@af?VDIKja1?gW!#(Y6Jbfm#_n MUHx3vIVCg!0Mdmb&;S4c literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/corner_up.png.import b/resources/sprites/tiles/frames/corner_up.png.import new file mode 100644 index 0000000..4d3b74b --- /dev/null +++ b/resources/sprites/tiles/frames/corner_up.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxv0oqw7u7cxx" +path="res://.godot/imported/corner_up.png-048503bb205c989d5982e99d1686184e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/corner_up.png" +dest_files=["res://.godot/imported/corner_up.png-048503bb205c989d5982e99d1686184e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/corner_up1.png b/resources/sprites/tiles/frames/corner_up1.png new file mode 100644 index 0000000000000000000000000000000000000000..5531f3b5d931545dd473437aad0c35b416c1ab18 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ zuWuA&FyL?s{IKc&sU>~P8C~a@_FU%j?h*^0{S>GS0Y0!kPk4UjKx9jP7LeL$-D$|Og&v3Lp(a) zp5MsJV8Fw4Q2qCNpItl&I!hb>`8(ZU=(yR}{*d{Q9lOhqhyPodSh++r0un@bD4k%j Uv2PcQ02;vH>FVdQ&MBb@0P*`JYXATM literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/corner_up2.png.import b/resources/sprites/tiles/frames/corner_up2.png.import new file mode 100644 index 0000000..805e57f --- /dev/null +++ b/resources/sprites/tiles/frames/corner_up2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w4ltjwnpkiw2" +path="res://.godot/imported/corner_up2.png-e6715616beb57e133997f00f0d2552d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/corner_up2.png" +dest_files=["res://.godot/imported/corner_up2.png-e6715616beb57e133997f00f0d2552d0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/corner_up3.png b/resources/sprites/tiles/frames/corner_up3.png new file mode 100644 index 0000000000000000000000000000000000000000..fdad79e56f3e06f7bb65ab43cbb0f70bab9330b1 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|Ogvp2Lp(Z@ zQ+}Lx5NpUtPDxPmw>~7n#hb9;4uf0K;f5?d3Dblt4S~#VykN$`R0f81-&t%n)PIr& P>SyqD^>bP0l+XkKSd=4w literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/corner_up3.png.import b/resources/sprites/tiles/frames/corner_up3.png.import new file mode 100644 index 0000000..a62bafe --- /dev/null +++ b/resources/sprites/tiles/frames/corner_up3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqivh8vu4m3rs" +path="res://.godot/imported/corner_up3.png-fcea839d15972ae15ebcb310789e0f9c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/corner_up3.png" +dest_files=["res://.godot/imported/corner_up3.png-fcea839d15972ae15ebcb310789e0f9c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/wall_hor.png b/resources/sprites/tiles/frames/wall_hor.png new file mode 100644 index 0000000000000000000000000000000000000000..f110bf9adbf33ef896c658583f757971c690adb5 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|^gUf1Lp(Z@ zQ+}Lx5KLGYV9zYv`b*QiVd5nNi3bP0l+XkKeXJi| literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/wall_hor.png.import b/resources/sprites/tiles/frames/wall_hor.png.import new file mode 100644 index 0000000..cd93622 --- /dev/null +++ b/resources/sprites/tiles/frames/wall_hor.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bifdbxxvms0ml" +path="res://.godot/imported/wall_hor.png-69f4e5aa3ad3247b40a7f85aada5e947.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/wall_hor.png" +dest_files=["res://.godot/imported/wall_hor.png-69f4e5aa3ad3247b40a7f85aada5e947.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/wall_vert.png b/resources/sprites/tiles/frames/wall_vert.png new file mode 100644 index 0000000000000000000000000000000000000000..30fdf56b1b374e76f455419d8cce62d9cf41f60a GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|v^`xMLp(a) zo>63CU|>0L;NyS$$ts@0+xBsk4UjKx9jP7LeL$-D$|G(24#Lp(a) zp4rIAz`)UL@an()b@@3m3F-@374FP>tgZkCAH*W;e>2(F7HB*H>S6G7^>bP0l+XkK D!wMeX literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/wall_vert_left.png.import b/resources/sprites/tiles/frames/wall_vert_left.png.import new file mode 100644 index 0000000..bd1a749 --- /dev/null +++ b/resources/sprites/tiles/frames/wall_vert_left.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0g5o05ae54n3" +path="res://.godot/imported/wall_vert_left.png-2e0e36af1d13c4310f46ad45f4864d8d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/wall_vert_left.png" +dest_files=["res://.godot/imported/wall_vert_left.png-2e0e36af1d13c4310f46ad45f4864d8d.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/wall_vert_left_corn.png b/resources/sprites/tiles/frames/wall_vert_left_corn.png new file mode 100644 index 0000000000000000000000000000000000000000..a53d1d4aa42c663d3196a90fce84a89c41026411 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|^gUf1Lp(Z@ zQ+}Lx5KKs1aDheb)SKl^j5-Evj~#Xk4UjKx9jP7LeL$-D$|G(BA$Lp(Z@ zQ+}Lx5NpUtPDxPmw`S^*GRQixf^jh$l+k>afr0ZklYOCDdofTGgQu&X%Q~loCIG~e B9!CHG literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/wall_vert_right.png.import b/resources/sprites/tiles/frames/wall_vert_right.png.import new file mode 100644 index 0000000..87f4ecd --- /dev/null +++ b/resources/sprites/tiles/frames/wall_vert_right.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dw424ct8xy7xd" +path="res://.godot/imported/wall_vert_right.png-e3a3109e6a6d5048741497936a1f6f8e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/wall_vert_right.png" +dest_files=["res://.godot/imported/wall_vert_right.png-e3a3109e6a6d5048741497936a1f6f8e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/wall_vert_right_corn.png b/resources/sprites/tiles/frames/wall_vert_right_corn.png new file mode 100644 index 0000000000000000000000000000000000000000..9467c4876ce4e4a3e99e2fb4a941fac2261adb00 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|Ogvp2Lp(Z@ zQ+}Lx5KLI;W3S9Cochf;Adi7td8SlioP33TkCZ{yffbC4*+2}2P+kTGrYL6T4DlN+ PK>ZA!u6{1-oD!M<-bNo+ literal 0 HcmV?d00001 diff --git a/resources/sprites/tiles/frames/wall_vert_right_corn.png.import b/resources/sprites/tiles/frames/wall_vert_right_corn.png.import new file mode 100644 index 0000000..09dec0b --- /dev/null +++ b/resources/sprites/tiles/frames/wall_vert_right_corn.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bd1wykume8n48" +path="res://.godot/imported/wall_vert_right_corn.png-9662488992e6fb5fc2c920189e6dfc7a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resources/sprites/tiles/frames/wall_vert_right_corn.png" +dest_files=["res://.godot/imported/wall_vert_right_corn.png-9662488992e6fb5fc2c920189e6dfc7a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/resources/sprites/tiles/frames/wall_vert_u.png b/resources/sprites/tiles/frames/wall_vert_u.png new file mode 100644 index 0000000000000000000000000000000000000000..358a2fa2122093aee2edfcb4bf04b6498141a4ea GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UjKx9jP7LeL$-D$|%spKkLp(Z@ zQ+}Lx5KKs1aDv5+P3_d1^aXbq#3Y(0y7U_K^Y0ON 0 => false, + < 0 => true, + _ => Sprite.FlipH + }; + } + else + { + velocity.X = Mathf.MoveToward(Velocity.X, 0, Speed); + Sprite.Play("default"); + } + + Velocity = velocity; + MoveAndSlide(); + } +}