7-9-25 6:00pm7-9-25 6:00pm7-9-25 6:00pm7-9-25 6:00pm7-9-25 6:00pm7-9-25

6:00pm7-9-25 6:00pm7-9-25 6:00pm7-9-25 6:00pm
This commit is contained in:
2025-07-09 18:00:42 -04:00
parent 00c0cfcff7
commit 1c1266fd25
27 changed files with 319 additions and 189 deletions

View File

@@ -1,4 +1,4 @@
shader_type spatial;
shader_type canvas_item;
void vertex() {
// Called for every vertex the material is visible on.
@@ -6,7 +6,7 @@ void vertex() {
void fragment() {
// Called for every pixel the material is visible on.
ALBEDO = vec3(1, 0, 0);
COLOR = vec4(1, 0, 0, 1);
}
//void light() {

View File

@@ -3,4 +3,5 @@
[ext_resource type="Shader" uid="uid://dvpsalh3o60iu" path="res://shaders/red.gdshader" id="1_ofpe7"]
[resource]
render_priority = 0
shader = ExtResource("1_ofpe7")