shaders folder!

This commit is contained in:
pennyrigate 2023-03-08 01:07:24 -05:00
parent 69c28ced8b
commit f1e7f136f8
30 changed files with 28 additions and 29 deletions

View file

@ -3,7 +3,7 @@
[ext_resource path="res://maps/map.gd" type="Script" id=1]
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=2]
[ext_resource path="res://graphics/backgrounds/abyss.png" type="Texture" id=3]
[ext_resource path="res://scripts/water_ripple.gdshader" type="Shader" id=4]
[ext_resource path="res://shaders/water_ripple.gdshader" type="Shader" id=4]
[ext_resource path="res://audio/music/moon_trail.mp3" type="AudioStream" id=5]
[ext_resource path="res://graphics/tiles/abyss.png" type="Texture" id=6]
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=7]

View file

@ -2,7 +2,7 @@
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
[ext_resource path="res://tilesets/t_gui.tres" type="TileSet" id=2]
[ext_resource path="res://scripts/1px_border.gdshader" type="Shader" id=3]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=3]
[ext_resource path="res://graphics/hud/levelselect_arrow.png" type="Texture" id=4]
[ext_resource path="res://objects/collectibles/gold.tscn" type="PackedScene" id=5]
[ext_resource path="res://graphics/hud/levelselect_nexlevel.png" type="Texture" id=6]

View file

@ -14,7 +14,7 @@
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=12]
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=13]
[ext_resource path="res://objects/respawn_point.tscn" type="PackedScene" id=16]
[ext_resource path="res://scripts/1px_border.gdshader" type="Shader" id=17]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=17]
[ext_resource path="res://objects/enemy/tin.tscn" type="PackedScene" id=20]
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=21]
[ext_resource path="res://objects/enemy/rolling_fiend.tscn" type="PackedScene" id=22]
@ -149,6 +149,7 @@ material = SubResource( 4 )
position = Vector2( 120, 168 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="SawTest4" type="AnimatedSprite" parent="."]
@ -156,7 +157,6 @@ material = SubResource( 4 )
position = Vector2( 160, 168 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="SawTest5" type="AnimatedSprite" parent="."]
@ -164,7 +164,6 @@ material = SubResource( 4 )
position = Vector2( 56, 176 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="RollingFiend" parent="." instance=ExtResource( 22 )]
@ -172,13 +171,13 @@ position = Vector2( 48, 120 )
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
visible = false
frame = 0
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
material = SubResource( 4 )
position = Vector2( 4, 4 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="Steam" parent="." instance=ExtResource( 23 )]