Compare commits

...

2 Commits

Author SHA1 Message Date
22b2ed7650 微调场景 2024-03-21 23:36:29 +08:00
9da8161298 测试特效 2024-03-21 21:47:10 +08:00
114 changed files with 344 additions and 117 deletions

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=12 format=3 uid="uid://d2gj0yuup0gdb"] [gd_scene load_steps=12 format=3 uid="uid://d2gj0yuup0gdb"]
[ext_resource type="Script" path="res://src/game/activity/box/TreasureBox.cs" id="1_wxils"] [ext_resource type="Script" path="res://src/game/activity/box/TreasureBox.cs" id="1_wxils"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_l4sas"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_l4sas"]
[ext_resource type="Texture2D" uid="uid://dladvmgql1pwe" path="res://resource/sprite/box/TreasureBox0001.png" id="3_eed5t"] [ext_resource type="Texture2D" uid="uid://dladvmgql1pwe" path="res://resource/sprite/box/TreasureBox0001.png" id="3_eed5t"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_1v1is"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_1v1is"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_l4sas") shader = ExtResource("2_l4sas")

View File

@ -17,7 +17,7 @@ Particles2D = []
shape = SubResource("RectangleShape2D_l4vuk") shape = SubResource("RectangleShape2D_l4vuk")
[node name="LineSprite" type="Sprite2D" parent="."] [node name="LineSprite" type="Sprite2D" parent="."]
modulate = Color(1.5, 1.5, 1.5, 1) modulate = Color(1.6, 1.6, 1.6, 1)
position = Vector2(0, 1.19209e-07) position = Vector2(0, 1.19209e-07)
texture = ExtResource("2_uqalj") texture = ExtResource("2_uqalj")
centered = false centered = false

View File

@ -6,7 +6,7 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_l4vuk"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_l4vuk"]
resource_local_to_scene = true resource_local_to_scene = true
[node name="Laser0001" type="Area2D" node_paths=PackedStringArray("Particles2D")] [node name="Laser0002" type="Area2D" node_paths=PackedStringArray("Particles2D")]
collision_layer = 2 collision_layer = 2
collision_mask = 0 collision_mask = 0
monitorable = false monitorable = false
@ -17,7 +17,7 @@ Particles2D = []
shape = SubResource("RectangleShape2D_l4vuk") shape = SubResource("RectangleShape2D_l4vuk")
[node name="LineSprite" type="Sprite2D" parent="."] [node name="LineSprite" type="Sprite2D" parent="."]
modulate = Color(1.5, 1.5, 1.5, 1) modulate = Color(1.6, 1.6, 1.6, 1)
position = Vector2(0, 1.19209e-07) position = Vector2(0, 1.19209e-07)
texture = ExtResource("2_ga23q") texture = ExtResource("2_ga23q")
centered = false centered = false

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=7 format=3 uid="uid://bj4kmvt8jg1cf"] [gd_scene load_steps=7 format=3 uid="uid://bj4kmvt8jg1cf"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_3d3df"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_3d3df"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_mxa72"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_mxa72"]
[ext_resource type="SpriteFrames" uid="uid://baoxep7vami72" path="res://resource/spriteFrames/bullet/Bullet0001.tres" id="3_q4a0o"] [ext_resource type="SpriteFrames" uid="uid://baoxep7vami72" path="res://resource/spriteFrames/bullet/Bullet0001.tres" id="3_q4a0o"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_w5w0i"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_w5w0i"]

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bqkj0rn72ppge"] [gd_scene load_steps=8 format=3 uid="uid://bqkj0rn72ppge"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_hepay"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_hepay"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_0n2yg"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_0n2yg"]
[ext_resource type="SpriteFrames" uid="uid://bpeodjqiy3mil" path="res://resource/spriteFrames/bullet/Bullet0002.tres" id="3_ldd0h"] [ext_resource type="SpriteFrames" uid="uid://bpeodjqiy3mil" path="res://resource/spriteFrames/bullet/Bullet0002.tres" id="3_ldd0h"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_0n2yg") shader = ExtResource("2_0n2yg")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://ee24ocwk8snj"] [gd_scene load_steps=7 format=3 uid="uid://ee24ocwk8snj"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_h6lfm"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_h6lfm"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_bteri"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_bteri"]
[ext_resource type="SpriteFrames" uid="uid://bcnhyin0aufl1" path="res://resource/spriteFrames/bullet/Bullet0003.tres" id="3_qvo0u"] [ext_resource type="SpriteFrames" uid="uid://bcnhyin0aufl1" path="res://resource/spriteFrames/bullet/Bullet0003.tres" id="3_qvo0u"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_bteri") shader = ExtResource("2_bteri")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=12 format=3 uid="uid://d0h4xfi1oqf1l"] [gd_scene load_steps=12 format=3 uid="uid://d0h4xfi1oqf1l"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/BoomBullet.cs" id="1_1jbgr"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/BoomBullet.cs" id="1_1jbgr"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_w1qob"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_w1qob"]
[ext_resource type="SpriteFrames" uid="uid://d3vma1qjo478l" path="res://resource/spriteFrames/bullet/Bullet0004.tres" id="3_bttus"] [ext_resource type="SpriteFrames" uid="uid://d3vma1qjo478l" path="res://resource/spriteFrames/bullet/Bullet0004.tres" id="3_bttus"]
[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="3_ofn8c"] [ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="3_ofn8c"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_w1qob") shader = ExtResource("2_w1qob")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=12 format=3 uid="uid://cjgnw37tqiqh7"] [gd_scene load_steps=12 format=3 uid="uid://cjgnw37tqiqh7"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/BrushBullet.cs" id="1_13wdl"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/BrushBullet.cs" id="1_13wdl"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_v0al6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_v0al6"]
[ext_resource type="SpriteFrames" uid="uid://jj8oh76pi53j" path="res://resource/spriteFrames/bullet/Bullet0005.tres" id="3_mmvqn"] [ext_resource type="SpriteFrames" uid="uid://jj8oh76pi53j" path="res://resource/spriteFrames/bullet/Bullet0005.tres" id="3_mmvqn"]
[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_esjg6"] [ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_esjg6"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_v0al6") shader = ExtResource("2_v0al6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://c1fx7c1jwil26"] [gd_scene load_steps=8 format=3 uid="uid://c1fx7c1jwil26"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/TrailBullet.cs" id="1_b8pov"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/TrailBullet.cs" id="1_b8pov"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_iolc6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_iolc6"]
[ext_resource type="SpriteFrames" uid="uid://dx4t45bq8ehhq" path="res://resource/spriteFrames/bullet/Bullet0006.tres" id="3_v2y7a"] [ext_resource type="SpriteFrames" uid="uid://dx4t45bq8ehhq" path="res://resource/spriteFrames/bullet/Bullet0006.tres" id="3_v2y7a"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_w5w0i"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_w5w0i"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_iolc6") shader = ExtResource("2_iolc6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://cybey66bhe4ro"] [gd_scene load_steps=8 format=3 uid="uid://cybey66bhe4ro"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_h4tn7"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/Bullet.cs" id="1_h4tn7"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_fgeyt"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_fgeyt"]
[ext_resource type="SpriteFrames" uid="uid://bkwoy70bnm74k" path="res://resource/spriteFrames/bullet/Bullet0007.tres" id="3_c1ec6"] [ext_resource type="SpriteFrames" uid="uid://bkwoy70bnm74k" path="res://resource/spriteFrames/bullet/Bullet0007.tres" id="3_c1ec6"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_fgeyt") shader = ExtResource("2_fgeyt")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://d3dcmte122p6t"] [gd_scene load_steps=8 format=3 uid="uid://d3dcmte122p6t"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/ColorBullet.cs" id="1_qqm5l"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/ColorBullet.cs" id="1_qqm5l"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_t3qw6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_t3qw6"]
[ext_resource type="SpriteFrames" uid="uid://ubdvau75andr" path="res://resource/spriteFrames/bullet/Bullet0008.tres" id="3_aoni0"] [ext_resource type="SpriteFrames" uid="uid://ubdvau75andr" path="res://resource/spriteFrames/bullet/Bullet0008.tres" id="3_aoni0"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_t3qw6") shader = ExtResource("2_t3qw6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://c4puxmnan51ds"] [gd_scene load_steps=8 format=3 uid="uid://c4puxmnan51ds"]
[ext_resource type="Script" path="res://src/game/activity/bullet/normal/Arrow.cs" id="1_eots7"] [ext_resource type="Script" path="res://src/game/activity/bullet/normal/Arrow.cs" id="1_eots7"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_tscmb"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_tscmb"]
[ext_resource type="SpriteFrames" uid="uid://cyg3uvbakan08" path="res://resource/spriteFrames/bullet/Bullet0009.tres" id="3_l58ff"] [ext_resource type="SpriteFrames" uid="uid://cyg3uvbakan08" path="res://resource/spriteFrames/bullet/Bullet0009.tres" id="3_l58ff"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_v77gw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_tscmb") shader = ExtResource("2_tscmb")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=24 format=3 uid="uid://bayga6rue4ldm"] [gd_scene load_steps=24 format=3 uid="uid://bayga6rue4ldm"]
[ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_7anjj"] [ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_7anjj"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_p7xui"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_p7xui"]
[ext_resource type="Texture2D" uid="uid://benn0iaclw8dk" path="res://resource/sprite/currency/Gold_1.png" id="3_lhsna"] [ext_resource type="Texture2D" uid="uid://benn0iaclw8dk" path="res://resource/sprite/currency/Gold_1.png" id="3_lhsna"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_p7xui") shader = ExtResource("2_p7xui")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=24 format=3 uid="uid://cpfeog5xk7frv"] [gd_scene load_steps=24 format=3 uid="uid://cpfeog5xk7frv"]
[ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_q6rqs"] [ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_q6rqs"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_fwuy2"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_fwuy2"]
[ext_resource type="Texture2D" uid="uid://7dy6itvggpwy" path="res://resource/sprite/currency/Gold_10.png" id="3_x42g4"] [ext_resource type="Texture2D" uid="uid://7dy6itvggpwy" path="res://resource/sprite/currency/Gold_10.png" id="3_x42g4"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_fwuy2") shader = ExtResource("2_fwuy2")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=24 format=3 uid="uid://dqeph6v1y3ycm"] [gd_scene load_steps=24 format=3 uid="uid://dqeph6v1y3ycm"]
[ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_t3bsk"] [ext_resource type="PackedScene" uid="uid://c7i2q4mx5qp2h" path="res://prefab/currency/GoldTemplate.tscn" id="1_t3bsk"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_r5r64"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_r5r64"]
[ext_resource type="Texture2D" uid="uid://bfpcqj2x8t2os" path="res://resource/sprite/currency/Gold_5.png" id="3_rf7nc"] [ext_resource type="Texture2D" uid="uid://bfpcqj2x8t2os" path="res://resource/sprite/currency/Gold_5.png" id="3_rf7nc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_2tpx1"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_r5r64") shader = ExtResource("2_r5r64")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=6 format=3 uid="uid://c7i2q4mx5qp2h"] [gd_scene load_steps=6 format=3 uid="uid://c7i2q4mx5qp2h"]
[ext_resource type="Script" path="res://src/game/activity/currency/Gold.cs" id="1_p60kl"] [ext_resource type="Script" path="res://src/game/activity/currency/Gold.cs" id="1_p60kl"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_5nps8"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_5nps8"]
[ext_resource type="Texture2D" uid="uid://cthwlbqve6i1l" path="res://resource/sprite/currency/Gold_shadow.png" id="3_6xm1s"] [ext_resource type="Texture2D" uid="uid://cthwlbqve6i1l" path="res://resource/sprite/currency/Gold_shadow.png" id="3_6xm1s"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_qdjhs"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_qdjhs"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_5nps8") shader = ExtResource("2_5nps8")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=31 format=3 uid="uid://pr88a1phtxgb"] [gd_scene load_steps=31 format=3 uid="uid://pr88a1phtxgb"]
[ext_resource type="Script" path="res://src/game/effects/enemy/EnemyDead0001.cs" id="1_1re5v"] [ext_resource type="Script" path="res://src/game/effects/enemy/EnemyDead0001.cs" id="1_1re5v"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_s7bee"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_s7bee"]
[ext_resource type="Texture2D" uid="uid://cn64eauvwx1uj" path="res://resource/sprite/role/enemy0001/enemy0001_Debris.png" id="3_uinig"] [ext_resource type="Texture2D" uid="uid://cn64eauvwx1uj" path="res://resource/sprite/role/enemy0001/enemy0001_Debris.png" id="3_uinig"]
[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_t55wd"] [ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_t55wd"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_s1mj2"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_s1mj2"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_s7bee") shader = ExtResource("2_s7bee")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=19 format=3 uid="uid://nfx3lhkdhv6a"] [gd_scene load_steps=19 format=3 uid="uid://nfx3lhkdhv6a"]
[ext_resource type="Script" path="res://src/game/effects/enemy/EnemyDead0002.cs" id="1_ghu6a"] [ext_resource type="Script" path="res://src/game/effects/enemy/EnemyDead0002.cs" id="1_ghu6a"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_q163q"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_q163q"]
[ext_resource type="Texture2D" uid="uid://x3tjqgdgp43n" path="res://resource/sprite/role/enemy0002/Enemy0002_dead.png" id="3_l0kbp"] [ext_resource type="Texture2D" uid="uid://x3tjqgdgp43n" path="res://resource/sprite/role/enemy0002/Enemy0002_dead.png" id="3_l0kbp"]
[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_2wygu"] [ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/common/Smoke.png" id="4_2wygu"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_s1mj2"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_s1mj2"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_q163q") shader = ExtResource("2_q163q")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://dvvvi26mgoel"] [gd_scene load_steps=8 format=3 uid="uid://dvvvi26mgoel"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_cilvq"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_cilvq"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_1c01w"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_1c01w"]
[ext_resource type="Texture2D" uid="uid://b74yx6c2jifyd" path="res://resource/sprite/item/hall_b/item-31.png" id="3_mua0g"] [ext_resource type="Texture2D" uid="uid://b74yx6c2jifyd" path="res://resource/sprite/item/hall_b/item-31.png" id="3_mua0g"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_1c01w") shader = ExtResource("2_1c01w")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=7 format=3 uid="uid://c5e11paqgc8y3"] [gd_scene load_steps=7 format=3 uid="uid://c5e11paqgc8y3"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_qi3y4"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_qi3y4"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_u3oiv"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_u3oiv"]
[ext_resource type="Texture2D" uid="uid://dl15qkga1kc82" path="res://resource/sprite/item/hall_b/item-12.png" id="3_6b42f"] [ext_resource type="Texture2D" uid="uid://dl15qkga1kc82" path="res://resource/sprite/item/hall_b/item-12.png" id="3_6b42f"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_u3oiv") shader = ExtResource("2_u3oiv")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://cdcpa4l71tkja"] [gd_scene load_steps=8 format=3 uid="uid://cdcpa4l71tkja"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_nuuf6"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_nuuf6"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_fbidd"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_fbidd"]
[ext_resource type="Texture2D" uid="uid://dr2d6toqxxifv" path="res://resource/sprite/item/hall_b/item-32.png" id="3_4miy3"] [ext_resource type="Texture2D" uid="uid://dr2d6toqxxifv" path="res://resource/sprite/item/hall_b/item-32.png" id="3_4miy3"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_fbidd") shader = ExtResource("2_fbidd")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://cjvmk415l1m7w"] [gd_scene load_steps=8 format=3 uid="uid://cjvmk415l1m7w"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_1qbhq"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_1qbhq"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_lp5ce"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_lp5ce"]
[ext_resource type="Texture2D" uid="uid://belr22s50exy8" path="res://resource/sprite/item/hall_b/item-18.png" id="3_px2by"] [ext_resource type="Texture2D" uid="uid://belr22s50exy8" path="res://resource/sprite/item/hall_b/item-18.png" id="3_px2by"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_lp5ce") shader = ExtResource("2_lp5ce")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://bxcsdgbhapf15"] [gd_scene load_steps=8 format=3 uid="uid://bxcsdgbhapf15"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_rrftl"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_rrftl"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_fshwj"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_fshwj"]
[ext_resource type="Texture2D" uid="uid://bijiqseh8y667" path="res://resource/sprite/item/hall_b/item-01.png" id="3_3isqs"] [ext_resource type="Texture2D" uid="uid://bijiqseh8y667" path="res://resource/sprite/item/hall_b/item-01.png" id="3_3isqs"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_fshwj") shader = ExtResource("2_fshwj")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://c7agqlb1d1glq"] [gd_scene load_steps=8 format=3 uid="uid://c7agqlb1d1glq"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_bnso1"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_bnso1"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_7ta72"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_7ta72"]
[ext_resource type="Texture2D" uid="uid://dim1k57cc7w53" path="res://resource/sprite/item/hall_c/item _06.png" id="3_xwbcy"] [ext_resource type="Texture2D" uid="uid://dim1k57cc7w53" path="res://resource/sprite/item/hall_c/item _06.png" id="3_xwbcy"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_7ta72") shader = ExtResource("2_7ta72")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://du3l8ekq5vcqr"] [gd_scene load_steps=8 format=3 uid="uid://du3l8ekq5vcqr"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_33s8u"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_33s8u"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_3qjg4"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_3qjg4"]
[ext_resource type="Texture2D" uid="uid://c4in5w5wofmgv" path="res://resource/sprite/item/hall_a/Slice_48.png" id="3_oer44"] [ext_resource type="Texture2D" uid="uid://c4in5w5wofmgv" path="res://resource/sprite/item/hall_a/Slice_48.png" id="3_oer44"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_3qjg4") shader = ExtResource("2_3qjg4")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://0amttjqbukwo"] [gd_scene load_steps=8 format=3 uid="uid://0amttjqbukwo"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ncbpe"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ncbpe"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_f8wfl"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_f8wfl"]
[ext_resource type="Texture2D" uid="uid://dlhp210kvxqsw" path="res://resource/sprite/item/hall_c/item _08.png" id="3_5siud"] [ext_resource type="Texture2D" uid="uid://dlhp210kvxqsw" path="res://resource/sprite/item/hall_c/item _08.png" id="3_5siud"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_f8wfl") shader = ExtResource("2_f8wfl")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=9 format=3 uid="uid://cemj288a6xd8m"] [gd_scene load_steps=9 format=3 uid="uid://cemj288a6xd8m"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_100f5"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_100f5"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_xs4fm"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_xs4fm"]
[ext_resource type="Texture2D" uid="uid://dduv45hy81atn" path="res://resource/sprite/item/hall_a/Slice_33.png" id="3_p8ykj"] [ext_resource type="Texture2D" uid="uid://dduv45hy81atn" path="res://resource/sprite/item/hall_a/Slice_33.png" id="3_p8ykj"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_xs4fm") shader = ExtResource("2_xs4fm")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://dvle8ryfwpncx"] [gd_scene load_steps=8 format=3 uid="uid://dvle8ryfwpncx"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_1vaym"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_1vaym"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_8sjd2"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_8sjd2"]
[ext_resource type="Texture2D" uid="uid://ucsiiyagcsjl" path="res://resource/sprite/item/hall_a/Slice_54.png" id="3_rasn0"] [ext_resource type="Texture2D" uid="uid://ucsiiyagcsjl" path="res://resource/sprite/item/hall_a/Slice_54.png" id="3_rasn0"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_8sjd2") shader = ExtResource("2_8sjd2")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://ujdk13nr8pf0"] [gd_scene load_steps=8 format=3 uid="uid://ujdk13nr8pf0"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_8227x"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_8227x"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_4wa6q"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_4wa6q"]
[ext_resource type="Texture2D" uid="uid://bld54p7gwlrd" path="res://resource/sprite/item/hall_a/Slice_28.png" id="3_yhv2x"] [ext_resource type="Texture2D" uid="uid://bld54p7gwlrd" path="res://resource/sprite/item/hall_a/Slice_28.png" id="3_yhv2x"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_4wa6q") shader = ExtResource("2_4wa6q")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://cj43h3b0irhq8"] [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="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="Shader" path="res://resource/shader/Blend.gdshader" id="2_lxtjp"]
[ext_resource type="Texture2D" uid="uid://rrxkyras3kdw" path="res://resource/sprite/item/hall_c/item _12.png" id="3_sslpn"] [ext_resource type="Texture2D" uid="uid://rrxkyras3kdw" path="res://resource/sprite/item/hall_c/item _12.png" id="3_sslpn"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_lxtjp") shader = ExtResource("2_lxtjp")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://je626022bg3t"] [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="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="Shader" path="res://resource/shader/Blend.gdshader" id="2_3lobq"]
[ext_resource type="Texture2D" uid="uid://cnpxb0dsnfqn1" path="res://resource/sprite/item/hall_c/item _13.png" id="3_h48fx"] [ext_resource type="Texture2D" uid="uid://cnpxb0dsnfqn1" path="res://resource/sprite/item/hall_c/item _13.png" id="3_h48fx"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_3lobq") shader = ExtResource("2_3lobq")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://dvmflitcbpffa"] [gd_scene load_steps=8 format=3 uid="uid://dvmflitcbpffa"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_r3jfj"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_r3jfj"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_8ndm7"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_8ndm7"]
[ext_resource type="Texture2D" uid="uid://i1qpk06s6a4q" path="res://resource/sprite/item/hall_c/item _14.png" id="3_ttnc5"] [ext_resource type="Texture2D" uid="uid://i1qpk06s6a4q" path="res://resource/sprite/item/hall_c/item _14.png" id="3_ttnc5"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_8ndm7") shader = ExtResource("2_8ndm7")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://c6mr1q78r7fq"] [gd_scene load_steps=8 format=3 uid="uid://c6mr1q78r7fq"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_4enip"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_4enip"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_hr30a"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_hr30a"]
[ext_resource type="Texture2D" uid="uid://daae1qo6hccxb" path="res://resource/sprite/item/hall_a/Slice_46.png" id="3_jgc28"] [ext_resource type="Texture2D" uid="uid://daae1qo6hccxb" path="res://resource/sprite/item/hall_a/Slice_46.png" id="3_jgc28"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_hr30a") shader = ExtResource("2_hr30a")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://b4r3hpil3we2s"] [gd_scene load_steps=8 format=3 uid="uid://b4r3hpil3we2s"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_go51e"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_go51e"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_ot0d2"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_ot0d2"]
[ext_resource type="Texture2D" uid="uid://6mkb76o7ja47" path="res://resource/sprite/item/hall_a/Slice_03.png" id="3_bvm05"] [ext_resource type="Texture2D" uid="uid://6mkb76o7ja47" path="res://resource/sprite/item/hall_a/Slice_03.png" id="3_bvm05"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_ot0d2") shader = ExtResource("2_ot0d2")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://dh4cenmpdj520"] [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="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="Shader" path="res://resource/shader/Blend.gdshader" id="2_pybet"]
[ext_resource type="Texture2D" uid="uid://cel2hojxm4fgj" path="res://resource/sprite/item/hall_c/item _17.png" id="3_jojl2"] [ext_resource type="Texture2D" uid="uid://cel2hojxm4fgj" path="res://resource/sprite/item/hall_c/item _17.png" id="3_jojl2"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_pybet") shader = ExtResource("2_pybet")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bgndxlp47w88s"] [gd_scene load_steps=8 format=3 uid="uid://bgndxlp47w88s"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_7wxee"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_7wxee"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_a30jc"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_a30jc"]
[ext_resource type="Texture2D" uid="uid://drxs2tol6j4yu" path="res://resource/sprite/item/hall_a/Slice_02.png" id="3_iuab1"] [ext_resource type="Texture2D" uid="uid://drxs2tol6j4yu" path="res://resource/sprite/item/hall_a/Slice_02.png" id="3_iuab1"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_a30jc") shader = ExtResource("2_a30jc")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://dpvwcpqvm0e5"] [gd_scene load_steps=8 format=3 uid="uid://dpvwcpqvm0e5"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_j36vv"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_j36vv"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_tlcne"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_tlcne"]
[ext_resource type="Texture2D" uid="uid://dutmdqi3ygnt1" path="res://resource/sprite/item/hall_a/Slice_38.png" id="3_gwklf"] [ext_resource type="Texture2D" uid="uid://dutmdqi3ygnt1" path="res://resource/sprite/item/hall_a/Slice_38.png" id="3_gwklf"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_tlcne") shader = ExtResource("2_tlcne")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://b2t1chmutscrc"] [gd_scene load_steps=8 format=3 uid="uid://b2t1chmutscrc"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_a2uqr"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_a2uqr"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_pbqh6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_pbqh6"]
[ext_resource type="Texture2D" uid="uid://qbc428calfue" path="res://resource/sprite/item/hall_a/Slice_42.png" id="3_mkcwv"] [ext_resource type="Texture2D" uid="uid://qbc428calfue" path="res://resource/sprite/item/hall_a/Slice_42.png" id="3_mkcwv"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_pbqh6") shader = ExtResource("2_pbqh6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://v32g2u0mm0gm"] [gd_scene load_steps=8 format=3 uid="uid://v32g2u0mm0gm"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_25f5i"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_25f5i"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_0claj"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_0claj"]
[ext_resource type="Texture2D" uid="uid://bt3rvgedbniwq" path="res://resource/sprite/item/hall_a/Slice_22.png" id="3_os210"] [ext_resource type="Texture2D" uid="uid://bt3rvgedbniwq" path="res://resource/sprite/item/hall_a/Slice_22.png" id="3_os210"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_0claj") shader = ExtResource("2_0claj")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://nhnikrjoc800"] [gd_scene load_steps=8 format=3 uid="uid://nhnikrjoc800"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_57gqj"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_57gqj"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_a56xb"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_a56xb"]
[ext_resource type="Texture2D" uid="uid://d3s00dfmrnt4" path="res://resource/sprite/item/hall_a/Slice_34.png" id="3_yv7yv"] [ext_resource type="Texture2D" uid="uid://d3s00dfmrnt4" path="res://resource/sprite/item/hall_a/Slice_34.png" id="3_yv7yv"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_a56xb") shader = ExtResource("2_a56xb")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bwvw5mk32hia4"] [gd_scene load_steps=8 format=3 uid="uid://bwvw5mk32hia4"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_guouv"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_guouv"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_olbah"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_olbah"]
[ext_resource type="Texture2D" uid="uid://bxgpi41yec4v0" path="res://resource/sprite/item/hall_a/Slice_40.png" id="3_573p0"] [ext_resource type="Texture2D" uid="uid://bxgpi41yec4v0" path="res://resource/sprite/item/hall_a/Slice_40.png" id="3_573p0"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_olbah") shader = ExtResource("2_olbah")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://dl72vryy7pu2s"] [gd_scene load_steps=8 format=3 uid="uid://dl72vryy7pu2s"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ovsfp"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ovsfp"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_424in"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_424in"]
[ext_resource type="Texture2D" uid="uid://dsod7xnf66vfr" path="res://resource/sprite/item/hall_a/Slice_31.png" id="3_6jgg6"] [ext_resource type="Texture2D" uid="uid://dsod7xnf66vfr" path="res://resource/sprite/item/hall_a/Slice_31.png" id="3_6jgg6"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_424in") shader = ExtResource("2_424in")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://k5ooobibugrh"] [gd_scene load_steps=8 format=3 uid="uid://k5ooobibugrh"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_4pwnq"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_4pwnq"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_ekpbo"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_ekpbo"]
[ext_resource type="Texture2D" uid="uid://byjgmf7gf8yo4" path="res://resource/sprite/item/hall_c/item _55.png" id="3_n7ajr"] [ext_resource type="Texture2D" uid="uid://byjgmf7gf8yo4" path="res://resource/sprite/item/hall_c/item _55.png" id="3_n7ajr"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_ekpbo") shader = ExtResource("2_ekpbo")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://fxxcimm100wh"] [gd_scene load_steps=8 format=3 uid="uid://fxxcimm100wh"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_0hlhe"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_0hlhe"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_43i86"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_43i86"]
[ext_resource type="Texture2D" uid="uid://bigva5som5fy5" path="res://resource/sprite/item/hall_a/Slice_14.png" id="3_qrjxc"] [ext_resource type="Texture2D" uid="uid://bigva5som5fy5" path="res://resource/sprite/item/hall_a/Slice_14.png" id="3_qrjxc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_43i86") shader = ExtResource("2_43i86")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bhcqel0ylhti3"] [gd_scene load_steps=8 format=3 uid="uid://bhcqel0ylhti3"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_g24mc"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_g24mc"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_05yhp"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_05yhp"]
[ext_resource type="Texture2D" uid="uid://c45ffwqrk708i" path="res://resource/sprite/item/hall_c/item _31.png" id="3_7e6ju"] [ext_resource type="Texture2D" uid="uid://c45ffwqrk708i" path="res://resource/sprite/item/hall_c/item _31.png" id="3_7e6ju"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_05yhp") shader = ExtResource("2_05yhp")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bb8eqxcwl7qf6"] [gd_scene load_steps=8 format=3 uid="uid://bb8eqxcwl7qf6"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_j2ns6"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_j2ns6"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_ur1o2"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_ur1o2"]
[ext_resource type="Texture2D" uid="uid://d3uyv5ubtig1n" path="res://resource/sprite/item/hall_c/item _36.png" id="3_e7nf3"] [ext_resource type="Texture2D" uid="uid://d3uyv5ubtig1n" path="res://resource/sprite/item/hall_c/item _36.png" id="3_e7nf3"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_ur1o2") shader = ExtResource("2_ur1o2")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://gnsdqotyf0e8"] [gd_scene load_steps=8 format=3 uid="uid://gnsdqotyf0e8"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_palmb"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_palmb"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_d2qpb"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_d2qpb"]
[ext_resource type="Texture2D" uid="uid://cbuxe012k3pfu" path="res://resource/sprite/item/hall_c/item _54.png" id="3_b15p3"] [ext_resource type="Texture2D" uid="uid://cbuxe012k3pfu" path="res://resource/sprite/item/hall_c/item _54.png" id="3_b15p3"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_d2qpb") shader = ExtResource("2_d2qpb")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bkxabig8chkv6"] [gd_scene load_steps=8 format=3 uid="uid://bkxabig8chkv6"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ebb3f"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_ebb3f"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_5sjig"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_5sjig"]
[ext_resource type="Texture2D" uid="uid://u3ri36urv8xn" path="res://resource/sprite/item/hall_c/item _56.png" id="3_bkxin"] [ext_resource type="Texture2D" uid="uid://u3ri36urv8xn" path="res://resource/sprite/item/hall_c/item _56.png" id="3_bkxin"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_5sjig") shader = ExtResource("2_5sjig")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://bhwiakjbpjbsb"] [gd_scene load_steps=8 format=3 uid="uid://bhwiakjbpjbsb"]
[ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_fsyqi"] [ext_resource type="Script" path="res://src/game/activity/item/ObstacleObject.cs" id="1_fsyqi"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_ot8r8"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_ot8r8"]
[ext_resource type="Texture2D" uid="uid://ce4byqcoo2n05" path="res://resource/sprite/item/hall_c/item _57.png" id="3_2h0tv"] [ext_resource type="Texture2D" uid="uid://ce4byqcoo2n05" path="res://resource/sprite/item/hall_c/item _57.png" id="3_2h0tv"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wh4b7"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_ot8r8") shader = ExtResource("2_ot8r8")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://yhewdkpru0up"] [gd_scene load_steps=8 format=3 uid="uid://yhewdkpru0up"]
[ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_4c6sw"] [ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_4c6sw"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_lwx51"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_lwx51"]
[ext_resource type="SpriteFrames" uid="uid://3ps6h2f54qa5" path="res://resource/spriteFrames/other/RoomDoor_E_Up.tres" id="3_pjvd8"] [ext_resource type="SpriteFrames" uid="uid://3ps6h2f54qa5" path="res://resource/spriteFrames/other/RoomDoor_E_Up.tres" id="3_pjvd8"]
[ext_resource type="SpriteFrames" uid="uid://b34tddsmqnj8s" path="res://resource/spriteFrames/other/RoomDoor_E_Down.tres" id="4_ln8k4"] [ext_resource type="SpriteFrames" uid="uid://b34tddsmqnj8s" path="res://resource/spriteFrames/other/RoomDoor_E_Down.tres" id="4_ln8k4"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_lwx51") shader = ExtResource("2_lwx51")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://cbtj6bsaqqomt"] [gd_scene load_steps=7 format=3 uid="uid://cbtj6bsaqqomt"]
[ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_220be"] [ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_220be"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_h5ru6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_h5ru6"]
[ext_resource type="SpriteFrames" uid="uid://xs72aopsgpg6" path="res://resource/spriteFrames/other/RoomDoor_N.tres" id="3_apluc"] [ext_resource type="SpriteFrames" uid="uid://xs72aopsgpg6" path="res://resource/spriteFrames/other/RoomDoor_N.tres" id="3_apluc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_h5ru6") shader = ExtResource("2_h5ru6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://bvfnnqo71knb"] [gd_scene load_steps=7 format=3 uid="uid://bvfnnqo71knb"]
[ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_f3qbq"] [ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_f3qbq"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_6vvcd"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_6vvcd"]
[ext_resource type="SpriteFrames" uid="uid://xs72aopsgpg6" path="res://resource/spriteFrames/other/RoomDoor_N.tres" id="3_vbbxp"] [ext_resource type="SpriteFrames" uid="uid://xs72aopsgpg6" path="res://resource/spriteFrames/other/RoomDoor_N.tres" id="3_vbbxp"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_6vvcd") shader = ExtResource("2_6vvcd")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://wmedlesabvr3"] [gd_scene load_steps=8 format=3 uid="uid://wmedlesabvr3"]
[ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_agux2"] [ext_resource type="Script" path="res://src/game/room/RoomDoor.cs" id="1_agux2"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_wx2w3"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_wx2w3"]
[ext_resource type="SpriteFrames" uid="uid://3ps6h2f54qa5" path="res://resource/spriteFrames/other/RoomDoor_E_Up.tres" id="3_jquy0"] [ext_resource type="SpriteFrames" uid="uid://3ps6h2f54qa5" path="res://resource/spriteFrames/other/RoomDoor_E_Up.tres" id="3_jquy0"]
[ext_resource type="SpriteFrames" uid="uid://b34tddsmqnj8s" path="res://resource/spriteFrames/other/RoomDoor_E_Down.tres" id="4_6gcqk"] [ext_resource type="SpriteFrames" uid="uid://b34tddsmqnj8s" path="res://resource/spriteFrames/other/RoomDoor_E_Down.tres" id="4_6gcqk"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_yvwpk"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_wx2w3") shader = ExtResource("2_wx2w3")

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://drjkrimgii1u0"] [gd_scene load_steps=6 format=3 uid="uid://drjkrimgii1u0"]
[ext_resource type="Script" path="res://src/game/activity/prop/ActiveProp.cs" id="1_n541c"] [ext_resource type="Script" path="res://src/game/activity/prop/ActiveProp.cs" id="1_n541c"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_75di4"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_75di4"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mrkt4"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_mrkt4"]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://dfpic4nubu7cf"] [gd_scene load_steps=6 format=3 uid="uid://dfpic4nubu7cf"]
[ext_resource type="Script" path="res://src/game/activity/prop/BuffProp.cs" id="1_nlcp6"] [ext_resource type="Script" path="res://src/game/activity/prop/BuffProp.cs" id="1_nlcp6"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_imicp"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_imicp"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mrkt4"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_mrkt4"]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -2,13 +2,14 @@
[ext_resource type="PackedScene" uid="uid://dbrig6dq441wo" path="res://prefab/role/template/EnemyTemplate.tscn" id="1_2vqwe"] [ext_resource type="PackedScene" uid="uid://dbrig6dq441wo" path="res://prefab/role/template/EnemyTemplate.tscn" id="1_2vqwe"]
[ext_resource type="Script" path="res://src/game/activity/role/enemy/Enemy.cs" id="2_0pcq3"] [ext_resource type="Script" path="res://src/game/activity/role/enemy/Enemy.cs" id="2_0pcq3"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_x8agd"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_x8agd"]
[ext_resource type="SpriteFrames" uid="uid://cnctpyrn02rhd" path="res://resource/spriteFrames/role/Enemy0001.tres" id="4_qv8w5"] [ext_resource type="SpriteFrames" uid="uid://cnctpyrn02rhd" path="res://resource/spriteFrames/role/Enemy0001.tres" id="4_qv8w5"]
[ext_resource type="Animation" uid="uid://b4mgiysicdk2b" path="res://resource/animation/enemy/Enemy_reset.res" id="5_ffnft"] [ext_resource type="Animation" uid="uid://b4mgiysicdk2b" path="res://resource/animation/enemy/Enemy_reset.res" id="5_ffnft"]
[ext_resource type="Animation" uid="uid://gvkkxspcdwrp" path="res://resource/animation/enemy/Enemy_astonished.res" id="5_jyt15"] [ext_resource type="Animation" uid="uid://gvkkxspcdwrp" path="res://resource/animation/enemy/Enemy_astonished.res" id="5_jyt15"]
[ext_resource type="Animation" uid="uid://16rxpnsgj5tl" path="res://resource/animation/enemy/Enemy_notify.res" id="6_x8gmo"] [ext_resource type="Animation" uid="uid://16rxpnsgj5tl" path="res://resource/animation/enemy/Enemy_notify.res" id="6_x8gmo"]
[ext_resource type="Animation" uid="uid://cmje7jsgrhgmx" path="res://resource/animation/enemy/Enemy_query.res" id="7_e37p2"] [ext_resource type="Animation" uid="uid://cmje7jsgrhgmx" path="res://resource/animation/enemy/Enemy_query.res" id="7_e37p2"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_3nkur"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_3nkur"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_x8agd") shader = ExtResource("3_x8agd")

View File

@ -2,13 +2,14 @@
[ext_resource type="PackedScene" uid="uid://dbrig6dq441wo" path="res://prefab/role/template/EnemyTemplate.tscn" id="1_fanet"] [ext_resource type="PackedScene" uid="uid://dbrig6dq441wo" path="res://prefab/role/template/EnemyTemplate.tscn" id="1_fanet"]
[ext_resource type="Script" path="res://src/game/activity/role/enemy/NoWeaponEnemy.cs" id="2_3an4s"] [ext_resource type="Script" path="res://src/game/activity/role/enemy/NoWeaponEnemy.cs" id="2_3an4s"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_yunbp"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_yunbp"]
[ext_resource type="SpriteFrames" uid="uid://ctpkpxgcwb583" path="res://resource/spriteFrames/role/Enemy0002.tres" id="3_hbsqi"] [ext_resource type="SpriteFrames" uid="uid://ctpkpxgcwb583" path="res://resource/spriteFrames/role/Enemy0002.tres" id="3_hbsqi"]
[ext_resource type="Animation" uid="uid://gvkkxspcdwrp" path="res://resource/animation/enemy/Enemy_astonished.res" id="5_p7gwr"] [ext_resource type="Animation" uid="uid://gvkkxspcdwrp" path="res://resource/animation/enemy/Enemy_astonished.res" id="5_p7gwr"]
[ext_resource type="Animation" uid="uid://b4mgiysicdk2b" path="res://resource/animation/enemy/Enemy_reset.res" id="6_pt7v0"] [ext_resource type="Animation" uid="uid://b4mgiysicdk2b" path="res://resource/animation/enemy/Enemy_reset.res" id="6_pt7v0"]
[ext_resource type="Animation" uid="uid://cmje7jsgrhgmx" path="res://resource/animation/enemy/Enemy_query.res" id="7_h4cls"] [ext_resource type="Animation" uid="uid://cmje7jsgrhgmx" path="res://resource/animation/enemy/Enemy_query.res" id="7_h4cls"]
[ext_resource type="Animation" uid="uid://16rxpnsgj5tl" path="res://resource/animation/enemy/Enemy_notify.res" id="8_0688j"] [ext_resource type="Animation" uid="uid://16rxpnsgj5tl" path="res://resource/animation/enemy/Enemy_notify.res" id="8_0688j"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_y5nia"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_y5nia"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_yunbp") shader = ExtResource("2_yunbp")

View File

@ -2,7 +2,7 @@
[ext_resource type="PackedScene" uid="uid://cyrcv2jdgr8cf" path="res://prefab/role/template/RoleTemplate.tscn" id="1_10c2n"] [ext_resource type="PackedScene" uid="uid://cyrcv2jdgr8cf" path="res://prefab/role/template/RoleTemplate.tscn" id="1_10c2n"]
[ext_resource type="Script" path="res://src/game/activity/role/player/Player.cs" id="2_6xwnt"] [ext_resource type="Script" path="res://src/game/activity/role/player/Player.cs" id="2_6xwnt"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_rk4gg"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_rk4gg"]
[ext_resource type="Texture2D" uid="uid://dn58ax3t6rf4x" path="res://resource/sprite/role/common/Role_shadow1.png" id="3_vx7tr"] [ext_resource type="Texture2D" uid="uid://dn58ax3t6rf4x" path="res://resource/sprite/role/common/Role_shadow1.png" id="3_vx7tr"]
[ext_resource type="SpriteFrames" uid="uid://n11thtali6es" path="res://resource/spriteFrames/role/Role0001.tres" id="4_galcc"] [ext_resource type="SpriteFrames" uid="uid://n11thtali6es" path="res://resource/spriteFrames/role/Role0001.tres" id="4_galcc"]

View File

@ -1,7 +1,8 @@
[gd_scene load_steps=5 format=3 uid="uid://dbrig6dq441wo"] [gd_scene load_steps=5 format=3 uid="uid://dbrig6dq441wo"]
[ext_resource type="PackedScene" uid="uid://cyrcv2jdgr8cf" path="res://prefab/role/template/RoleTemplate.tscn" id="1_5po38"] [ext_resource type="PackedScene" uid="uid://cyrcv2jdgr8cf" path="res://prefab/role/template/RoleTemplate.tscn" id="1_5po38"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_x8agd"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_x8agd"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_k8mt5"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_k8mt5"]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=9 format=3 uid="uid://cyrcv2jdgr8cf"] [gd_scene load_steps=9 format=3 uid="uid://cyrcv2jdgr8cf"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1_xk5yk"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1_xk5yk"]
[ext_resource type="Script" path="res://src/game/activity/role/MountRotation.cs" id="2_5ddpw"] [ext_resource type="Script" path="res://src/game/activity/role/MountRotation.cs" id="2_5ddpw"]
[ext_resource type="Script" path="res://src/framework/activity/hurt/HurtArea.cs" id="2_8jnvr"] [ext_resource type="Script" path="res://src/framework/activity/hurt/HurtArea.cs" id="2_8jnvr"]
[ext_resource type="SpriteFrames" uid="uid://c8h5svp76h3kw" path="res://resource/spriteFrames/role/Role_tip.tres" id="3_bo78w"] [ext_resource type="SpriteFrames" uid="uid://c8h5svp76h3kw" path="res://resource/spriteFrames/role/Role_tip.tres" id="3_bo78w"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yif6x"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_yif6x"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_xk5yk") shader = ExtResource("1_xk5yk")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://bj4yr6ru8nhwr"] [gd_scene load_steps=7 format=3 uid="uid://bj4yr6ru8nhwr"]
[ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_2g70c"] [ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_2g70c"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_tdny6"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_tdny6"]
[ext_resource type="SpriteFrames" uid="uid://b8gksxl7auquc" path="res://resource/spriteFrames/shell/Shell0001.tres" id="3_ujn5y"] [ext_resource type="SpriteFrames" uid="uid://b8gksxl7auquc" path="res://resource/spriteFrames/shell/Shell0001.tres" id="3_ujn5y"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_tdny6") shader = ExtResource("2_tdny6")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://cdhinm8rnppxt"] [gd_scene load_steps=7 format=3 uid="uid://cdhinm8rnppxt"]
[ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_qi64y"] [ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_qi64y"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_s28nu"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_s28nu"]
[ext_resource type="SpriteFrames" uid="uid://cj8psdl2pova6" path="res://resource/spriteFrames/shell/Shell0002.tres" id="3_r560h"] [ext_resource type="SpriteFrames" uid="uid://cj8psdl2pova6" path="res://resource/spriteFrames/shell/Shell0002.tres" id="3_r560h"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_s28nu") shader = ExtResource("2_s28nu")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://ba5sxxjaappbj"] [gd_scene load_steps=7 format=3 uid="uid://ba5sxxjaappbj"]
[ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_5hfb2"] [ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_5hfb2"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_586dn"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_586dn"]
[ext_resource type="SpriteFrames" uid="uid://kc1jwvwdg660" path="res://resource/spriteFrames/shell/Shell0003.tres" id="3_j2kre"] [ext_resource type="SpriteFrames" uid="uid://kc1jwvwdg660" path="res://resource/spriteFrames/shell/Shell0003.tres" id="3_j2kre"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_586dn") shader = ExtResource("2_586dn")

View File

@ -1,9 +1,10 @@
[gd_scene load_steps=7 format=3 uid="uid://ycr5mjr25302"] [gd_scene load_steps=7 format=3 uid="uid://ycr5mjr25302"]
[ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_ridlp"] [ext_resource type="Script" path="res://src/game/activity/common/AutoFreezeObject.cs" id="1_ridlp"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_guwkk"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_guwkk"]
[ext_resource type="SpriteFrames" uid="uid://b8b0ye3iv1vwp" path="res://resource/spriteFrames/shell/Shell0004.tres" id="3_1s5f3"] [ext_resource type="SpriteFrames" uid="uid://b8b0ye3iv1vwp" path="res://resource/spriteFrames/shell/Shell0004.tres" id="3_1s5f3"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_px12l"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_guwkk") shader = ExtResource("2_guwkk")

View File

@ -2,16 +2,17 @@
[ext_resource type="Script" path="res://src/game/ui/encyclopedia/EncyclopediaPanel.cs" id="1_hd86y"] [ext_resource type="Script" path="res://src/game/ui/encyclopedia/EncyclopediaPanel.cs" id="1_hd86y"]
[ext_resource type="Texture2D" uid="uid://c0st2iiql8igg" path="res://resource/sprite/ui/encyclopedia/TitleBg.png" id="3_gdtik"] [ext_resource type="Texture2D" uid="uid://c0st2iiql8igg" path="res://resource/sprite/ui/encyclopedia/TitleBg.png" id="3_gdtik"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_o1xl7"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_o1xl7"]
[ext_resource type="Texture2D" uid="uid://dahib4qcevboo" path="res://resource/sprite/ui/encyclopedia/Panel2.png" id="4_21546"] [ext_resource type="Texture2D" uid="uid://dahib4qcevboo" path="res://resource/sprite/ui/encyclopedia/Panel2.png" id="4_21546"]
[ext_resource type="Texture2D" uid="uid://jb73i5q1dv2a" path="res://resource/sprite/ui/encyclopedia/Tab.png" id="4_nm64b"] [ext_resource type="Texture2D" uid="uid://jb73i5q1dv2a" path="res://resource/sprite/ui/encyclopedia/Tab.png" id="4_nm64b"]
[ext_resource type="Texture2D" uid="uid://brevrlfdtllmk" path="res://resource/sprite/ui/encyclopedia/Select.png" id="5_f0anf"] [ext_resource type="Texture2D" uid="uid://brevrlfdtllmk" path="res://resource/sprite/ui/encyclopedia/Select.png" id="5_f0anf"]
[ext_resource type="Texture2D" uid="uid://cu5y32wfai4pn" path="res://resource/sprite/ui/encyclopedia/Item.png" id="5_niceh"] [ext_resource type="Texture2D" uid="uid://cu5y32wfai4pn" path="res://resource/sprite/ui/encyclopedia/Item.png" id="5_niceh"]
[ext_resource type="Texture2D" uid="uid://conjg6fw6670x" path="res://resource/sprite/ui/encyclopedia/Panel.png" id="7_hfdat"] [ext_resource type="Texture2D" uid="uid://conjg6fw6670x" path="res://resource/sprite/ui/encyclopedia/Panel.png" id="7_hfdat"]
[ext_resource type="Shader" path="res://resource/material/Outline.gdshader" id="9_mmpq6"] [ext_resource type="Shader" path="res://resource/shader/Outline.gdshader" id="9_mmpq6"]
[ext_resource type="Texture2D" uid="uid://cuas0bdjlpmwb" path="res://resource/sprite/ui/encyclopedia/Close.png" id="10_jgsfw"] [ext_resource type="Texture2D" uid="uid://cuas0bdjlpmwb" path="res://resource/sprite/ui/encyclopedia/Close.png" id="10_jgsfw"]
[ext_resource type="Texture2D" uid="uid://7x5b5ed7hk7w" path="res://resource/sprite/ui/encyclopedia/CloseSelect.png" id="11_247gy"] [ext_resource type="Texture2D" uid="uid://7x5b5ed7hk7w" path="res://resource/sprite/ui/encyclopedia/CloseSelect.png" id="11_247gy"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_gm0bl"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_gm0bl"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_o1xl7") shader = ExtResource("3_o1xl7")

View File

@ -5,12 +5,13 @@
[ext_resource type="Material" uid="uid://cces3bhds7jyi" path="res://resource/material/Blend.tres" id="2_xb40b"] [ext_resource type="Material" uid="uid://cces3bhds7jyi" path="res://resource/material/Blend.tres" id="2_xb40b"]
[ext_resource type="Texture2D" uid="uid://c5778ntk2rdon" path="res://resource/sprite/ui/commonIcon/Delete.png" id="3_7xihk"] [ext_resource type="Texture2D" uid="uid://c5778ntk2rdon" path="res://resource/sprite/ui/commonIcon/Delete.png" id="3_7xihk"]
[ext_resource type="Texture2D" uid="uid://dligpyhp72sg7" path="res://resource/sprite/ui/commonIcon/Right.png" id="3_v5clf"] [ext_resource type="Texture2D" uid="uid://dligpyhp72sg7" path="res://resource/sprite/ui/commonIcon/Right.png" id="3_v5clf"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="4_7uegb"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="4_7uegb"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/NumberAttribute.cs" id="6_1ym7l"] [ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/NumberAttribute.cs" id="6_1ym7l"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/ObjectAttribute.cs" id="7_516p2"] [ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/ObjectAttribute.cs" id="7_516p2"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/OptionAttribute.cs" id="7_o1tg2"] [ext_resource type="Script" path="res://src/game/ui/mapEditorCreateMark/attribute/OptionAttribute.cs" id="7_o1tg2"]
[ext_resource type="Texture2D" uid="uid://dggb6p4sdmfry" path="res://resource/sprite/ui/commonIcon/Edit.png" id="7_yeuy4"] [ext_resource type="Texture2D" uid="uid://dggb6p4sdmfry" path="res://resource/sprite/ui/commonIcon/Edit.png" id="7_yeuy4"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ywcv8"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_ywcv8"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("4_7uegb") shader = ExtResource("4_7uegb")

View File

@ -6,9 +6,10 @@
[ext_resource type="Texture2D" uid="uid://c5778ntk2rdon" path="res://resource/sprite/ui/commonIcon/Delete.png" id="4_urq7y"] [ext_resource type="Texture2D" uid="uid://c5778ntk2rdon" path="res://resource/sprite/ui/commonIcon/Delete.png" id="4_urq7y"]
[ext_resource type="Texture2D" uid="uid://d4gduco55dqpk" path="res://resource/sprite/ui/commonIcon/Down.png" id="5_x5dpw"] [ext_resource type="Texture2D" uid="uid://d4gduco55dqpk" path="res://resource/sprite/ui/commonIcon/Down.png" id="5_x5dpw"]
[ext_resource type="Texture2D" uid="uid://bn47bmilcw4x0" path="res://resource/sprite/ui/commonIcon/Select2.png" id="6_jpt3y"] [ext_resource type="Texture2D" uid="uid://bn47bmilcw4x0" path="res://resource/sprite/ui/commonIcon/Select2.png" id="6_jpt3y"]
[ext_resource type="Texture2D" uid="uid://dqvg18aacx6db" path="res://resource/sprite/ui/commonIcon/Visible.png" id="6_qiemx"] [ext_resource type="Texture2D" uid="uid://cpjm2q4000an2" path="res://resource/sprite/ui/commonIcon/Visible.png" id="6_qiemx"]
[ext_resource type="Texture2D" uid="uid://btetxb0hqoifk" path="res://resource/sprite/ui/commonIcon/MarkCell_placeholder.png" id="8_p8o70"] [ext_resource type="Texture2D" uid="uid://btetxb0hqoifk" path="res://resource/sprite/ui/commonIcon/MarkCell_placeholder.png" id="8_p8o70"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="9_vr0bo"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="9_vr0bo"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_xxv8l"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_xxv8l"]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -3,7 +3,8 @@
[ext_resource type="Script" path="res://src/game/ui/mapEditorSelectObject/MapEditorSelectObjectPanel.cs" id="1_hdfkd"] [ext_resource type="Script" path="res://src/game/ui/mapEditorSelectObject/MapEditorSelectObjectPanel.cs" id="1_hdfkd"]
[ext_resource type="Texture2D" uid="uid://bn47bmilcw4x0" path="res://resource/sprite/ui/commonIcon/Select2.png" id="3_4nhjm"] [ext_resource type="Texture2D" uid="uid://bn47bmilcw4x0" path="res://resource/sprite/ui/commonIcon/Select2.png" id="3_4nhjm"]
[ext_resource type="Texture2D" uid="uid://blfvsup876agh" path="res://resource/sprite/ui/commonIcon/Search.png" id="3_laasd"] [ext_resource type="Texture2D" uid="uid://blfvsup876agh" path="res://resource/sprite/ui/commonIcon/Search.png" id="3_laasd"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="4_uomdx"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="4_uomdx"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_8bgig"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_8bgig"]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -6,11 +6,12 @@
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragArea.cs" id="3_3w0w6"] [ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragArea.cs" id="3_3w0w6"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragButton.cs" id="3_45muq"] [ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragButton.cs" id="3_45muq"]
[ext_resource type="Texture2D" uid="uid://4wupcp53rrpi" path="res://resource/sprite/ui/mapEditorTools/DoorDragButton.png" id="3_trbb5"] [ext_resource type="Texture2D" uid="uid://4wupcp53rrpi" path="res://resource/sprite/ui/mapEditorTools/DoorDragButton.png" id="3_trbb5"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="6_krtnu"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="6_krtnu"]
[ext_resource type="Texture2D" uid="uid://dnty1a2tcawos" path="res://resource/sprite/ui/commonIcon/Mark.png" id="6_n7h3g"] [ext_resource type="Texture2D" uid="uid://dnty1a2tcawos" path="res://resource/sprite/ui/commonIcon/Mark.png" id="6_n7h3g"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/MarkTool.cs" id="7_ekxcj"] [ext_resource type="Script" path="res://src/game/ui/mapEditorTools/MarkTool.cs" id="7_ekxcj"]
[ext_resource type="Texture2D" uid="uid://cuntr7hec044f" path="res://resource/sprite/ui/commonIcon/Select.png" id="7_mqmd6"] [ext_resource type="Texture2D" uid="uid://cuntr7hec044f" path="res://resource/sprite/ui/commonIcon/Select.png" id="7_mqmd6"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wxp5t"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_wxp5t"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("6_krtnu") shader = ExtResource("6_krtnu")

View File

@ -13,7 +13,7 @@
[ext_resource type="Texture2D" uid="uid://0swkya4hn82c" path="res://resource/sprite/ui/roomUI/Panel.png" id="10_q3fs8"] [ext_resource type="Texture2D" uid="uid://0swkya4hn82c" path="res://resource/sprite/ui/roomUI/Panel.png" id="10_q3fs8"]
[ext_resource type="Texture2D" uid="uid://504f1r0mi33n" path="res://resource/sprite/weapon/weapon0005/Weapon0005.png" id="11_lsai4"] [ext_resource type="Texture2D" uid="uid://504f1r0mi33n" path="res://resource/sprite/weapon/weapon0005/Weapon0005.png" id="11_lsai4"]
[ext_resource type="Texture2D" uid="uid://bsu7re1lxnr72" path="res://resource/sprite/ui/roomUI/Cooldown.png" id="11_p0smc"] [ext_resource type="Texture2D" uid="uid://bsu7re1lxnr72" path="res://resource/sprite/ui/roomUI/Cooldown.png" id="11_p0smc"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="12_fgyob"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="12_fgyob"]
[ext_resource type="Texture2D" uid="uid://dwysndc5ffski" path="res://resource/sprite/ui/roomUI/ChargeProgressBar.png" id="13_6w7qi"] [ext_resource type="Texture2D" uid="uid://dwysndc5ffski" path="res://resource/sprite/ui/roomUI/ChargeProgressBar.png" id="13_6w7qi"]
[ext_resource type="Texture2D" uid="uid://ck0w7at3oat5" path="res://resource/sprite/ui/roomUI/ChargeProgress.png" id="13_vuglj"] [ext_resource type="Texture2D" uid="uid://ck0w7at3oat5" path="res://resource/sprite/ui/roomUI/ChargeProgress.png" id="13_vuglj"]
[ext_resource type="PackedScene" uid="uid://bmj3p25gwpqpn" path="res://prefab/ui/RoomMap.tscn" id="16_rp3sg"] [ext_resource type="PackedScene" uid="uid://bmj3p25gwpqpn" path="res://prefab/ui/RoomMap.tscn" id="16_rp3sg"]
@ -87,6 +87,7 @@ grow_vertical = 2
texture = ExtResource("2_ruc0p") texture = ExtResource("2_ruc0p")
[node name="InteractiveIcon" type="TextureRect" parent="InteractiveTipBar"] [node name="InteractiveIcon" type="TextureRect" parent="InteractiveTipBar"]
visible = false
layout_mode = 0 layout_mode = 0
offset_top = -30.0 offset_top = -30.0
offset_bottom = -30.0 offset_bottom = -30.0

View File

@ -3,9 +3,10 @@
[ext_resource type="Script" path="res://src/game/ui/weaponRoulette/WeaponRoulettePanel.cs" id="1_1uvbk"] [ext_resource type="Script" path="res://src/game/ui/weaponRoulette/WeaponRoulettePanel.cs" id="1_1uvbk"]
[ext_resource type="Texture2D" uid="uid://e6krxgte01j3" path="res://resource/sprite/ui/roulette/RouletteBg.png" id="2_k6gjh"] [ext_resource type="Texture2D" uid="uid://e6krxgte01j3" path="res://resource/sprite/ui/roulette/RouletteBg.png" id="2_k6gjh"]
[ext_resource type="Script" path="res://src/game/ui/weaponRoulette/WeaponSlot.cs" id="3_8v011"] [ext_resource type="Script" path="res://src/game/ui/weaponRoulette/WeaponSlot.cs" id="3_8v011"]
[ext_resource type="Shader" path="res://resource/material/Outline.gdshader" id="4_p348k"] [ext_resource type="Shader" path="res://resource/shader/Outline.gdshader" id="4_p348k"]
[ext_resource type="Texture2D" uid="uid://dmm8jw06bhffh" path="res://resource/sprite/ui/commonIcon/Lock.png" id="6_7mog3"] [ext_resource type="Texture2D" uid="uid://dmm8jw06bhffh" path="res://resource/sprite/ui/commonIcon/Lock.png" id="6_7mog3"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_i1wmw"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_i1wmw"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("4_p348k") shader = ExtResource("4_p348k")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_ykl0r"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_ykl0r"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_t56pk"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_t56pk"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_x1q03"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_x1q03"]
[ext_resource type="SpriteFrames" uid="uid://5m0qs7m4er5u" path="res://resource/spriteFrames/weapon/Weapon0001.tres" id="4_d5c81"] [ext_resource type="SpriteFrames" uid="uid://5m0qs7m4er5u" path="res://resource/spriteFrames/weapon/Weapon0001.tres" id="4_d5c81"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_5bfqf"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_5bfqf"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_x1q03") shader = ExtResource("3_x1q03")

View File

@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_hgtyo"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_hgtyo"]
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_r50xc"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_r50xc"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_8nvny"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_8nvny"]
[ext_resource type="SpriteFrames" uid="uid://domhmo4flmlt0" path="res://resource/spriteFrames/weapon/Weapon0002.tres" id="3_4h3je"] [ext_resource type="SpriteFrames" uid="uid://domhmo4flmlt0" path="res://resource/spriteFrames/weapon/Weapon0002.tres" id="3_4h3je"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_bywvu"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_bywvu"]

View File

@ -2,9 +2,10 @@
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_aeolk"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_aeolk"]
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_c17wt"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_c17wt"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_4yjnk"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_4yjnk"]
[ext_resource type="SpriteFrames" uid="uid://c7dt1uwdybn5" path="res://resource/spriteFrames/weapon/Weapon0003.tres" id="3_upkjt"] [ext_resource type="SpriteFrames" uid="uid://c7dt1uwdybn5" path="res://resource/spriteFrames/weapon/Weapon0003.tres" id="3_upkjt"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_c6pgc"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_c6pgc"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_4yjnk") shader = ExtResource("2_4yjnk")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_kg172"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_kg172"]
[ext_resource type="Script" path="res://src/game/activity/weapon/knife/Knife.cs" id="2_v1wer"] [ext_resource type="Script" path="res://src/game/activity/weapon/knife/Knife.cs" id="2_v1wer"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_63s5g"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_63s5g"]
[ext_resource type="SpriteFrames" uid="uid://k2tktysa7j86" path="res://resource/spriteFrames/weapon/Weapon0004.tres" id="4_uymcs"] [ext_resource type="SpriteFrames" uid="uid://k2tktysa7j86" path="res://resource/spriteFrames/weapon/Weapon0004.tres" id="4_uymcs"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_o5ytq"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_o5ytq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_63s5g") shader = ExtResource("3_63s5g")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://bwhi5e52wiiay"] [gd_scene load_steps=8 format=3 uid="uid://bwhi5e52wiiay"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_3lu3r"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_3lu3r"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1_466gw"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1_466gw"]
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_lyhyf"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_lyhyf"]
[ext_resource type="SpriteFrames" uid="uid://djdvlmqsn8bie" path="res://resource/spriteFrames/weapon/Weapon0005.tres" id="2_m3plc"] [ext_resource type="SpriteFrames" uid="uid://djdvlmqsn8bie" path="res://resource/spriteFrames/weapon/Weapon0005.tres" id="2_m3plc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_uftuv"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_uftuv"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_466gw") shader = ExtResource("1_466gw")

View File

@ -2,9 +2,10 @@
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_5nx8j"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_5nx8j"]
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_kx4jd"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_kx4jd"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1_rp1bw"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1_rp1bw"]
[ext_resource type="SpriteFrames" uid="uid://dx1mjbx4acs3q" path="res://resource/spriteFrames/weapon/Weapon0006.tres" id="2_j3sji"] [ext_resource type="SpriteFrames" uid="uid://dx1mjbx4acs3q" path="res://resource/spriteFrames/weapon/Weapon0006.tres" id="2_j3sji"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_m6bme"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_m6bme"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_rp1bw") shader = ExtResource("1_rp1bw")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_5xnlm"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_5xnlm"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_exwbu"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_exwbu"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_7rywx"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_7rywx"]
[ext_resource type="SpriteFrames" uid="uid://xxyokrbt10xm" path="res://resource/spriteFrames/weapon/Weapon0007.tres" id="3_ms2gs"] [ext_resource type="SpriteFrames" uid="uid://xxyokrbt10xm" path="res://resource/spriteFrames/weapon/Weapon0007.tres" id="3_ms2gs"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_7rywx") shader = ExtResource("2_7rywx")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=11 format=3 uid="uid://yt10i80hs3gt"] [gd_scene load_steps=11 format=3 uid="uid://yt10i80hs3gt"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_l63x2"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_l63x2"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1_mhoa7"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1_mhoa7"]
[ext_resource type="SpriteFrames" uid="uid://b2wpy40adyjs6" path="res://resource/spriteFrames/weapon/Weapon0008.tres" id="2_s0xbw"] [ext_resource type="SpriteFrames" uid="uid://b2wpy40adyjs6" path="res://resource/spriteFrames/weapon/Weapon0008.tres" id="2_s0xbw"]
[ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_p833u"] [ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_p833u"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_mhoa7") shader = ExtResource("1_mhoa7")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=11 format=3 uid="uid://2lb2h8qunqyu"] [gd_scene load_steps=11 format=3 uid="uid://2lb2h8qunqyu"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1_6fbtx"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1_6fbtx"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_eprgt"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_eprgt"]
[ext_resource type="SpriteFrames" uid="uid://c0xwj3kpk02ua" path="res://resource/spriteFrames/weapon/Weapon0009.tres" id="2_4kxpd"] [ext_resource type="SpriteFrames" uid="uid://c0xwj3kpk02ua" path="res://resource/spriteFrames/weapon/Weapon0009.tres" id="2_4kxpd"]
[ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_o2wqt"] [ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_o2wqt"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_6fbtx") shader = ExtResource("1_6fbtx")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=11 format=3 uid="uid://dhnrfqcojc367"] [gd_scene load_steps=11 format=3 uid="uid://dhnrfqcojc367"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_bw5v7"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="1_bw5v7"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_pht5a"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="2_pht5a"]
[ext_resource type="SpriteFrames" uid="uid://cd7fhaqk587o2" path="res://resource/spriteFrames/weapon/Weapon0010.tres" id="3_nj0c6"] [ext_resource type="SpriteFrames" uid="uid://cd7fhaqk587o2" path="res://resource/spriteFrames/weapon/Weapon0010.tres" id="3_nj0c6"]
[ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_2cd01"] [ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_2cd01"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_cbiyh"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("2_pht5a") shader = ExtResource("2_pht5a")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_fgcwf"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_fgcwf"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_m84k4"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_m84k4"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_4rq0j"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_4rq0j"]
[ext_resource type="SpriteFrames" uid="uid://xvfg1a0xj7ng" path="res://resource/spriteFrames/weapon/Weapon0011.tres" id="4_bnkqc"] [ext_resource type="SpriteFrames" uid="uid://xvfg1a0xj7ng" path="res://resource/spriteFrames/weapon/Weapon0011.tres" id="4_bnkqc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_m6bme"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_m6bme"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_4rq0j") shader = ExtResource("3_4rq0j")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_f1h8o"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_f1h8o"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_bpgfu"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_bpgfu"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_0l3ip"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_0l3ip"]
[ext_resource type="SpriteFrames" uid="uid://cawsi08vaqfrn" path="res://resource/spriteFrames/weapon/Weapon0013.tres" id="4_w7ibl"] [ext_resource type="SpriteFrames" uid="uid://cawsi08vaqfrn" path="res://resource/spriteFrames/weapon/Weapon0013.tres" id="4_w7ibl"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_0l3ip") shader = ExtResource("3_0l3ip")

View File

@ -2,9 +2,10 @@
[ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_3op5w"] [ext_resource type="PackedScene" uid="uid://cxltmhhp4rbyk" path="res://prefab/weapon/WeaponTemplate.tscn" id="1_3op5w"]
[ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_toxwq"] [ext_resource type="Script" path="res://src/game/activity/weapon/gun/Gun.cs" id="2_toxwq"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_ch83c"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_ch83c"]
[ext_resource type="SpriteFrames" uid="uid://taxfr2lcy0f3" path="res://resource/spriteFrames/weapon/Weapon0014.tres" id="4_xdmw2"] [ext_resource type="SpriteFrames" uid="uid://taxfr2lcy0f3" path="res://resource/spriteFrames/weapon/Weapon0014.tres" id="4_xdmw2"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_ch83c") shader = ExtResource("3_ch83c")

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=11 format=3 uid="uid://b7s3fvpkltk1d"] [gd_scene load_steps=11 format=3 uid="uid://b7s3fvpkltk1d"]
[ext_resource type="Script" path="res://src/game/activity/weapon/bow/Bow.cs" id="1_k4gvs"] [ext_resource type="Script" path="res://src/game/activity/weapon/bow/Bow.cs" id="1_k4gvs"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="3_cui8l"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="3_cui8l"]
[ext_resource type="SpriteFrames" uid="uid://ccrflh6pjmq7r" path="res://resource/spriteFrames/weapon/Weapon0016.tres" id="4_buwa4"] [ext_resource type="SpriteFrames" uid="uid://ccrflh6pjmq7r" path="res://resource/spriteFrames/weapon/Weapon0016.tres" id="4_buwa4"]
[ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_nl06y"] [ext_resource type="Animation" uid="uid://v3dltmdstqad" path="res://resource/animation/weapon/Weapon_floodlight.res" id="4_nl06y"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_sy2aq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_cui8l") shader = ExtResource("3_cui8l")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,6 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cces3bhds7jyi"] [gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cces3bhds7jyi"]
[ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="1"] [ext_resource type="Shader" path="res://resource/shader/Blend.gdshader" id="1"]
[resource] [resource]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -1,6 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://chcpnatun8hlf"] [gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://chcpnatun8hlf"]
[ext_resource type="Shader" path="res://resource/material/Grid.gdshader" id="1_xhgfe"] [ext_resource type="Shader" path="res://resource/shader/Grid.gdshader" id="1_xhgfe"]
[resource] [resource]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -1,6 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://j8t31iuumvhr"] [gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://j8t31iuumvhr"]
[ext_resource type="Shader" path="res://resource/material/Outline.gdshader" id="1_neih8"] [ext_resource type="Shader" path="res://resource/shader/Outline.gdshader" id="1_neih8"]
[resource] [resource]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -1,6 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://jywcy17le5fd"] [gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://jywcy17le5fd"]
[ext_resource type="Shader" path="res://resource/material/Outline2.gdshader" id="1_skooq"] [ext_resource type="Shader" path="res://resource/shader/Outline2.gdshader" id="1_skooq"]
[resource] [resource]
resource_local_to_scene = true resource_local_to_scene = true

View File

@ -0,0 +1,13 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://civgek3sgwh82"]
[ext_resource type="Shader" path="res://resource/shader/RingOfPower.gdshader" id="1_skd47"]
[resource]
shader = ExtResource("1_skd47")
shader_parameter/radius = 0.58
shader_parameter/thickness = 0.2
shader_parameter/color = Color(0.9, 0.4, 0.1, 1)
shader_parameter/brightness = 5.0
shader_parameter/angular_speed = 2.5
shader_parameter/radial_speed = 1.4
shader_parameter/alpha = 0.5

View File

@ -1,6 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cca0ka64xmrrd"] [gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cca0ka64xmrrd"]
[ext_resource type="Shader" path="res://resource/material/Sawtooth.gdshader" id="1_nrhtr"] [ext_resource type="Shader" path="res://resource/shader/Sawtooth.gdshader" id="1_nrhtr"]
[resource] [resource]
shader = ExtResource("1_nrhtr") shader = ExtResource("1_nrhtr")

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