优化液体shader
1 parent a66803b commit c805f60898aa6309576504a183bb9e765518bcdf
@小李xl 小李xl authored on 8 Apr 2024
Showing 17 changed files
View
1
■■■■
DungeonShooting_Godot/prefab/role/enemy/Enemy0002.tscn
[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://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"]
 
 
[sub_resource type="ShaderMaterial" id="ShaderMaterial_y5nia"]
resource_local_to_scene = true
shader = ExtResource("2_yunbp")
View
6
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
}
],
"InletList": [
{
"ErrorType": 2,
"Path": "resource/map/tileMaps/Test1/inlet/Start"
},
{
"ErrorType": 0,
"Path": "resource/map/tileMaps/Test1/inlet/Start"
"Path": "resource/map/tileMaps/Test1/inlet/Start2"
}
],
"OutletList": [
{
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/RoomInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/TileInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start2/Preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start2/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start2/Preview.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start2/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start2/TileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/shader/Sawtooth.gdshader
View
DungeonShooting_Godot/resource/sprite/brush/Temp.png
View
DungeonShooting_Godot/scene/test/TestCreateSector.tscn
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/map/liquid/LiquidCanvas.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs