diff --git a/DungeonShooting_Godot/excel/ActivityBase.xlsx b/DungeonShooting_Godot/excel/ActivityBase.xlsx index cf9f463..e89c115 100644 --- a/DungeonShooting_Godot/excel/ActivityBase.xlsx +++ b/DungeonShooting_Godot/excel/ActivityBase.xlsx Binary files differ diff --git a/DungeonShooting_Godot/prefab/item/Item0012.tscn b/DungeonShooting_Godot/prefab/item/Item0012.tscn new file mode 100644 index 0000000..720b84b --- /dev/null +++ b/DungeonShooting_Godot/prefab/item/Item0012.tscn @@ -0,0 +1,64 @@ +[gd_scene load_steps=8 format=3 uid="uid://cj43h3b0irhq8"] + +[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_8skba"] +[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_lxtjp"] +[ext_resource type="Texture2D" uid="uid://rrxkyras3kdw" path="res://resource/sprite/item/hall/item _12.png" id="3_sslpn"] + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] +resource_local_to_scene = true +shader = ExtResource("2_lxtjp") +shader_parameter/blend = Color(0, 0, 0, 0.470588) +shader_parameter/schedule = 1.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_f7tsa"] +resource_local_to_scene = true +shader = ExtResource("2_lxtjp") +shader_parameter/blend = Color(1, 1, 1, 1) +shader_parameter/schedule = 0.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="SpriteFrames" id="SpriteFrames_4nwmh"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3_sslpn") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_kmpvc"] +size = Vector2(18, 30) + +[node name="Item0012" type="CharacterBody2D" node_paths=PackedStringArray("ShadowSprite", "AnimatedSprite", "Collision")] +collision_layer = 512 +collision_mask = 0 +script = ExtResource("1_8skba") +ShadowSprite = NodePath("ShadowSprite") +AnimatedSprite = NodePath("AnimatedSprite") +Collision = NodePath("Collision") + +[node name="ShadowSprite" type="Sprite2D" parent="."] +z_index = -1 +material = SubResource("ShaderMaterial_wh4b7") + +[node name="AnimatedSprite" type="AnimatedSprite2D" parent="."] +material = SubResource("ShaderMaterial_f7tsa") +position = Vector2(2.08165e-12, -0.5) +sprite_frames = SubResource("SpriteFrames_4nwmh") + +[node name="Collision" type="CollisionShape2D" parent="."] +position = Vector2(2.08165e-12, 4.5) +shape = SubResource("RectangleShape2D_kmpvc") diff --git a/DungeonShooting_Godot/prefab/item/Item0013.tscn b/DungeonShooting_Godot/prefab/item/Item0013.tscn new file mode 100644 index 0000000..358c696 --- /dev/null +++ b/DungeonShooting_Godot/prefab/item/Item0013.tscn @@ -0,0 +1,64 @@ +[gd_scene load_steps=8 format=3 uid="uid://je626022bg3t"] + +[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_awjys"] +[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_3lobq"] +[ext_resource type="Texture2D" uid="uid://cnpxb0dsnfqn1" path="res://resource/sprite/item/hall/item _13.png" id="3_h48fx"] + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] +resource_local_to_scene = true +shader = ExtResource("2_3lobq") +shader_parameter/blend = Color(0, 0, 0, 0.470588) +shader_parameter/schedule = 1.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_f7tsa"] +resource_local_to_scene = true +shader = ExtResource("2_3lobq") +shader_parameter/blend = Color(1, 1, 1, 1) +shader_parameter/schedule = 0.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="SpriteFrames" id="SpriteFrames_uqva1"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3_h48fx") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_kmpvc"] +size = Vector2(57, 24) + +[node name="Item0013" type="CharacterBody2D" node_paths=PackedStringArray("ShadowSprite", "AnimatedSprite", "Collision")] +collision_layer = 512 +collision_mask = 0 +script = ExtResource("1_awjys") +ShadowSprite = NodePath("ShadowSprite") +AnimatedSprite = NodePath("AnimatedSprite") +Collision = NodePath("Collision") + +[node name="ShadowSprite" type="Sprite2D" parent="."] +z_index = -1 +material = SubResource("ShaderMaterial_wh4b7") + +[node name="AnimatedSprite" type="AnimatedSprite2D" parent="."] +material = SubResource("ShaderMaterial_f7tsa") +position = Vector2(0, -5) +sprite_frames = SubResource("SpriteFrames_uqva1") + +[node name="Collision" type="CollisionShape2D" parent="."] +position = Vector2(0, -1.5) +shape = SubResource("RectangleShape2D_kmpvc") diff --git a/DungeonShooting_Godot/prefab/item/Item0017.tscn b/DungeonShooting_Godot/prefab/item/Item0017.tscn new file mode 100644 index 0000000..06b8659 --- /dev/null +++ b/DungeonShooting_Godot/prefab/item/Item0017.tscn @@ -0,0 +1,64 @@ +[gd_scene load_steps=8 format=3 uid="uid://dh4cenmpdj520"] + +[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_78dif"] +[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_pybet"] +[ext_resource type="Texture2D" uid="uid://cel2hojxm4fgj" path="res://resource/sprite/item/hall/item _17.png" id="3_jojl2"] + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] +resource_local_to_scene = true +shader = ExtResource("2_pybet") +shader_parameter/blend = Color(0, 0, 0, 0.470588) +shader_parameter/schedule = 1.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_f7tsa"] +resource_local_to_scene = true +shader = ExtResource("2_pybet") +shader_parameter/blend = Color(1, 1, 1, 1) +shader_parameter/schedule = 0.0 +shader_parameter/modulate = Color(1, 1, 1, 1) +shader_parameter/show_outline = true +shader_parameter/outline_color = Color(0, 0, 0, 1) +shader_parameter/outline_rainbow = false +shader_parameter/outline_use_blend = true +shader_parameter/grey = 0.0 + +[sub_resource type="SpriteFrames" id="SpriteFrames_uqva1"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3_jojl2") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_kmpvc"] +size = Vector2(42, 19) + +[node name="Item0017" type="CharacterBody2D" node_paths=PackedStringArray("ShadowSprite", "AnimatedSprite", "Collision")] +collision_layer = 512 +collision_mask = 0 +script = ExtResource("1_78dif") +ShadowSprite = NodePath("ShadowSprite") +AnimatedSprite = NodePath("AnimatedSprite") +Collision = NodePath("Collision") + +[node name="ShadowSprite" type="Sprite2D" parent="."] +z_index = -1 +material = SubResource("ShaderMaterial_wh4b7") + +[node name="AnimatedSprite" type="AnimatedSprite2D" parent="."] +material = SubResource("ShaderMaterial_f7tsa") +position = Vector2(0, -2) +sprite_frames = SubResource("SpriteFrames_uqva1") + +[node name="Collision" type="CollisionShape2D" parent="."] +position = Vector2(0, 2.5) +shape = SubResource("RectangleShape2D_kmpvc") diff --git a/DungeonShooting_Godot/project.godot b/DungeonShooting_Godot/project.godot index 06a6754..340b52c 100644 --- a/DungeonShooting_Godot/project.godot +++ b/DungeonShooting_Godot/project.godot @@ -246,6 +246,7 @@ 2d_physics/layer_7="onHand" 2d_physics/layer_8="debris" 2d_physics/layer_9="throwing" +2d_physics/layer_10="obstacle" [mono] diff --git a/DungeonShooting_Godot/resource/config/ActivityBase.json b/DungeonShooting_Godot/resource/config/ActivityBase.json index 78354b8..6a02969 100644 --- a/DungeonShooting_Godot/resource/config/ActivityBase.json +++ b/DungeonShooting_Godot/resource/config/ActivityBase.json @@ -782,5 +782,47 @@ "Prefab": "res://prefab/currency/Gold1.tscn", "Icon": "res://resource/sprite/ui/commonIcon/Gold_1.png", "ShowInMapEditor": true + }, + { + "Id": "item_0012", + "Type": 99, + "Name": "\u5927\u5385\u6C99\u53D1", + "Quality": 0, + "Price": 0, + "Intro": "", + "Details": "", + "IsStatic": true, + "__Material": "", + "Prefab": "res://prefab/item/Item0012.tscn", + "Icon": "", + "ShowInMapEditor": false + }, + { + "Id": "item_0013", + "Type": 99, + "Name": "\u5927\u5385\u6C99\u53D1", + "Quality": 0, + "Price": 0, + "Intro": "", + "Details": "", + "IsStatic": true, + "__Material": "", + "Prefab": "res://prefab/item/Item0013.tscn", + "Icon": "", + "ShowInMapEditor": false + }, + { + "Id": "item_0017", + "Type": 99, + "Name": "\u5927\u5385\u684C\u5B50", + "Quality": 0, + "Price": 0, + "Intro": "", + "Details": "", + "IsStatic": true, + "__Material": "", + "Prefab": "res://prefab/item/Item0017.tscn", + "Icon": "", + "ShowInMapEditor": false } ] \ No newline at end of file diff --git a/DungeonShooting_Godot/resource/sprite/hall/HallBg.png b/DungeonShooting_Godot/resource/sprite/hall/HallBg.png deleted file mode 100644 index d6e14ba..0000000 --- a/DungeonShooting_Godot/resource/sprite/hall/HallBg.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/hall/HallBg.png.import b/DungeonShooting_Godot/resource/sprite/hall/HallBg.png.import deleted file mode 100644 index e2aae09..0000000 --- a/DungeonShooting_Godot/resource/sprite/hall/HallBg.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2j5mkqm3uv6w" -path="res://.godot/imported/HallBg.png-89bef7b6572850afc3924a9f7262187d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/hall/HallBg.png" -dest_files=["res://.godot/imported/HallBg.png-89bef7b6572850afc3924a9f7262187d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png new file mode 100644 index 0000000..cfcd5bf --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png.import new file mode 100644 index 0000000..70344ec --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _00.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4iy7fn060e31" +path="res://.godot/imported/item _00.png-d5f7f9893af6582539748d7ff5b0308a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _00.png" +dest_files=["res://.godot/imported/item _00.png-d5f7f9893af6582539748d7ff5b0308a.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/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png new file mode 100644 index 0000000..0ef9a58 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png.import new file mode 100644 index 0000000..969e933 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _01.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7dxbpdj5hdmd" +path="res://.godot/imported/item _01.png-0b0644c20b248eb8a85f0ba1535ebe08.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _01.png" +dest_files=["res://.godot/imported/item _01.png-0b0644c20b248eb8a85f0ba1535ebe08.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/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png new file mode 100644 index 0000000..edf436f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png.import new file mode 100644 index 0000000..eb4a739 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _02.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blusrop7675k4" +path="res://.godot/imported/item _02.png-80584718e38abb1bcae1ed27f9f8f204.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _02.png" +dest_files=["res://.godot/imported/item _02.png-80584718e38abb1bcae1ed27f9f8f204.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/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png new file mode 100644 index 0000000..57fb350 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png.import new file mode 100644 index 0000000..a2c4870 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _03.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du12pb6w1c1n3" +path="res://.godot/imported/item _03.png-410becb13de746b28fea10a0ad8be6de.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _03.png" +dest_files=["res://.godot/imported/item _03.png-410becb13de746b28fea10a0ad8be6de.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/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png new file mode 100644 index 0000000..c0086e3 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png.import new file mode 100644 index 0000000..0270f46 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _04.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cxiuv0pux32ll" +path="res://.godot/imported/item _04.png-3e8b31ca20fc198edbf9571a04a9370e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _04.png" +dest_files=["res://.godot/imported/item _04.png-3e8b31ca20fc198edbf9571a04a9370e.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/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png new file mode 100644 index 0000000..a1f4d13 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png.import new file mode 100644 index 0000000..f7b2678 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _05.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b38x81ind5fk3" +path="res://.godot/imported/item _05.png-d504551e3f2d38962610ceb540a1c47f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _05.png" +dest_files=["res://.godot/imported/item _05.png-d504551e3f2d38962610ceb540a1c47f.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/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png new file mode 100644 index 0000000..6a39c9d --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png.import new file mode 100644 index 0000000..83feb58 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _06.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dim1k57cc7w53" +path="res://.godot/imported/item _06.png-7ccd4a8fc3aefe060dd1739cf61e993b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _06.png" +dest_files=["res://.godot/imported/item _06.png-7ccd4a8fc3aefe060dd1739cf61e993b.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/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png new file mode 100644 index 0000000..314be48 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png.import new file mode 100644 index 0000000..d1d72c3 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _07.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ms8v1g1nhqv3" +path="res://.godot/imported/item _07.png-241ac33f1e78d724c23af1517e1a2ae2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _07.png" +dest_files=["res://.godot/imported/item _07.png-241ac33f1e78d724c23af1517e1a2ae2.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/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png new file mode 100644 index 0000000..7ad4479 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png.import new file mode 100644 index 0000000..501c26b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _08.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlhp210kvxqsw" +path="res://.godot/imported/item _08.png-daa612993edb8ccb5204b5f2b6dafe21.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _08.png" +dest_files=["res://.godot/imported/item _08.png-daa612993edb8ccb5204b5f2b6dafe21.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/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png new file mode 100644 index 0000000..ca4d24a --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png.import new file mode 100644 index 0000000..9a9c69f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _09.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jrkqwsh08jpb" +path="res://.godot/imported/item _09.png-d8ba5d54b0441de39f9c0583efed2847.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _09.png" +dest_files=["res://.godot/imported/item _09.png-d8ba5d54b0441de39f9c0583efed2847.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/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png new file mode 100644 index 0000000..0977101 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png.import new file mode 100644 index 0000000..79939d0 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cp6enwpa1p17o" +path="res://.godot/imported/item _10.png-30f310cd53a9d4fc497b6b6b9e5e8d65.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _10.png" +dest_files=["res://.godot/imported/item _10.png-30f310cd53a9d4fc497b6b6b9e5e8d65.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/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png new file mode 100644 index 0000000..14be91b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png.import new file mode 100644 index 0000000..251f36e --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rs333jq5kq2c" +path="res://.godot/imported/item _11.png-30ed7ce668b7352a569b44fbbf951d30.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _11.png" +dest_files=["res://.godot/imported/item _11.png-30ed7ce668b7352a569b44fbbf951d30.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/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png new file mode 100644 index 0000000..ba1638c --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png.import new file mode 100644 index 0000000..1fd3ffe --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rrxkyras3kdw" +path="res://.godot/imported/item _12.png-25c708a842d4d9bf8af34430120254f6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _12.png" +dest_files=["res://.godot/imported/item _12.png-25c708a842d4d9bf8af34430120254f6.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/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png new file mode 100644 index 0000000..e4df03b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png.import new file mode 100644 index 0000000..2ff560a --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _13.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cnpxb0dsnfqn1" +path="res://.godot/imported/item _13.png-512bace318d7e59000637344d787fd70.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _13.png" +dest_files=["res://.godot/imported/item _13.png-512bace318d7e59000637344d787fd70.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/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png new file mode 100644 index 0000000..06d4f9f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png.import new file mode 100644 index 0000000..d6cda5b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _14.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://i1qpk06s6a4q" +path="res://.godot/imported/item _14.png-59e89214cae2fb0e3d2ece9b0cd4fac5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _14.png" +dest_files=["res://.godot/imported/item _14.png-59e89214cae2fb0e3d2ece9b0cd4fac5.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/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png new file mode 100644 index 0000000..eb498e0 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png.import new file mode 100644 index 0000000..b774be6 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _15.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://g8361wl4jtua" +path="res://.godot/imported/item _15.png-9ec034897942ab101623930a667f288f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _15.png" +dest_files=["res://.godot/imported/item _15.png-9ec034897942ab101623930a667f288f.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/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png new file mode 100644 index 0000000..761cc26 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png.import new file mode 100644 index 0000000..e2d05f7 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _16.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cym4h4qndqmxl" +path="res://.godot/imported/item _16.png-aa2874f032d6f143c8a75a224c556e4f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _16.png" +dest_files=["res://.godot/imported/item _16.png-aa2874f032d6f143c8a75a224c556e4f.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/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png new file mode 100644 index 0000000..9e360d6 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png.import new file mode 100644 index 0000000..7eb8a26 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _17.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cel2hojxm4fgj" +path="res://.godot/imported/item _17.png-f0741aebec3fb1a5b689464a20b1cf8b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _17.png" +dest_files=["res://.godot/imported/item _17.png-f0741aebec3fb1a5b689464a20b1cf8b.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/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png new file mode 100644 index 0000000..e1e8d00 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png.import new file mode 100644 index 0000000..08ca3d1 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _18.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d25lkqtbk80yh" +path="res://.godot/imported/item _18.png-c74b9b5b25215b21ea37db35d42778e1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _18.png" +dest_files=["res://.godot/imported/item _18.png-c74b9b5b25215b21ea37db35d42778e1.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/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png new file mode 100644 index 0000000..cf10e83 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png.import new file mode 100644 index 0000000..6309213 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _19.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ch5igk6o578xq" +path="res://.godot/imported/item _19.png-30c32649f8d3991ba7924b2cbc08a814.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _19.png" +dest_files=["res://.godot/imported/item _19.png-30c32649f8d3991ba7924b2cbc08a814.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/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png new file mode 100644 index 0000000..306012c --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png.import new file mode 100644 index 0000000..37cdc57 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _20.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ci41ruj125hk2" +path="res://.godot/imported/item _20.png-f5413ab8734287747b26c7e334df94c3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _20.png" +dest_files=["res://.godot/imported/item _20.png-f5413ab8734287747b26c7e334df94c3.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/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png new file mode 100644 index 0000000..d918a06 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png.import new file mode 100644 index 0000000..4cd1e27 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _21.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4fht0i1igi65" +path="res://.godot/imported/item _21.png-33578128e18316cf4c947c76cbd5f5a3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _21.png" +dest_files=["res://.godot/imported/item _21.png-33578128e18316cf4c947c76cbd5f5a3.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/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png new file mode 100644 index 0000000..5bd9abf --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png.import new file mode 100644 index 0000000..ba92455 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _22.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w4xe82qf68yv" +path="res://.godot/imported/item _22.png-78ecec5cf2072273f4107a04f562cd60.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _22.png" +dest_files=["res://.godot/imported/item _22.png-78ecec5cf2072273f4107a04f562cd60.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/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png new file mode 100644 index 0000000..c23d921 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png.import new file mode 100644 index 0000000..7197845 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _23.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgrroshvf4iyu" +path="res://.godot/imported/item _23.png-09177b303999af3c975de1676b18870c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _23.png" +dest_files=["res://.godot/imported/item _23.png-09177b303999af3c975de1676b18870c.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/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png new file mode 100644 index 0000000..3a7d573 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png.import new file mode 100644 index 0000000..8d6bf6e --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _24.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2x603ccjdune" +path="res://.godot/imported/item _24.png-1b131ea3875a0605b02eed6cf05992b9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _24.png" +dest_files=["res://.godot/imported/item _24.png-1b131ea3875a0605b02eed6cf05992b9.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/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png new file mode 100644 index 0000000..eb66a49 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png.import new file mode 100644 index 0000000..a4c1515 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _25.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4d5qwui0onqy" +path="res://.godot/imported/item _25.png-9588d797b2f3416cff9c2a70519c0914.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _25.png" +dest_files=["res://.godot/imported/item _25.png-9588d797b2f3416cff9c2a70519c0914.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/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png new file mode 100644 index 0000000..f4db5a9 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png.import new file mode 100644 index 0000000..bd72d13 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _26.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2w8ajdey37k8" +path="res://.godot/imported/item _26.png-9c581ebe658f9721bcd5e19815e8a3d8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _26.png" +dest_files=["res://.godot/imported/item _26.png-9c581ebe658f9721bcd5e19815e8a3d8.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/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png new file mode 100644 index 0000000..11878e7 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png.import new file mode 100644 index 0000000..dacc5a4 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _27.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bm7d41mlj0vpr" +path="res://.godot/imported/item _27.png-f26b60133487b0a299a0f1260adcb4b7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _27.png" +dest_files=["res://.godot/imported/item _27.png-f26b60133487b0a299a0f1260adcb4b7.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/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png new file mode 100644 index 0000000..f0551c9 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png.import new file mode 100644 index 0000000..692b818 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _28.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://celqblbytv02h" +path="res://.godot/imported/item _28.png-5ba0185f62f9876e470a3ac08931d8cd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _28.png" +dest_files=["res://.godot/imported/item _28.png-5ba0185f62f9876e470a3ac08931d8cd.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/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png new file mode 100644 index 0000000..1861e26 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png.import new file mode 100644 index 0000000..0b77292 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _29.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bladgqer80isa" +path="res://.godot/imported/item _29.png-aea8bf9e17e5c79d4155b75d85cfdd9b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _29.png" +dest_files=["res://.godot/imported/item _29.png-aea8bf9e17e5c79d4155b75d85cfdd9b.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/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png new file mode 100644 index 0000000..4a119ae --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png.import new file mode 100644 index 0000000..6bf9563 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _30.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1a5b1cjalju1" +path="res://.godot/imported/item _30.png-41e5ab177821d3306d31a1f51288e535.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _30.png" +dest_files=["res://.godot/imported/item _30.png-41e5ab177821d3306d31a1f51288e535.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/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png new file mode 100644 index 0000000..0b0bdb6 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png.import new file mode 100644 index 0000000..2d202ab --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _31.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c45ffwqrk708i" +path="res://.godot/imported/item _31.png-d8b0c368b1ef3dc7daacc3dc268ed96d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _31.png" +dest_files=["res://.godot/imported/item _31.png-d8b0c368b1ef3dc7daacc3dc268ed96d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png new file mode 100644 index 0000000..77b92b4 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png.import new file mode 100644 index 0000000..9c1d117 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _32.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dk7brgqh5v40l" +path="res://.godot/imported/item _32.png-d27f045d3e51c4a914815ffdc94fd0a7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _32.png" +dest_files=["res://.godot/imported/item _32.png-d27f045d3e51c4a914815ffdc94fd0a7.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/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png new file mode 100644 index 0000000..a8dfeea --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png.import new file mode 100644 index 0000000..a01483d --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _33.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dj1dkiyfr0h6g" +path="res://.godot/imported/item _33.png-613a83d8f37ebcf023edfd1db9619ed6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _33.png" +dest_files=["res://.godot/imported/item _33.png-613a83d8f37ebcf023edfd1db9619ed6.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/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png new file mode 100644 index 0000000..d576493 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png.import new file mode 100644 index 0000000..f8cb329 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _34.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgfcv6mbjbvdh" +path="res://.godot/imported/item _34.png-a88b23b9d4bfb6566db8517c7ca46376.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _34.png" +dest_files=["res://.godot/imported/item _34.png-a88b23b9d4bfb6566db8517c7ca46376.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/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png new file mode 100644 index 0000000..a4127b9 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png.import new file mode 100644 index 0000000..13a6d7e --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _35.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dba0dd16mb2hw" +path="res://.godot/imported/item _35.png-5466563719ec0d26d4d6eda9498e682d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _35.png" +dest_files=["res://.godot/imported/item _35.png-5466563719ec0d26d4d6eda9498e682d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png new file mode 100644 index 0000000..0f35245 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png.import new file mode 100644 index 0000000..a629907 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _36.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d3uyv5ubtig1n" +path="res://.godot/imported/item _36.png-ecf8822ea1419ef668b4ab51d891338e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _36.png" +dest_files=["res://.godot/imported/item _36.png-ecf8822ea1419ef668b4ab51d891338e.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/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png new file mode 100644 index 0000000..e1bb124 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png.import new file mode 100644 index 0000000..4b83bbd --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _37.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dm5n3jwsm6oyt" +path="res://.godot/imported/item _37.png-bfb6058c0d297a4da27fcdd9f45f0aaa.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _37.png" +dest_files=["res://.godot/imported/item _37.png-bfb6058c0d297a4da27fcdd9f45f0aaa.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/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png new file mode 100644 index 0000000..79ef567 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png.import new file mode 100644 index 0000000..1901a86 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _38.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cjmdxsbs3psey" +path="res://.godot/imported/item _38.png-7145436b32026e2c3936ea31e8a22340.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _38.png" +dest_files=["res://.godot/imported/item _38.png-7145436b32026e2c3936ea31e8a22340.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/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png new file mode 100644 index 0000000..7c77f53 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png.import new file mode 100644 index 0000000..1bd2a65 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _39.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yh4svr8mmvv7" +path="res://.godot/imported/item _39.png-afdde69868a1d44769cdfe75cb4c452d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _39.png" +dest_files=["res://.godot/imported/item _39.png-afdde69868a1d44769cdfe75cb4c452d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png new file mode 100644 index 0000000..b4a0c64 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png.import new file mode 100644 index 0000000..9fa921f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _40.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3i28fdi32sk2" +path="res://.godot/imported/item _40.png-bd5953035d5465126190710e417245da.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _40.png" +dest_files=["res://.godot/imported/item _40.png-bd5953035d5465126190710e417245da.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/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png new file mode 100644 index 0000000..8061a76 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png.import new file mode 100644 index 0000000..7151c03 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _41.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dh43y5yov0pbl" +path="res://.godot/imported/item _41.png-fcf589eec810732f878413ba2448ea2a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _41.png" +dest_files=["res://.godot/imported/item _41.png-fcf589eec810732f878413ba2448ea2a.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/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png new file mode 100644 index 0000000..169c6a2 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png.import new file mode 100644 index 0000000..5dd0035 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _42.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wi3vagrh6850" +path="res://.godot/imported/item _42.png-365b96d1eb9047fe755dc92744bd9720.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _42.png" +dest_files=["res://.godot/imported/item _42.png-365b96d1eb9047fe755dc92744bd9720.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/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png new file mode 100644 index 0000000..db69dec --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png.import new file mode 100644 index 0000000..d02e198 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _43.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1fhliuki0i7f" +path="res://.godot/imported/item _43.png-0e7bd4e33d6f7e17ad809442392ed9a2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _43.png" +dest_files=["res://.godot/imported/item _43.png-0e7bd4e33d6f7e17ad809442392ed9a2.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/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png new file mode 100644 index 0000000..52abe28 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png.import new file mode 100644 index 0000000..7a886c6 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _44.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cllma17114qtx" +path="res://.godot/imported/item _44.png-f41a38d11f921ddf67aa5ace87e10817.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _44.png" +dest_files=["res://.godot/imported/item _44.png-f41a38d11f921ddf67aa5ace87e10817.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/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png new file mode 100644 index 0000000..ac844c1 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png.import new file mode 100644 index 0000000..fc27377 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _45.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://y4c6tc3l5yh6" +path="res://.godot/imported/item _45.png-efc552acd3d34cc54cb18fbb8b59b541.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _45.png" +dest_files=["res://.godot/imported/item _45.png-efc552acd3d34cc54cb18fbb8b59b541.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/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png new file mode 100644 index 0000000..f80eced --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png.import new file mode 100644 index 0000000..9827e13 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _46.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1r1v8pg7y825" +path="res://.godot/imported/item _46.png-e7c266ece88218727b0117b7b883446d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _46.png" +dest_files=["res://.godot/imported/item _46.png-e7c266ece88218727b0117b7b883446d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png new file mode 100644 index 0000000..fc3dd93 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png.import new file mode 100644 index 0000000..f249f0d --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _47.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3vaisjnavna1" +path="res://.godot/imported/item _47.png-69d96640a65c1164bed07d97455a53c5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _47.png" +dest_files=["res://.godot/imported/item _47.png-69d96640a65c1164bed07d97455a53c5.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/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png new file mode 100644 index 0000000..363ca3e --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png.import new file mode 100644 index 0000000..7d52c22 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _48.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5e5tu0cwodd" +path="res://.godot/imported/item _48.png-f7cb6bf234b54283bd013a4d0b77e354.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _48.png" +dest_files=["res://.godot/imported/item _48.png-f7cb6bf234b54283bd013a4d0b77e354.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/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png new file mode 100644 index 0000000..9c0af1f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png.import new file mode 100644 index 0000000..f9fcf76 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _49.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drp0vrft5ki4e" +path="res://.godot/imported/item _49.png-c359a3d2132c68fbbe5efb3a0248704e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _49.png" +dest_files=["res://.godot/imported/item _49.png-c359a3d2132c68fbbe5efb3a0248704e.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/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png new file mode 100644 index 0000000..7f03cd4 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png.import new file mode 100644 index 0000000..53ce982 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _50.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://krbskiyvpoks" +path="res://.godot/imported/item _50.png-cf5ed03359306f094e764f625a35a02a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _50.png" +dest_files=["res://.godot/imported/item _50.png-cf5ed03359306f094e764f625a35a02a.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/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png new file mode 100644 index 0000000..7c7e0f9 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png.import new file mode 100644 index 0000000..5ea89e0 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _51.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dogompvh7rm3q" +path="res://.godot/imported/item _51.png-d26b209793f9bca206c49a31dd09323e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _51.png" +dest_files=["res://.godot/imported/item _51.png-d26b209793f9bca206c49a31dd09323e.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/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png new file mode 100644 index 0000000..fb7112c --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png.import new file mode 100644 index 0000000..8225ac3 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _52.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c81wuvekrdpkd" +path="res://.godot/imported/item _52.png-13d942dd2448e3d10c9b7938c8ad509d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _52.png" +dest_files=["res://.godot/imported/item _52.png-13d942dd2448e3d10c9b7938c8ad509d.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/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png new file mode 100644 index 0000000..c109aab --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png.import new file mode 100644 index 0000000..0f17746 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _53.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du3da1qfa8wsr" +path="res://.godot/imported/item _53.png-eacc060d17efc0745a612758a4cb1da5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _53.png" +dest_files=["res://.godot/imported/item _53.png-eacc060d17efc0745a612758a4cb1da5.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/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png new file mode 100644 index 0000000..bbd76dc --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png.import new file mode 100644 index 0000000..3ad39f8 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _54.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbuxe012k3pfu" +path="res://.godot/imported/item _54.png-171d46868896f9866c266f5704909519.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _54.png" +dest_files=["res://.godot/imported/item _54.png-171d46868896f9866c266f5704909519.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/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png new file mode 100644 index 0000000..d34f005 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png.import new file mode 100644 index 0000000..6500c19 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _55.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byjgmf7gf8yo4" +path="res://.godot/imported/item _55.png-e74c9de777694eb56de549caa5238510.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _55.png" +dest_files=["res://.godot/imported/item _55.png-e74c9de777694eb56de549caa5238510.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/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png new file mode 100644 index 0000000..44289ec --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png.import new file mode 100644 index 0000000..946cc3a --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _56.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://u3ri36urv8xn" +path="res://.godot/imported/item _56.png-b8cf2c4afeb2ee37405471519f7717d5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _56.png" +dest_files=["res://.godot/imported/item _56.png-b8cf2c4afeb2ee37405471519f7717d5.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/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png new file mode 100644 index 0000000..28b44f5 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png.import new file mode 100644 index 0000000..544afd2 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _57.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ce4byqcoo2n05" +path="res://.godot/imported/item _57.png-cb4edd9e15be3beeba7859dddb38f3bf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _57.png" +dest_files=["res://.godot/imported/item _57.png-cb4edd9e15be3beeba7859dddb38f3bf.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/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png new file mode 100644 index 0000000..3ea42ce --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png.import new file mode 100644 index 0000000..a346a4f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _58.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbj1cxx6ngdlw" +path="res://.godot/imported/item _58.png-842185d613dc64a95a5fdf521bf18edb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _58.png" +dest_files=["res://.godot/imported/item _58.png-842185d613dc64a95a5fdf521bf18edb.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/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png new file mode 100644 index 0000000..091a80f --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png.import new file mode 100644 index 0000000..5f59286 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _59.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5aieljuvuhld" +path="res://.godot/imported/item _59.png-5f9a25209efc5cf7c3460cc911656844.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _59.png" +dest_files=["res://.godot/imported/item _59.png-5f9a25209efc5cf7c3460cc911656844.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/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png b/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png new file mode 100644 index 0000000..4f3f3eb --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png.import b/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png.import new file mode 100644 index 0000000..758a6ff --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/item/hall/item _99.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu6n2e28yk2bp" +path="res://.godot/imported/item _99.png-1cc3b06e3b1684150e3ba3f3e9964ff9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/item/hall/item _99.png" +dest_files=["res://.godot/imported/item _99.png-1cc3b06e3b1684150e3ba3f3e9964ff9.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/DungeonShooting_Godot/resource/sprite/tile/HallBg.png b/DungeonShooting_Godot/resource/sprite/tile/HallBg.png new file mode 100644 index 0000000..d6e14ba --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/tile/HallBg.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/tile/HallBg.png.import b/DungeonShooting_Godot/resource/sprite/tile/HallBg.png.import new file mode 100644 index 0000000..c136d45 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/tile/HallBg.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2j5mkqm3uv6w" +path="res://.godot/imported/HallBg.png-3ed448dea47a30a480887941929dbfe0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/tile/HallBg.png" +dest_files=["res://.godot/imported/HallBg.png-3ed448dea47a30a480887941929dbfe0.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/DungeonShooting_Godot/resource/sprite/tile/HallGround.png b/DungeonShooting_Godot/resource/sprite/tile/HallGround.png new file mode 100644 index 0000000..15e5393 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/tile/HallGround.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/tile/HallGround.png.import b/DungeonShooting_Godot/resource/sprite/tile/HallGround.png.import new file mode 100644 index 0000000..ca0c116 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/tile/HallGround.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rqs2gc6ikrcx" +path="res://.godot/imported/HallGround.png-2873a7eb29764ca56ab60dacac63ab3f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/tile/HallGround.png" +dest_files=["res://.godot/imported/HallGround.png-2873a7eb29764ca56ab60dacac63ab3f.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/DungeonShooting_Godot/resource/tileset/HallTileset.tres b/DungeonShooting_Godot/resource/tileset/HallTileset.tres new file mode 100644 index 0000000..6b1155e --- /dev/null +++ b/DungeonShooting_Godot/resource/tileset/HallTileset.tres @@ -0,0 +1,140 @@ +[gd_resource type="TileSet" load_steps=3 format=3 uid="uid://db76iwmblenk8"] + +[ext_resource type="Texture2D" uid="uid://rqs2gc6ikrcx" path="res://resource/sprite/tile/HallGround.png" id="1_vwr2k"] + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_7e1ow"] +texture = ExtResource("1_vwr2k") +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +0:2/0 = 0 +0:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:2/0/physics_layer_0/angular_velocity = 0.0 +1:2/0 = 0 +1:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:2/0/physics_layer_0/angular_velocity = 0.0 +2:2/0 = 0 +2:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:2/0/physics_layer_0/angular_velocity = 0.0 +3:2/0 = 0 +3:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:2/0/physics_layer_0/angular_velocity = 0.0 +4:2/0 = 0 +4:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:2/0/physics_layer_0/angular_velocity = 0.0 +5:2/0 = 0 +5:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +5:2/0/physics_layer_0/angular_velocity = 0.0 +5:2/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +6:2/0 = 0 +6:2/0/physics_layer_0/linear_velocity = Vector2(0, 0) +6:2/0/physics_layer_0/angular_velocity = 0.0 +6:2/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +0:3/0 = 0 +0:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:3/0/physics_layer_0/angular_velocity = 0.0 +0:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +1:3/0 = 0 +1:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:3/0/physics_layer_0/angular_velocity = 0.0 +1:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +2:3/0 = 0 +2:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:3/0/physics_layer_0/angular_velocity = 0.0 +2:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +3:3/0 = 0 +3:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:3/0/physics_layer_0/angular_velocity = 0.0 +3:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +4:3/0 = 0 +4:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:3/0/physics_layer_0/angular_velocity = 0.0 +4:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +5:3/0 = 0 +5:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +5:3/0/physics_layer_0/angular_velocity = 0.0 +5:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +6:3/0 = 0 +6:3/0/physics_layer_0/linear_velocity = Vector2(0, 0) +6:3/0/physics_layer_0/angular_velocity = 0.0 +6:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +0:4/0 = 0 +0:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:4/0/physics_layer_0/angular_velocity = 0.0 +0:4/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +1:4/0 = 0 +1:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:4/0/physics_layer_0/angular_velocity = 0.0 +1:4/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +2:4/0 = 0 +2:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:4/0/physics_layer_0/angular_velocity = 0.0 +2:4/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) +3:4/0 = 0 +3:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:4/0/physics_layer_0/angular_velocity = 0.0 +4:4/0 = 0 +4:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +4:4/0/physics_layer_0/angular_velocity = 0.0 +5:4/0 = 0 +5:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +5:4/0/physics_layer_0/angular_velocity = 0.0 +6:4/0 = 0 +6:4/0/physics_layer_0/linear_velocity = Vector2(0, 0) +6:4/0/physics_layer_0/angular_velocity = 0.0 +0:5/0 = 0 +0:5/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:5/0/physics_layer_0/angular_velocity = 0.0 +1:5/0 = 0 +1:5/0/physics_layer_0/linear_velocity = Vector2(0, 0) +1:5/0/physics_layer_0/angular_velocity = 0.0 +2:5/0 = 0 +2:5/0/physics_layer_0/linear_velocity = Vector2(0, 0) +2:5/0/physics_layer_0/angular_velocity = 0.0 +3:5/0 = 0 +3:5/0/physics_layer_0/linear_velocity = Vector2(0, 0) +3:5/0/physics_layer_0/angular_velocity = 0.0 + +[resource] +physics_layer_0/collision_layer = 1 +physics_layer_0/collision_mask = 0 +sources/0 = SubResource("TileSetAtlasSource_7e1ow") diff --git a/DungeonShooting_Godot/scene/Hall.tscn b/DungeonShooting_Godot/scene/Hall.tscn index 30dfa28..d81edd9 100644 --- a/DungeonShooting_Godot/scene/Hall.tscn +++ b/DungeonShooting_Godot/scene/Hall.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=11 format=3 uid="uid://c2hynqudkykxl"] +[gd_scene load_steps=12 format=3 uid="uid://c2hynqudkykxl"] [ext_resource type="PackedScene" path="res://scene/Dungeon.tscn" id="1_31od0"] [ext_resource type="Script" path="res://src/game/hall/Hall.cs" id="2_43fdu"] -[ext_resource type="Texture2D" uid="uid://b2j5mkqm3uv6w" path="res://resource/sprite/hall/HallBg.png" id="3_p8v6p"] +[ext_resource type="Texture2D" uid="uid://b2j5mkqm3uv6w" path="res://resource/sprite/tile/HallBg.png" id="3_0g5wq"] [ext_resource type="Script" path="res://src/game/hall/DungeonEntrance.cs" id="3_t3my6"] [ext_resource type="Script" path="res://src/framework/activity/ActivityInstance.cs" id="5_lowqi"] +[ext_resource type="TileSet" uid="uid://db76iwmblenk8" path="res://resource/tileset/HallTileset.tres" id="6_xwnih"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_ru8u4"] size = Vector2(66, 32) @@ -28,14 +29,20 @@ metadata/_edit_horizontal_guides_ = [666.0, -210.0] [node name="HallBg" type="Sprite2D" parent="." index="1"] +visible = false z_index = -5 -texture = ExtResource("3_p8v6p") +texture = ExtResource("3_0g5wq") centered = false -[node name="BirthMark" type="Marker2D" parent="." index="2"] +[node name="TileRoot" parent="." index="2"] +tile_set = ExtResource("6_xwnih") +layer_0/z_index = -5 +layer_0/tile_data = PackedInt32Array(851968, 0, 0, 917504, 0, 0, 983040, 0, 0, 1048576, 0, 0, 1114112, 0, 0, 1179648, 0, 0, 1245184, 0, 0, 1310720, 0, 0, 1376256, 0, 0, 1441792, 0, 0, 1507328, 0, 0, 1572864, 0, 0, 1638400, 0, 0, 1703936, 0, 0, 1769472, 0, 0, 851969, 0, 0, 917505, 0, 0, 983041, 0, 0, 1048577, 0, 0, 1114113, 0, 0, 1179649, 0, 0, 1245185, 0, 0, 1310721, 0, 0, 1376257, 0, 0, 1441793, 0, 0, 1507329, 0, 0, 1572865, 0, 0, 1638401, 0, 0, 1703937, 0, 0, 1769473, 0, 0, 851970, 0, 0, 917506, 0, 0, 983042, 0, 0, 1048578, 0, 0, 1114114, 0, 0, 1179650, 0, 0, 1245186, 0, 0, 1310722, 0, 0, 1376258, 0, 0, 1441794, 0, 0, 1507330, 0, 0, 1572866, 0, 0, 1638402, 0, 0, 1703938, 0, 0, 1769474, 0, 0, 851971, 0, 0, 917507, 0, 0, 983043, 0, 0, 1048579, 0, 0, 1114115, 0, 0, 1179651, 0, 0, 1245187, 0, 0, 1310723, 0, 0, 1376259, 0, 0, 1441795, 0, 0, 1507331, 0, 0, 1572867, 0, 0, 1638403, 0, 0, 1703939, 0, 0, 1769475, 0, 0, 851972, 0, 0, 917508, 0, 0, 983044, 0, 0, 1048580, 0, 0, 1114116, 0, 0, 1179652, 0, 0, 1245188, 0, 0, 1310724, 0, 0, 1376260, 0, 0, 1441796, 0, 0, 1507332, 0, 0, 1572868, 0, 0, 1638404, 0, 0, 1703940, 0, 0, 1769476, 0, 0, 851973, 0, 0, 917509, 0, 0, 983045, 0, 0, 1048581, 0, 0, 1114117, 0, 0, 1179653, 0, 0, 1245189, 0, 0, 1310725, 0, 0, 1376261, 0, 0, 1441797, 0, 0, 1507333, 0, 0, 1572869, 0, 0, 1638405, 0, 0, 1703941, 0, 0, 1769477, 0, 0, 851974, 0, 0, 917510, 0, 0, 983046, 0, 0, 1048582, 0, 0, 1114118, 0, 0, 1179654, 0, 0, 1245190, 0, 0, 1310726, 0, 0, 1376262, 0, 0, 1441798, 0, 0, 1507334, 0, 0, 1572870, 0, 0, 1638406, 0, 0, 1703942, 0, 0, 1769478, 0, 0, 851975, 0, 0, 917511, 0, 0, 983047, 0, 0, 1048583, 0, 0, 1114119, 0, 0, 1179655, 0, 0, 1245191, 0, 0, 1310727, 0, 0, 1376263, 0, 0, 1441799, 0, 0, 1507335, 0, 0, 1572871, 0, 0, 1638407, 0, 0, 1703943, 0, 0, 1769479, 0, 0, 851976, 0, 0, 917512, 0, 0, 983048, 0, 0, 1048584, 0, 0, 1114120, 0, 0, 1179656, 0, 0, 1245192, 0, 0, 1310728, 0, 0, 1376264, 0, 0, 1441800, 0, 0, 1507336, 0, 0, 1572872, 0, 0, 1638408, 0, 0, 1703944, 0, 0, 1769480, 0, 0, 851977, 0, 0, 917513, 0, 0, 983049, 0, 0, 1048585, 0, 0, 1114121, 0, 0, 1179657, 0, 0, 1245193, 0, 0, 1310729, 0, 0, 1376265, 0, 0, 1441801, 0, 0, 1507337, 0, 0, 1572873, 0, 0, 1638409, 0, 0, 1703945, 0, 0, 1769481, 0, 0, 851978, 0, 0, 917514, 0, 0, 983050, 0, 0, 1048586, 0, 0, 1114122, 0, 0, 1179658, 0, 0, 1245194, 0, 0, 1310730, 0, 0, 1376266, 0, 0, 1441802, 0, 0, 1507338, 0, 0, 1572874, 0, 0, 1638410, 0, 0, 1703946, 0, 0, 1769482, 0, 0, 851979, 0, 0, 917515, 0, 0, 983051, 0, 0, 1048587, 0, 0, 1114123, 0, 0, 1179659, 0, 0, 1245195, 0, 0, 1310731, 0, 0, 1376267, 0, 0, 1441803, 0, 0, 1507339, 0, 0, 1572875, 0, 0, 1638411, 0, 0, 1703947, 0, 0, 1769483, 0, 0, 851980, 0, 0, 917516, 0, 0, 983052, 0, 0, 1048588, 0, 0, 1114124, 0, 0, 1179660, 0, 0, 1245196, 0, 0, 1310732, 0, 0, 1376268, 0, 0, 1441804, 0, 0, 1507340, 0, 0, 1572876, 0, 0, 1638412, 0, 0, 1703948, 0, 0, 1769484, 0, 0, 851981, 0, 0, 917517, 0, 0, 983053, 0, 0, 1048589, 0, 0, 1114125, 0, 0, 1179661, 0, 0, 1245197, 0, 0, 1310733, 0, 0, 1376269, 0, 0, 1441805, 0, 0, 1507341, 0, 0, 1572877, 0, 0, 1638413, 0, 0, 1703949, 0, 0, 1769485, 0, 0, 851982, 0, 0, 917518, 0, 0, 983054, 0, 0, 1048590, 0, 0, 1114126, 0, 0, 1179662, 0, 0, 1245198, 0, 0, 1310734, 0, 0, 1376270, 0, 0, 1441806, 0, 0, 1507342, 0, 0, 1572878, 0, 0, 1638414, 0, 0, 1703950, 0, 0, 1769486, 0, 0, 851983, 0, 0, 917519, 0, 0, 983055, 0, 0, 1048591, 0, 0, 1114127, 0, 0, 1179663, 0, 0, 1245199, 0, 0, 1310735, 0, 0, 1376271, 0, 0, 1441807, 0, 0, 1507343, 0, 0, 1572879, 0, 0, 1638415, 0, 0, 1703951, 0, 0, 1769487, 0, 0, 851984, 0, 0, 917520, 0, 0, 983056, 0, 0, 1048592, 0, 0, 1114128, 0, 0, 1179664, 0, 0, 1245200, 0, 0, 1310736, 0, 0, 1376272, 0, 0, 1441808, 0, 0, 1507344, 0, 0, 1572880, 0, 0, 1638416, 0, 0, 1703952, 0, 0, 1769488, 0, 0, 851985, 0, 0, 917521, 0, 0, 983057, 0, 0, 1048593, 0, 0, 1114129, 0, 0, 1179665, 0, 0, 1245201, 0, 0, 1310737, 0, 0, 1376273, 0, 0, 1441809, 0, 0, 1507345, 0, 0, 1572881, 0, 0, 1638417, 0, 0, 1703953, 0, 0, 1769489, 0, 0, 851986, 0, 0, 917522, 0, 0, 983058, 0, 0, 1048594, 0, 0, 1114130, 0, 0, 1179666, 0, 0, 1245202, 0, 0, 1310738, 0, 0, 1376274, 0, 0, 1441810, 0, 0, 1507346, 0, 0, 1572882, 0, 0, 1638418, 0, 0, 1703954, 0, 0, 1769490, 0, 0, 0, 327680, 2, 65536, 327680, 2, 131072, 327680, 2, 196608, 327680, 2, 262144, 327680, 2, 327680, 327680, 2, 393216, 327680, 2, 458752, 327680, 2, 524288, 327680, 2, 589824, 327680, 2, 655360, 327680, 2, 720896, 327680, 2, 786432, 327680, 2, 1, 327680, 2, 65537, 327680, 2, 131073, 327680, 2, 196609, 327680, 2, 262145, 327680, 2, 327681, 327680, 2, 393217, 327680, 2, 458753, 327680, 2, 524289, 327680, 2, 589825, 327680, 2, 655361, 327680, 2, 720897, 327680, 2, 786433, 327680, 2, 2, 327680, 2, 65538, 327680, 2, 131074, 327680, 2, 196610, 327680, 2, 262146, 327680, 2, 327682, 327680, 2, 393218, 327680, 2, 458754, 327680, 2, 524290, 327680, 2, 589826, 327680, 2, 655362, 327680, 2, 720898, 327680, 2, 786434, 327680, 2, 3, 327680, 2, 65539, 327680, 2, 131075, 327680, 2, 196611, 327680, 2, 262147, 327680, 2, 327683, 327680, 2, 393219, 327680, 2, 458755, 327680, 2, 524291, 327680, 2, 589827, 327680, 2, 655363, 327680, 2, 720899, 327680, 2, 786435, 327680, 2, 4, 327680, 2, 65540, 327680, 2, 131076, 327680, 2, 196612, 327680, 2, 262148, 327680, 2, 327684, 327680, 2, 393220, 327680, 2, 458756, 327680, 2, 524292, 327680, 2, 589828, 327680, 2, 655364, 327680, 2, 720900, 327680, 2, 786436, 327680, 2, 5, 327680, 2, 65541, 327680, 2, 131077, 327680, 2, 196613, 327680, 2, 262149, 327680, 2, 327685, 327680, 2, 393221, 327680, 2, 458757, 327680, 2, 524293, 327680, 2, 589829, 327680, 2, 655365, 327680, 2, 720901, 327680, 2, 786437, 327680, 2, 6, 327680, 2, 65542, 327680, 2, 131078, 327680, 2, 196614, 327680, 2, 262150, 327680, 2, 327686, 327680, 2, 393222, 327680, 2, 458758, 327680, 2, 524294, 327680, 2, 589830, 327680, 2, 655366, 327680, 2, 720902, 327680, 2, 786438, 327680, 2, 7, 327680, 2, 65543, 327680, 2, 131079, 327680, 2, 196615, 327680, 2, 262151, 327680, 2, 327687, 327680, 2, 393223, 327680, 2, 458759, 327680, 2, 524295, 327680, 2, 589831, 327680, 2, 655367, 327680, 2, 720903, 327680, 2, 786439, 327680, 2, 8, 327680, 2, 65544, 327680, 2, 131080, 327680, 2, 196616, 327680, 2, 262152, 327680, 2, 327688, 327680, 2, 393224, 327680, 2, 458760, 327680, 2, 524296, 327680, 2, 589832, 327680, 2, 655368, 327680, 2, 720904, 327680, 2, 786440, 327680, 2, 9, 327680, 2, 65545, 327680, 2, 131081, 327680, 2, 196617, 327680, 2, 262153, 327680, 2, 327689, 327680, 2, 393225, 327680, 2, 458761, 327680, 2, 524297, 327680, 2, 589833, 327680, 2, 655369, 327680, 2, 720905, 327680, 2, 786441, 327680, 2, 10, 327680, 2, 65546, 327680, 2, 131082, 327680, 2, 196618, 327680, 2, 262154, 327680, 2, 327690, 327680, 2, 393226, 327680, 2, 458762, 327680, 2, 524298, 327680, 2, 589834, 327680, 2, 655370, 327680, 2, 720906, 327680, 2, 786442, 327680, 2, 11, 327680, 2, 65547, 327680, 2, 131083, 327680, 2, 196619, 327680, 2, 262155, 327680, 2, 327691, 327680, 2, 393227, 327680, 2, 458763, 327680, 2, 524299, 327680, 2, 589835, 327680, 2, 655371, 327680, 2, 720907, 327680, 2, 786443, 327680, 2, 12, 327680, 2, 65548, 327680, 2, 131084, 327680, 2, 196620, 327680, 2, 262156, 327680, 2, 327692, 327680, 2, 393228, 327680, 2, 458764, 327680, 2, 524300, 327680, 2, 589836, 327680, 2, 655372, 327680, 2, 720908, 327680, 2, 786444, 327680, 2, 13, 327680, 2, 65549, 327680, 2, 131085, 327680, 2, 196621, 327680, 2, 262157, 327680, 2, 327693, 327680, 2, 393229, 327680, 2, 458765, 327680, 2, 524301, 327680, 2, 589837, 327680, 2, 655373, 327680, 2, 720909, 327680, 2, 786445, 327680, 2, 14, 327680, 2, 65550, 327680, 2, 131086, 327680, 2, 196622, 327680, 2, 262158, 327680, 2, 327694, 327680, 2, 393230, 327680, 2, 458766, 327680, 2, 524302, 327680, 2, 589838, 327680, 2, 655374, 327680, 2, 720910, 327680, 2, 786446, 327680, 2, 15, 327680, 2, 65551, 327680, 2, 131087, 327680, 2, 196623, 327680, 2, 262159, 327680, 2, 327695, 327680, 2, 393231, 327680, 2, 458767, 327680, 2, 524303, 327680, 2, 589839, 327680, 2, 655375, 327680, 2, 720911, 327680, 2, 786447, 327680, 2, 16, 327680, 2, 65552, 327680, 2, 131088, 327680, 2, 196624, 327680, 2, 262160, 327680, 2, 327696, 327680, 2, 393232, 327680, 2, 458768, 327680, 2, 524304, 327680, 2, 589840, 327680, 2, 655376, 327680, 2, 720912, 327680, 2, 786448, 327680, 2, 17, 327680, 2, 65553, 327680, 2, 131089, 327680, 2, 196625, 327680, 2, 262161, 327680, 2, 327697, 327680, 2, 393233, 327680, 2, 458769, 327680, 2, 524305, 327680, 2, 589841, 327680, 2, 655377, 327680, 2, 720913, 327680, 2, 786449, 327680, 2, 18, 327680, 2, 65554, 327680, 2, 131090, 327680, 2, 196626, 327680, 2, 262162, 327680, 2, 327698, 327680, 2, 393234, 327680, 2, 458770, 327680, 2, 524306, 327680, 2, 589842, 327680, 2, 655378, 327680, 2, 720914, 327680, 2, 786450, 327680, 2, 19, 327680, 2, 65555, 327680, 2, 131091, 327680, 2, 196627, 327680, 2, 262163, 327680, 2, 327699, 327680, 2, 393235, 327680, 2, 458771, 327680, 2, 524307, 327680, 2, 589843, 327680, 2, 655379, 327680, 2, 720915, 327680, 2, 786451, 327680, 2, 20, 327680, 2, 65556, 327680, 2, 131092, 327680, 2, 196628, 327680, 2, 262164, 327680, 2, 327700, 327680, 2, 393236, 327680, 2, 458772, 327680, 2, 524308, 327680, 2, 589844, 327680, 2, 655380, 327680, 2, 720916, 327680, 2, 786452, 327680, 2, 21, 327680, 2, 65557, 327680, 2, 131093, 327680, 2, 196629, 327680, 2, 262165, 327680, 2, 327701, 327680, 2, 393237, 327680, 2, 458773, 327680, 2, 524309, 327680, 2, 589845, 327680, 2, 655381, 327680, 2, 720917, 327680, 2, 786453, 327680, 2, 22, 327680, 2, 65558, 327680, 2, 131094, 327680, 2, 196630, 327680, 2, 262166, 327680, 2, 327702, 327680, 2, 393238, 327680, 2, 458774, 327680, 2, 524310, 327680, 2, 589846, 327680, 2, 655382, 327680, 2, 720918, 327680, 2, 786454, 327680, 2, 23, 327680, 2, 65559, 327680, 2, 131095, 327680, 2, 196631, 327680, 2, 262167, 327680, 2, 327703, 327680, 2, 393239, 327680, 2, 458775, 327680, 2, 524311, 327680, 2, 589847, 327680, 2, 655383, 327680, 2, 720919, 327680, 2, 786455, 327680, 2, 24, 327680, 2, 65560, 327680, 2, 131096, 327680, 2, 196632, 327680, 2, 262168, 327680, 2, 327704, 327680, 2, 393240, 327680, 2, 458776, 327680, 2, 524312, 327680, 2, 589848, 327680, 2, 655384, 327680, 2, 720920, 327680, 2, 786456, 327680, 2, 25, 327680, 2, 65561, 327680, 2, 131097, 327680, 2, 196633, 327680, 2, 262169, 327680, 2, 327705, 327680, 2, 393241, 327680, 2, 458777, 327680, 2, 524313, 327680, 2, 589849, 327680, 2, 655385, 327680, 2, 720921, 327680, 2, 786457, 327680, 2, 26, 327680, 2, 65562, 327680, 2, 131098, 327680, 2, 196634, 327680, 2, 262170, 327680, 2, 327706, 327680, 2, 393242, 327680, 2, 458778, 327680, 2, 524314, 327680, 2, 589850, 327680, 2, 655386, 327680, 2, 720922, 327680, 2, 786458, 327680, 2, 27, 327680, 2, 65563, 327680, 2, 131099, 327680, 2, 196635, 327680, 2, 262171, 327680, 2, 327707, 327680, 2, 393243, 327680, 2, 458779, 327680, 2, 524315, 327680, 2, 589851, 327680, 2, 655387, 327680, 2, 720923, 327680, 2, 786459, 327680, 2, 28, 327680, 2, 65564, 327680, 2, 131100, 327680, 2, 196636, 327680, 2, 262172, 327680, 2, 327708, 327680, 2, 393244, 327680, 2, 458780, 327680, 2, 524316, 327680, 2, 589852, 327680, 2, 655388, 327680, 2, 720924, 327680, 2, 786460, 327680, 2, 29, 327680, 2, 65565, 327680, 2, 131101, 327680, 2, 196637, 327680, 2, 262173, 327680, 2, 327709, 327680, 2, 393245, 327680, 2, 458781, 327680, 2, 524317, 327680, 2, 589853, 327680, 2, 655389, 327680, 2, 720925, 327680, 2, 786461, 327680, 2, 30, 327680, 2, 65566, 327680, 2, 131102, 327680, 2, 196638, 327680, 2, 262174, 327680, 2, 327710, 327680, 2, 393246, 327680, 2, 458782, 327680, 2, 524318, 327680, 2, 589854, 327680, 2, 655390, 327680, 2, 720926, 327680, 2, 786462, 327680, 2, 31, 327680, 2, 65567, 327680, 2, 131103, 327680, 2, 196639, 327680, 2, 262175, 327680, 2, 327711, 327680, 2, 393247, 327680, 2, 458783, 327680, 2, 524319, 327680, 2, 589855, 327680, 2, 655391, 327680, 2, 720927, 327680, 2, 786463, 327680, 2, 32, 327680, 2, 65568, 327680, 2, 131104, 327680, 2, 196640, 327680, 2, 262176, 327680, 2, 327712, 327680, 2, 393248, 327680, 2, 458784, 327680, 2, 524320, 327680, 2, 589856, 327680, 2, 655392, 327680, 2, 720928, 327680, 2, 786464, 327680, 2, 33, 327680, 2, 65569, 327680, 2, 131105, 327680, 2, 196641, 327680, 2, 262177, 327680, 2, 327713, 327680, 2, 393249, 327680, 2, 458785, 327680, 2, 524321, 327680, 2, 589857, 327680, 2, 655393, 327680, 2, 720929, 327680, 2, 786465, 327680, 2, 34, 327680, 2, 65570, 327680, 2, 131106, 327680, 2, 196642, 327680, 2, 262178, 327680, 2, 327714, 327680, 2, 393250, 327680, 2, 458786, 327680, 2, 524322, 327680, 2, 589858, 327680, 2, 655394, 327680, 2, 720930, 327680, 2, 786466, 327680, 2, 35, 327680, 2, 65571, 327680, 2, 131107, 327680, 2, 196643, 327680, 2, 262179, 327680, 2, 327715, 327680, 2, 393251, 327680, 2, 458787, 327680, 2, 524323, 327680, 2, 589859, 327680, 2, 655395, 327680, 2, 720931, 327680, 2, 786467, 327680, 2, 36, 327680, 2, 65572, 327680, 2, 131108, 327680, 2, 196644, 327680, 2, 262180, 327680, 2, 327716, 327680, 2, 393252, 327680, 2, 458788, 327680, 2, 524324, 327680, 2, 589860, 327680, 2, 655396, 327680, 2, 720932, 327680, 2, 786468, 327680, 2, 37, 327680, 2, 65573, 327680, 2, 131109, 327680, 2, 196645, 327680, 2, 262181, 327680, 2, 327717, 327680, 2, 393253, 327680, 2, 458789, 327680, 2, 524325, 327680, 2, 589861, 327680, 2, 655397, 327680, 2, 720933, 327680, 2, 786469, 327680, 2, 38, 327680, 2, 65574, 327680, 2, 131110, 327680, 2, 196646, 327680, 2, 262182, 327680, 2, 327718, 327680, 2, 393254, 327680, 2, 458790, 327680, 2, 524326, 327680, 2, 589862, 327680, 2, 655398, 327680, 2, 720934, 327680, 2, 786470, 327680, 2, 39, 327680, 2, 65575, 327680, 2, 131111, 327680, 2, 196647, 327680, 2, 262183, 327680, 2, 327719, 327680, 2, 393255, 327680, 2, 458791, 327680, 2, 524327, 327680, 2, 589863, 327680, 2, 655399, 327680, 2, 720935, 327680, 2, 786471, 327680, 2, 40, 327680, 2, 65576, 327680, 2, 131112, 327680, 2, 196648, 327680, 2, 262184, 327680, 2, 327720, 327680, 2, 393256, 327680, 2, 458792, 327680, 2, 524328, 327680, 2, 589864, 327680, 2, 655400, 327680, 2, 720936, 327680, 2, 786472, 327680, 2, 41, 327680, 2, 65577, 327680, 2, 131113, 327680, 2, 196649, 327680, 2, 262185, 327680, 2, 327721, 327680, 2, 393257, 327680, 2, 458793, 327680, 2, 524329, 327680, 2, 589865, 327680, 2, 655401, 327680, 2, 720937, 327680, 2, 786473, 327680, 2, 42, 327680, 2, 65578, 327680, 2, 131114, 327680, 2, 196650, 327680, 2, 262186, 327680, 2, 327722, 327680, 2, 393258, 327680, 2, 458794, 327680, 2, 524330, 327680, 2, 589866, 327680, 2, 655402, 327680, 2, 720938, 327680, 2, 786474, 327680, 2, 43, 327680, 2, 65579, 327680, 2, 131115, 327680, 2, 196651, 327680, 2, 262187, 327680, 2, 327723, 327680, 2, 393259, 327680, 2, 458795, 327680, 2, 524331, 327680, 2, 589867, 327680, 2, 655403, 327680, 2, 720939, 327680, 2, 786475, 327680, 2, 44, 327680, 2, 65580, 327680, 2, 131116, 327680, 2, 196652, 327680, 2, 262188, 327680, 2, 327724, 327680, 2, 393260, 327680, 2, 458796, 327680, 2, 524332, 327680, 2, 589868, 327680, 2, 655404, 327680, 2, 720940, 327680, 2, 786476, 327680, 2, 45, 327680, 2, 65581, 327680, 2, 131117, 327680, 2, 196653, 327680, 2, 262189, 327680, 2, 327725, 327680, 2, 393261, 327680, 2, 458797, 327680, 2, 524333, 327680, 2, 589869, 327680, 2, 655405, 327680, 2, 720941, 327680, 2, 786477, 327680, 2, 46, 327680, 2, 65582, 327680, 2, 131118, 327680, 2, 196654, 327680, 2, 262190, 327680, 2, 327726, 327680, 2, 393262, 327680, 2, 458798, 327680, 2, 524334, 327680, 2, 589870, 327680, 2, 655406, 327680, 2, 720942, 327680, 2, 786478, 327680, 2, 47, 327680, 2, 65583, 327680, 2, 131119, 327680, 2, 196655, 327680, 2, 262191, 327680, 2, 327727, 327680, 2, 393263, 327680, 2, 458799, 327680, 2, 524335, 327680, 2, 589871, 327680, 2, 655407, 327680, 2, 720943, 327680, 2, 786479, 327680, 2, 48, 327680, 2, 65584, 327680, 2, 131120, 327680, 2, 196656, 327680, 2, 262192, 327680, 2, 327728, 327680, 2, 393264, 327680, 2, 458800, 327680, 2, 524336, 327680, 2, 589872, 327680, 2, 655408, 327680, 2, 720944, 327680, 2, 786480, 327680, 2, 49, 327680, 2, 65585, 327680, 2, 131121, 327680, 2, 196657, 327680, 2, 262193, 327680, 2, 327729, 327680, 2, 393265, 327680, 2, 458801, 327680, 2, 524337, 327680, 2, 589873, 327680, 2, 655409, 327680, 2, 720945, 327680, 2, 50, 327680, 2, 65586, 327680, 2, 131122, 327680, 2, 196658, 327680, 2, 262194, 327680, 2, 327730, 327680, 2, 393266, 327680, 2, 458802, 327680, 2, 524338, 327680, 2, 589874, 327680, 2, 655410, 327680, 2, 720946, 327680, 2, 51, 327680, 2, 65587, 327680, 2, 131123, 327680, 2, 196659, 327680, 2, 262195, 327680, 2, 327731, 327680, 2, 393267, 327680, 2, 458803, 327680, 2, 524339, 327680, 2, 589875, 327680, 2, 655411, 327680, 2, 720947, 327680, 2, 52, 327680, 2, 65588, 327680, 2, 131124, 327680, 2, 196660, 327680, 2, 262196, 327680, 2, 327732, 327680, 2, 393268, 327680, 2, 458804, 327680, 2, 524340, 327680, 2, 589876, 327680, 2, 655412, 327680, 2, 720948, 327680, 2, 53, 327680, 2, 65589, 327680, 2, 131125, 327680, 2, 196661, 327680, 2, 262197, 327680, 2, 327733, 327680, 2, 393269, 327680, 2, 458805, 327680, 2, 524341, 327680, 2, 589877, 327680, 2, 655413, 327680, 2, 720949, 327680, 2, 54, 327680, 2, 65590, 327680, 2, 131126, 327680, 2, 196662, 327680, 2, 262198, 327680, 2, 327734, 327680, 2, 393270, 327680, 2, 458806, 327680, 2, 524342, 327680, 2, 589878, 327680, 2, 655414, 327680, 2, 720950, 327680, 2, 55, 327680, 2, 65591, 327680, 2, 131127, 327680, 2, 196663, 327680, 2, 262199, 327680, 2, 327735, 327680, 2, 393271, 327680, 2, 458807, 327680, 2, 524343, 327680, 2, 589879, 327680, 2, 655415, 327680, 2, 720951, 327680, 2, 56, 327680, 2, 65592, 327680, 2, 131128, 327680, 2, 196664, 327680, 2, 262200, 327680, 2, 327736, 327680, 2, 393272, 327680, 2, 458808, 327680, 2, 524344, 327680, 2, 589880, 327680, 2, 655416, 327680, 2, 720952, 327680, 2, 57, 327680, 2, 65593, 327680, 2, 131129, 327680, 2, 196665, 327680, 2, 262201, 327680, 2, 327737, 327680, 2, 393273, 327680, 2, 458809, 327680, 2, 524345, 327680, 2, 589881, 327680, 2, 655417, 327680, 2, 720953, 327680, 2, 58, 327680, 2, 65594, 327680, 2, 131130, 327680, 2, 196666, 327680, 2, 262202, 327680, 2, 327738, 327680, 2, 393274, 327680, 2, 458810, 327680, 2, 524346, 327680, 2, 589882, 327680, 2, 655418, 327680, 2, 720954, 327680, 2, 59, 327680, 2, 65595, 327680, 2, 131131, 327680, 2, 196667, 327680, 2, 262203, 327680, 2, 327739, 327680, 2, 393275, 327680, 2, 458811, 327680, 2, 524347, 327680, 2, 589883, 327680, 2, 655419, 327680, 2, 720955, 327680, 2, 60, 327680, 2, 65596, 327680, 2, 131132, 327680, 2, 196668, 327680, 2, 262204, 327680, 2, 327740, 327680, 2, 393276, 327680, 2, 458812, 327680, 2, 524348, 327680, 2, 589884, 327680, 2, 655420, 327680, 2, 720956, 327680, 2, 61, 327680, 2, 65597, 327680, 2, 131133, 327680, 2, 196669, 327680, 2, 262205, 327680, 2, 327741, 327680, 2, 393277, 327680, 2, 458813, 327680, 2, 524349, 327680, 2, 589885, 327680, 2, 655421, 327680, 2, 720957, 327680, 2, 62, 327680, 2, 65598, 327680, 2, 131134, 327680, 2, 196670, 327680, 2, 262206, 327680, 2, 327742, 327680, 2, 393278, 327680, 2, 458814, 327680, 2, 524350, 327680, 2, 589886, 327680, 2, 655422, 327680, 2, 720958, 327680, 2, 63, 327680, 2, 65599, 327680, 2, 131135, 327680, 2, 196671, 327680, 2, 262207, 327680, 2, 327743, 327680, 2, 393279, 327680, 2, 458815, 327680, 2, 524351, 327680, 2, 589887, 327680, 2, 655423, 327680, 2, 720959, 327680, 2, 786481, 327680, 2, 786482, 327680, 2, 786483, 327680, 2, 786484, 327680, 2, 786485, 327680, 2, 786486, 327680, 2, 786487, 327680, 2, 786488, 327680, 2, 786489, 327680, 2, 786490, 327680, 2, 786491, 327680, 2, 786492, 327680, 2, 786493, 327680, 2, 786494, 327680, 2, 786495, 327680, 2, 852015, 0, 0, 917551, 0, 0, 983087, 0, 0, 1048623, 0, 0, 1114159, 0, 0, 1179695, 0, 0, 1245231, 0, 0, 1310767, 0, 0, 1376303, 0, 0, 1441839, 0, 0, 1507375, 0, 0, 1572911, 0, 0, 1638447, 0, 0, 1703983, 0, 0, 1769519, 0, 0, 852016, 0, 0, 917552, 0, 0, 983088, 0, 0, 1048624, 0, 0, 1114160, 0, 0, 1179696, 0, 0, 1245232, 0, 0, 1310768, 0, 0, 1376304, 0, 0, 1441840, 0, 0, 1507376, 0, 0, 1572912, 0, 0, 1638448, 0, 0, 1703984, 0, 0, 1769520, 0, 0, 852017, 0, 0, 917553, 0, 0, 983089, 0, 0, 1048625, 0, 0, 1114161, 0, 0, 1179697, 0, 0, 1245233, 0, 0, 1310769, 0, 0, 1376305, 0, 0, 1441841, 0, 0, 1507377, 0, 0, 1572913, 0, 0, 1638449, 0, 0, 1703985, 0, 0, 1769521, 0, 0, 852018, 0, 0, 917554, 0, 0, 983090, 0, 0, 1048626, 0, 0, 1114162, 0, 0, 1179698, 0, 0, 1245234, 0, 0, 1310770, 0, 0, 1376306, 0, 0, 1441842, 0, 0, 1507378, 0, 0, 1572914, 0, 0, 1638450, 0, 0, 1703986, 0, 0, 1769522, 0, 0, 852019, 0, 0, 917555, 0, 0, 983091, 0, 0, 1048627, 0, 0, 1114163, 0, 0, 1179699, 0, 0, 1245235, 0, 0, 1310771, 0, 0, 1376307, 0, 0, 1441843, 0, 0, 1507379, 0, 0, 1572915, 0, 0, 1638451, 0, 0, 1703987, 0, 0, 1769523, 0, 0, 852020, 0, 0, 917556, 0, 0, 983092, 0, 0, 1048628, 0, 0, 1114164, 0, 0, 1179700, 0, 0, 1245236, 0, 0, 1310772, 0, 0, 1376308, 0, 0, 1441844, 0, 0, 1507380, 0, 0, 1572916, 0, 0, 1638452, 0, 0, 1703988, 0, 0, 1769524, 0, 0, 852021, 0, 0, 917557, 0, 0, 983093, 0, 0, 1048629, 0, 0, 1114165, 0, 0, 1179701, 0, 0, 1245237, 0, 0, 1310773, 0, 0, 1376309, 0, 0, 1441845, 0, 0, 1507381, 0, 0, 1572917, 0, 0, 1638453, 0, 0, 1703989, 0, 0, 1769525, 0, 0, 852022, 0, 0, 917558, 0, 0, 983094, 0, 0, 1048630, 0, 0, 1114166, 0, 0, 1179702, 0, 0, 1245238, 0, 0, 1310774, 0, 0, 1376310, 0, 0, 1441846, 0, 0, 1507382, 0, 0, 1572918, 0, 0, 1638454, 0, 0, 1703990, 0, 0, 1769526, 0, 0, 852023, 0, 0, 917559, 0, 0, 983095, 0, 0, 1048631, 0, 0, 1114167, 0, 0, 1179703, 0, 0, 1245239, 0, 0, 1310775, 0, 0, 1376311, 0, 0, 1441847, 0, 0, 1507383, 0, 0, 1572919, 0, 0, 1638455, 0, 0, 1703991, 0, 0, 1769527, 0, 0, 852024, 0, 0, 917560, 0, 0, 983096, 0, 0, 1048632, 0, 0, 1114168, 0, 0, 1179704, 0, 0, 1245240, 0, 0, 1310776, 0, 0, 1376312, 0, 0, 1441848, 0, 0, 1507384, 0, 0, 1572920, 0, 0, 1638456, 0, 0, 1703992, 0, 0, 1769528, 0, 0, 852025, 0, 0, 917561, 0, 0, 983097, 0, 0, 1048633, 0, 0, 1114169, 0, 0, 1179705, 0, 0, 1245241, 0, 0, 1310777, 0, 0, 1376313, 0, 0, 1441849, 0, 0, 1507385, 0, 0, 1572921, 0, 0, 1638457, 0, 0, 1703993, 0, 0, 1769529, 0, 0, 852026, 0, 0, 917562, 0, 0, 983098, 0, 0, 1048634, 0, 0, 1114170, 0, 0, 1179706, 0, 0, 1245242, 0, 0, 1310778, 0, 0, 1376314, 0, 0, 1441850, 0, 0, 1507386, 0, 0, 1572922, 0, 0, 1638458, 0, 0, 1703994, 0, 0, 1769530, 0, 0, 852027, 0, 0, 917563, 0, 0, 983099, 0, 0, 1048635, 0, 0, 1114171, 0, 0, 1179707, 0, 0, 1245243, 0, 0, 1310779, 0, 0, 1376315, 0, 0, 1441851, 0, 0, 1507387, 0, 0, 1572923, 0, 0, 1638459, 0, 0, 1703995, 0, 0, 1769531, 0, 0, 852028, 0, 0, 917564, 0, 0, 983100, 0, 0, 1048636, 0, 0, 1114172, 0, 0, 1179708, 0, 0, 1245244, 0, 0, 1310780, 0, 0, 1376316, 0, 0, 1441852, 0, 0, 1507388, 0, 0, 1572924, 0, 0, 1638460, 0, 0, 1703996, 0, 0, 1769532, 0, 0, 852029, 0, 0, 917565, 0, 0, 983101, 0, 0, 1048637, 0, 0, 1114173, 0, 0, 1179709, 0, 0, 1245245, 0, 0, 1310781, 0, 0, 1376317, 0, 0, 1441853, 0, 0, 1507389, 0, 0, 1572925, 0, 0, 1638461, 0, 0, 1703997, 0, 0, 1769533, 0, 0, 852030, 0, 0, 917566, 0, 0, 983102, 0, 0, 1048638, 0, 0, 1114174, 0, 0, 1179710, 0, 0, 1245246, 0, 0, 1310782, 0, 0, 1376318, 0, 0, 1441854, 0, 0, 1507390, 0, 0, 1572926, 0, 0, 1638462, 0, 0, 1703998, 0, 0, 1769534, 0, 0, 852031, 0, 0, 917567, 0, 0, 983103, 0, 0, 1048639, 0, 0, 1114175, 0, 0, 1179711, 0, 0, 1245247, 0, 0, 1310783, 0, 0, 1376319, 0, 0, 1441855, 0, 0, 1507391, 0, 0, 1572927, 0, 0, 1638463, 0, 0, 1703999, 0, 0, 1769535, 0, 0, 851987, 0, 0, 917523, 0, 0, 983059, 0, 0, 1048595, 0, 0, 1114131, 0, 0, 1179667, 0, 0, 1245203, 0, 0, 1310739, 0, 0, 851988, 0, 0, 917524, 0, 0, 983060, 0, 0, 1048596, 0, 0, 1114132, 0, 0, 1179668, 0, 0, 1245204, 0, 0, 1310740, 0, 0, 851989, 0, 0, 917525, 0, 0, 983061, 0, 0, 1048597, 0, 0, 1114133, 0, 0, 1179669, 0, 0, 1245205, 0, 0, 1310741, 0, 0, 851990, 0, 0, 917526, 0, 0, 983062, 0, 0, 1048598, 0, 0, 1114134, 0, 0, 1179670, 0, 0, 1245206, 0, 0, 1310742, 0, 0, 851991, 0, 0, 917527, 0, 0, 983063, 0, 0, 1048599, 0, 0, 1114135, 0, 0, 1179671, 0, 0, 1245207, 0, 0, 1310743, 0, 0, 851992, 0, 0, 917528, 0, 0, 983064, 0, 0, 1048600, 0, 0, 1114136, 0, 0, 1179672, 0, 0, 1245208, 0, 0, 1310744, 0, 0, 851993, 0, 0, 917529, 0, 0, 983065, 0, 0, 1048601, 0, 0, 1114137, 0, 0, 1179673, 0, 0, 1245209, 0, 0, 1310745, 0, 0, 851994, 0, 0, 917530, 0, 0, 983066, 0, 0, 1048602, 0, 0, 1114138, 0, 0, 1179674, 0, 0, 1245210, 0, 0, 1310746, 0, 0, 851995, 0, 0, 917531, 0, 0, 983067, 0, 0, 1048603, 0, 0, 1114139, 0, 0, 1179675, 0, 0, 1245211, 0, 0, 1310747, 0, 0, 851996, 0, 0, 917532, 0, 0, 983068, 0, 0, 1048604, 0, 0, 1114140, 0, 0, 1179676, 0, 0, 1245212, 0, 0, 1310748, 0, 0, 851997, 0, 0, 917533, 0, 0, 983069, 0, 0, 1048605, 0, 0, 1114141, 0, 0, 1179677, 0, 0, 1245213, 0, 0, 1310749, 0, 0, 851998, 0, 0, 917534, 0, 0, 983070, 0, 0, 1048606, 0, 0, 1114142, 0, 0, 1179678, 0, 0, 1245214, 0, 0, 1310750, 0, 0, 851999, 0, 0, 917535, 0, 0, 983071, 0, 0, 1048607, 0, 0, 1114143, 0, 0, 1179679, 0, 0, 1245215, 0, 0, 1310751, 0, 0, 852000, 0, 0, 917536, 0, 0, 983072, 0, 0, 1048608, 0, 0, 1114144, 0, 0, 1179680, 0, 0, 1245216, 0, 0, 1310752, 0, 0, 852001, 0, 0, 917537, 0, 0, 983073, 0, 0, 1048609, 0, 0, 1114145, 0, 0, 1179681, 0, 0, 1245217, 0, 0, 1310753, 0, 0, 852002, 0, 0, 917538, 0, 0, 983074, 0, 0, 1048610, 0, 0, 1114146, 0, 0, 1179682, 0, 0, 1245218, 0, 0, 1310754, 0, 0, 852003, 0, 0, 917539, 0, 0, 983075, 0, 0, 1048611, 0, 0, 1114147, 0, 0, 1179683, 0, 0, 1245219, 0, 0, 1310755, 0, 0, 852004, 0, 0, 917540, 0, 0, 983076, 0, 0, 1048612, 0, 0, 1114148, 0, 0, 1179684, 0, 0, 1245220, 0, 0, 1310756, 0, 0, 852005, 0, 0, 917541, 0, 0, 983077, 0, 0, 1048613, 0, 0, 1114149, 0, 0, 1179685, 0, 0, 1245221, 0, 0, 1310757, 0, 0, 852006, 0, 0, 917542, 0, 0, 983078, 0, 0, 1048614, 0, 0, 1114150, 0, 0, 1179686, 0, 0, 1245222, 0, 0, 1310758, 0, 0, 852007, 0, 0, 917543, 0, 0, 983079, 0, 0, 1048615, 0, 0, 1114151, 0, 0, 1179687, 0, 0, 1245223, 0, 0, 1310759, 0, 0, 852008, 0, 0, 917544, 0, 0, 983080, 0, 0, 1048616, 0, 0, 1114152, 0, 0, 1179688, 0, 0, 1245224, 0, 0, 1310760, 0, 0, 852009, 0, 0, 917545, 0, 0, 983081, 0, 0, 1048617, 0, 0, 1114153, 0, 0, 1179689, 0, 0, 1245225, 0, 0, 1310761, 0, 0, 852010, 0, 0, 917546, 0, 0, 983082, 0, 0, 1048618, 0, 0, 1114154, 0, 0, 1179690, 0, 0, 1245226, 0, 0, 1310762, 0, 0, 852011, 0, 0, 917547, 0, 0, 983083, 0, 0, 1048619, 0, 0, 1114155, 0, 0, 1179691, 0, 0, 1245227, 0, 0, 1310763, 0, 0, 852012, 0, 0, 917548, 0, 0, 983084, 0, 0, 1048620, 0, 0, 1114156, 0, 0, 1179692, 0, 0, 1245228, 0, 0, 1310764, 0, 0, 852013, 0, 0, 917549, 0, 0, 983085, 0, 0, 1048621, 0, 0, 1114157, 0, 0, 1179693, 0, 0, 1245229, 0, 0, 1310765, 0, 0, 852014, 0, 0, 917550, 0, 0, 983086, 0, 0, 1048622, 0, 0, 1114158, 0, 0, 1179694, 0, 0, 1245230, 0, 0, 1310766, 0, 0) + +[node name="BirthMark" type="Marker2D" parent="." index="3"] position = Vector2(553, 320) -[node name="DungeonEntrance" type="Area2D" parent="." index="3"] +[node name="DungeonEntrance" type="Area2D" parent="." index="4"] position = Vector2(537, 209) collision_layer = 0 collision_mask = 8 @@ -45,12 +52,6 @@ [node name="CollisionShape2D" type="CollisionShape2D" parent="DungeonEntrance" index="0"] shape = SubResource("RectangleShape2D_ru8u4") -[node name="ActivityInstance" type="Node2D" parent="." index="4"] -position = Vector2(533, 317) -script = ExtResource("5_lowqi") -Id = "weapon0002" -CollisionVisible = false - [node name="StaticBody2D" type="StaticBody2D" parent="." index="5"] collision_mask = 0 @@ -73,3 +74,36 @@ [node name="CollisionShape2D4" type="CollisionShape2D" parent="StaticBody2D" index="4"] position = Vector2(512.5, 148) shape = SubResource("RectangleShape2D_o0n0h") + +[node name="ItemRoot" type="Node2D" parent="." index="6"] +z_index = 10 + +[node name="Item0012" type="Node2D" parent="ItemRoot" index="0"] +position = Vector2(129, 338) +script = ExtResource("5_lowqi") +Id = "item_0012" +DefaultLayer = 1 +ShowOffset = Vector2(2.08165e-12, 2) +CollisionVisible = false + +[node name="Item0013" type="Node2D" parent="ItemRoot" index="1"] +position = Vector2(190, 301) +script = ExtResource("5_lowqi") +Id = "item_0013" +DefaultLayer = 1 +ShowOffset = Vector2(2.08165e-12, 2) +CollisionVisible = false + +[node name="Item0017" type="Node2D" parent="ItemRoot" index="2"] +position = Vector2(187, 389) +script = ExtResource("5_lowqi") +Id = "item_0017" +DefaultLayer = 1 +ShowOffset = Vector2(2.08165e-12, 2) +CollisionVisible = false + +[node name="Weapon" type="Node2D" parent="ItemRoot" index="3"] +position = Vector2(533, 317) +script = ExtResource("5_lowqi") +Id = "weapon0002" +CollisionVisible = false diff --git a/DungeonShooting_Godot/src/framework/activity/ActivityInstance.cs b/DungeonShooting_Godot/src/framework/activity/ActivityInstance.cs index 4fad3a7..5767a2d 100644 --- a/DungeonShooting_Godot/src/framework/activity/ActivityInstance.cs +++ b/DungeonShooting_Godot/src/framework/activity/ActivityInstance.cs @@ -125,6 +125,14 @@ private static string _jsonText; + /// + /// 清空缓存的json + /// + public static void ClearCacheJson() + { + _jsonText = null; + } + public override void _Ready() { #if TOOLS diff --git a/DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs b/DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs index f872352..a56d404 100644 --- a/DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs +++ b/DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs @@ -288,5 +288,20 @@ /// 简介: 获得1金币 /// public const string Id_gold_1 = "gold_1"; + /// + /// 名称: 大厅沙发
+ /// 简介: + ///
+ public const string Id_item_0012 = "item_0012"; + /// + /// 名称: 大厅沙发
+ /// 简介: + ///
+ public const string Id_item_0013 = "item_0013"; + /// + /// 名称: 大厅桌子
+ /// 简介: + ///
+ public const string Id_item_0017 = "item_0017"; } } diff --git a/DungeonShooting_Godot/src/framework/ui/UiBase.cs b/DungeonShooting_Godot/src/framework/ui/UiBase.cs index 5987af6..0e11d89 100644 --- a/DungeonShooting_Godot/src/framework/ui/UiBase.cs +++ b/DungeonShooting_Godot/src/framework/ui/UiBase.cs @@ -133,6 +133,8 @@ Debug.LogError($"当前Ui: {UiName}已经被销毁!"); return; } + + Visible = true; if (IsOpen) { return; @@ -140,7 +142,6 @@ _nestedOpen = true; IsOpen = true; - Visible = true; OnShowUi(); if (OnShowUiEvent != null) { @@ -170,6 +171,8 @@ Debug.LogError($"当前Ui: {UiName}已经被销毁!"); return; } + + Visible = false; if (!IsOpen) { return; @@ -177,7 +180,6 @@ _nestedOpen = false; IsOpen = false; - Visible = false; OnHideUi(); if (OnHideUiEvent != null) { diff --git a/DungeonShooting_Godot/src/game/activity/box/TreasureBox.cs b/DungeonShooting_Godot/src/game/activity/box/TreasureBox.cs index ff8883c..3b70ef0 100644 --- a/DungeonShooting_Godot/src/game/activity/box/TreasureBox.cs +++ b/DungeonShooting_Godot/src/game/activity/box/TreasureBox.cs @@ -4,7 +4,7 @@ /// 宝箱 /// [Tool] -public partial class TreasureBox : ActivityObject, IHurt +public partial class TreasureBox : ObstacleObject { public bool IsOpen { get; private set; } @@ -35,7 +35,7 @@ weapon.Throw(Position, 2, 95, new Vector2(0, 11), 0); } - public void Hurt(ActivityObject target, int damage, float angle) + public override void Hurt(ActivityObject target, int damage, float angle) { PlayHitAnimation(); } diff --git a/DungeonShooting_Godot/src/game/activity/item/ObstacleObject.cs b/DungeonShooting_Godot/src/game/activity/item/ObstacleObject.cs new file mode 100644 index 0000000..50eaae4 --- /dev/null +++ b/DungeonShooting_Godot/src/game/activity/item/ObstacleObject.cs @@ -0,0 +1,13 @@ + +using Godot; + +/// +/// 障碍物, 会阻挡玩家移动, 也会被子弹击中 +/// +[Tool] +public partial class ObstacleObject : ActivityObject, IHurt +{ + public virtual void Hurt(ActivityObject target, int damage, float angle) + { + } +} \ No newline at end of file diff --git a/DungeonShooting_Godot/src/game/manager/ResourcePath.cs b/DungeonShooting_Godot/src/game/manager/ResourcePath.cs index 4860057..a0d22d2 100644 --- a/DungeonShooting_Godot/src/game/manager/ResourcePath.cs +++ b/DungeonShooting_Godot/src/game/manager/ResourcePath.cs @@ -398,6 +398,8 @@ public const string resource_sprite_shell_Shell0003_png = "res://resource/sprite/shell/Shell0003.png"; public const string resource_sprite_shell_Shell0002_png = "res://resource/sprite/shell/Shell0002.png"; public const string resource_sprite_shell_Shell0004_png = "res://resource/sprite/shell/Shell0004.png"; + public const string resource_sprite_tile_HallGround_png = "res://resource/sprite/tile/HallGround.png"; + public const string resource_sprite_tile_HallBg_png = "res://resource/sprite/tile/HallBg.png"; public const string resource_sprite_common_debug_arrows_png = "res://resource/sprite/common/debug_arrows.png"; public const string resource_sprite_common_Circle_png = "res://resource/sprite/common/Circle.png"; public const string resource_sprite_common_MeleeAttack1_png = "res://resource/sprite/common/MeleeAttack1.png"; @@ -409,6 +411,8 @@ public const string resource_sprite_common_Smoke4_png = "res://resource/sprite/common/Smoke4.png"; public const string resource_sprite_map_PreviewMap_png = "res://resource/sprite/map/PreviewMap.png"; public const string resource_sprite_map_PreviewTransition_png = "res://resource/sprite/map/PreviewTransition.png"; + public const string resource_sprite_map_door_open3_png = "res://resource/sprite/map/door_open3.png"; + public const string resource_sprite_map_door_open2_png = "res://resource/sprite/map/door_open2.png"; public const string resource_sprite_map_TerrainMask_png = "res://resource/sprite/map/TerrainMask.png"; public const string resource_sprite_map_TerrainMask3_png = "res://resource/sprite/map/TerrainMask3.png"; public const string resource_sprite_map_TerrainMask2_png = "res://resource/sprite/map/TerrainMask2.png"; @@ -425,6 +429,67 @@ public const string resource_sprite_map_door_close_png = "res://resource/sprite/map/door_close.png"; public const string resource_sprite_map_PreviewTransition4_png = "res://resource/sprite/map/PreviewTransition4.png"; public const string resource_sprite_map_PreviewTransition5_png = "res://resource/sprite/map/PreviewTransition5.png"; + public const string resource_sprite_item_item_99_png = "res://resource/sprite/item/item _99.png"; + public const string resource_sprite_item_item_58_png = "res://resource/sprite/item/item _58.png"; + public const string resource_sprite_item_item_59_png = "res://resource/sprite/item/item _59.png"; + public const string resource_sprite_item_item_49_png = "res://resource/sprite/item/item _49.png"; + public const string resource_sprite_item_item_48_png = "res://resource/sprite/item/item _48.png"; + public const string resource_sprite_item_item_04_png = "res://resource/sprite/item/item _04.png"; + public const string resource_sprite_item_item_10_png = "res://resource/sprite/item/item _10.png"; + public const string resource_sprite_item_item_38_png = "res://resource/sprite/item/item _38.png"; + public const string resource_sprite_item_item_39_png = "res://resource/sprite/item/item _39.png"; + public const string resource_sprite_item_item_11_png = "res://resource/sprite/item/item _11.png"; + public const string resource_sprite_item_item_05_png = "res://resource/sprite/item/item _05.png"; + public const string resource_sprite_item_item_13_png = "res://resource/sprite/item/item _13.png"; + public const string resource_sprite_item_item_07_png = "res://resource/sprite/item/item _07.png"; + public const string resource_sprite_item_item_06_png = "res://resource/sprite/item/item _06.png"; + public const string resource_sprite_item_item_12_png = "res://resource/sprite/item/item _12.png"; + public const string resource_sprite_item_item_16_png = "res://resource/sprite/item/item _16.png"; + public const string resource_sprite_item_item_02_png = "res://resource/sprite/item/item _02.png"; + public const string resource_sprite_item_item_03_png = "res://resource/sprite/item/item _03.png"; + public const string resource_sprite_item_item_17_png = "res://resource/sprite/item/item _17.png"; + public const string resource_sprite_item_item_29_png = "res://resource/sprite/item/item _29.png"; + public const string resource_sprite_item_item_01_png = "res://resource/sprite/item/item _01.png"; + public const string resource_sprite_item_item_15_png = "res://resource/sprite/item/item _15.png"; + public const string resource_sprite_item_item_14_png = "res://resource/sprite/item/item _14.png"; + public const string resource_sprite_item_item_00_png = "res://resource/sprite/item/item _00.png"; + public const string resource_sprite_item_item_28_png = "res://resource/sprite/item/item _28.png"; + public const string resource_sprite_item_item_25_png = "res://resource/sprite/item/item _25.png"; + public const string resource_sprite_item_item_31_png = "res://resource/sprite/item/item _31.png"; + public const string resource_sprite_item_item_19_png = "res://resource/sprite/item/item _19.png"; + public const string resource_sprite_item_item_18_png = "res://resource/sprite/item/item _18.png"; + public const string resource_sprite_item_item_30_png = "res://resource/sprite/item/item _30.png"; + public const string resource_sprite_item_item_24_png = "res://resource/sprite/item/item _24.png"; + public const string resource_sprite_item_item_32_png = "res://resource/sprite/item/item _32.png"; + public const string resource_sprite_item_item_26_png = "res://resource/sprite/item/item _26.png"; + public const string resource_sprite_item_item_27_png = "res://resource/sprite/item/item _27.png"; + public const string resource_sprite_item_item_33_png = "res://resource/sprite/item/item _33.png"; + public const string resource_sprite_item_item_37_png = "res://resource/sprite/item/item _37.png"; + public const string resource_sprite_item_item_23_png = "res://resource/sprite/item/item _23.png"; + public const string resource_sprite_item_item_22_png = "res://resource/sprite/item/item _22.png"; + public const string resource_sprite_item_item_36_png = "res://resource/sprite/item/item _36.png"; + public const string resource_sprite_item_item_08_png = "res://resource/sprite/item/item _08.png"; + public const string resource_sprite_item_item_20_png = "res://resource/sprite/item/item _20.png"; + public const string resource_sprite_item_item_34_png = "res://resource/sprite/item/item _34.png"; + public const string resource_sprite_item_item_35_png = "res://resource/sprite/item/item _35.png"; + public const string resource_sprite_item_item_21_png = "res://resource/sprite/item/item _21.png"; + public const string resource_sprite_item_item_09_png = "res://resource/sprite/item/item _09.png"; + public const string resource_sprite_item_item_46_png = "res://resource/sprite/item/item _46.png"; + public const string resource_sprite_item_item_52_png = "res://resource/sprite/item/item _52.png"; + public const string resource_sprite_item_item_53_png = "res://resource/sprite/item/item _53.png"; + public const string resource_sprite_item_item_47_png = "res://resource/sprite/item/item _47.png"; + public const string resource_sprite_item_item_51_png = "res://resource/sprite/item/item _51.png"; + public const string resource_sprite_item_item_45_png = "res://resource/sprite/item/item _45.png"; + public const string resource_sprite_item_item_44_png = "res://resource/sprite/item/item _44.png"; + public const string resource_sprite_item_item_50_png = "res://resource/sprite/item/item _50.png"; + public const string resource_sprite_item_item_54_png = "res://resource/sprite/item/item _54.png"; + public const string resource_sprite_item_item_40_png = "res://resource/sprite/item/item _40.png"; + public const string resource_sprite_item_item_41_png = "res://resource/sprite/item/item _41.png"; + public const string resource_sprite_item_item_55_png = "res://resource/sprite/item/item _55.png"; + public const string resource_sprite_item_item_43_png = "res://resource/sprite/item/item _43.png"; + public const string resource_sprite_item_item_57_png = "res://resource/sprite/item/item _57.png"; + public const string resource_sprite_item_item_56_png = "res://resource/sprite/item/item _56.png"; + public const string resource_sprite_item_item_42_png = "res://resource/sprite/item/item _42.png"; public const string resource_sprite_bullet_laser_Laser0001_png = "res://resource/sprite/bullet/laser/Laser0001.png"; public const string resource_sprite_bullet_normal_bullet0009_png = "res://resource/sprite/bullet/normal/bullet0009.png"; public const string resource_sprite_bullet_normal_bullet0008_png = "res://resource/sprite/bullet/normal/bullet0008.png"; @@ -448,11 +513,11 @@ public const string resource_sprite_explode_Explode_circle0001_png = "res://resource/sprite/explode/Explode_circle0001.png"; public const string resource_sprite_explode_Explode_circle0003_png = "res://resource/sprite/explode/Explode_circle0003.png"; public const string resource_sprite_explode_Explode_circle0002_png = "res://resource/sprite/explode/Explode_circle0002.png"; - public const string resource_sprite_hall_HallBg_png = "res://resource/sprite/hall/HallBg.png"; public const string resource_sprite_currency_Gold_10_png = "res://resource/sprite/currency/Gold_10.png"; public const string resource_sprite_currency_Gold_1_png = "res://resource/sprite/currency/Gold_1.png"; public const string resource_sprite_currency_Gold_5_png = "res://resource/sprite/currency/Gold_5.png"; public const string resource_sprite_currency_Gold_shadow_png = "res://resource/sprite/currency/Gold_shadow.png"; + public const string resource_tileset_HallTileset_tres = "res://resource/tileset/HallTileset.tres"; public const string resource_font_DinkieBitmap9pxDemo_ttf = "res://resource/font/DinkieBitmap-9pxDemo.ttf"; public const string resource_font_DinkieBitmap9pxItalicDemo_ttf = "res://resource/font/DinkieBitmap-9pxItalicDemo.ttf"; public const string resource_font_VonwaonBitmap12px_ttf = "res://resource/font/VonwaonBitmap-12px.ttf"; diff --git a/DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs b/DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs index d19a1d9..443f5d1 100644 --- a/DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs +++ b/DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs @@ -306,6 +306,7 @@ if (ExcelGenerator.ExportExcel()) { ShowTips("提示", "导出Excel表成功!"); + ActivityInstance.ClearCacheJson(); } else { diff --git a/DungeonShooting_Godot/src/game/ui/roomMap/RoomMapPanel.cs b/DungeonShooting_Godot/src/game/ui/roomMap/RoomMapPanel.cs index f1fd9c2..3b0b15f 100644 --- a/DungeonShooting_Godot/src/game/ui/roomMap/RoomMapPanel.cs +++ b/DungeonShooting_Godot/src/game/ui/roomMap/RoomMapPanel.cs @@ -41,6 +41,11 @@ S_DrawContainer.Instance.Resized += OnDrawContainerResized; } + public override void OnShowUi() + { + base.OnShowUi(); + } + public override void OnDestroyUi() { diff --git a/DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs b/DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs index fe8d33e..70dfb0d 100644 --- a/DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs +++ b/DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs @@ -35,6 +35,16 @@ _factory = EventManager.CreateEventFactory(); _factory.AddEventListener(EventEnum.OnPlayerPickUpProp, OnPlayerPickUpProp); + + //大厅中不显示小地图 + if (World.Current is Hall) + { + S_RoomMap.Instance.HideUi(); + } + else + { + S_RoomMap.Instance.ShowUi(); + } } public override void OnHideUi()