Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
DriveSP committed Nov 22, 2024
1 parent b1957ec commit 5ed38af
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/materials/bathroom_shader.tres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cm1iq0isxjdqv"]
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://qm4tflob2hed"]

[sub_resource type="Shader" id="Shader_g2yis"]
code = "shader_type canvas_item;
Expand Down
2 changes: 1 addition & 1 deletion assets/materials/blood.tres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_resource type="Shader" format=3 uid="uid://e4ipqobkp8oq"]
[gd_resource type="Shader" format=3 uid="uid://cl4igyhj8ycde"]

[resource]
code = "shader_type canvas_item;
Expand Down
4 changes: 2 additions & 2 deletions assets/materials/blood_materia.tres
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://b0wmofx38qqu2"]
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://ilp3hdc66mxl"]

[ext_resource type="Shader" uid="uid://e4ipqobkp8oq" path="res://assets/materials/blood.tres" id="1_r3lh1"]
[ext_resource type="Shader" uid="uid://cl4igyhj8ycde" path="res://assets/materials/blood.tres" id="1_r3lh1"]

[resource]
shader = ExtResource("1_r3lh1")
Expand Down
2 changes: 1 addition & 1 deletion assets/materials/vignette.tres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_resource type="Shader" format=3 uid="uid://da4xq4yvnmigh"]
[gd_resource type="Shader" format=3 uid="uid://x85fjtny8s4h"]

[resource]
code = "shader_type canvas_item;
Expand Down
4 changes: 2 additions & 2 deletions assets/materials/vignette_materia.tres
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://b04543apja7w8"]
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://dc7hpj2ikl847"]

[ext_resource type="Shader" uid="uid://da4xq4yvnmigh" path="res://assets/materials/vignette.tres" id="1_bqu14"]
[ext_resource type="Shader" uid="uid://x85fjtny8s4h" path="res://assets/materials/vignette.tres" id="1_bqu14"]

[resource]
shader = ExtResource("1_bqu14")
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.png, *.txt"
exclude_filter=""
export_path="build/web/index.html"
export_path="../../index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down
6 changes: 3 additions & 3 deletions scenes/Principal.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[ext_resource type="Script" path="res://scenes/bath_room_light.gd" id="4_4yf2j"]
[ext_resource type="PackedScene" uid="uid://j82vpwbejb38" path="res://scenes/Prefabs/trigger.tscn" id="5_omke0"]
[ext_resource type="Script" path="res://scenes/shaders_control.gd" id="6_31grw"]
[ext_resource type="Material" uid="uid://b04543apja7w8" path="res://assets/materials/vignette_materia.tres" id="6_pug0m"]
[ext_resource type="Material" uid="uid://dc7hpj2ikl847" path="res://assets/materials/vignette_materia.tres" id="6_pug0m"]
[ext_resource type="PackedScene" uid="uid://j2kel3e4mudp" path="res://scenes/Prefabs/zoom_item.tscn" id="6_youc5"]
[ext_resource type="Texture2D" uid="uid://bxelkdl102274" path="res://assets/materials/transparent-background.png" id="7_1dy4f"]
[ext_resource type="Material" uid="uid://b0wmofx38qqu2" path="res://assets/materials/blood_materia.tres" id="8_op68h"]
[ext_resource type="Material" uid="uid://cm1iq0isxjdqv" path="res://assets/materials/bathroom_shader.tres" id="9_n7lhl"]
[ext_resource type="Material" uid="uid://ilp3hdc66mxl" path="res://assets/materials/blood_materia.tres" id="8_op68h"]
[ext_resource type="Material" uid="uid://qm4tflob2hed" path="res://assets/materials/bathroom_shader.tres" id="9_n7lhl"]
[ext_resource type="PackedScene" uid="uid://cdtljaux3f3i1" path="res://scenes/puzzles/puzzles.tscn" id="12_c3sp8"]
[ext_resource type="PackedScene" uid="uid://dqp3w3mh0bjad" path="res://scenes/Prefabs/Ending.tscn" id="13_1osdi"]

Expand Down
2 changes: 0 additions & 2 deletions scripts/puzzles_rejilla.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ extends CanvasLayer

@onready var rejilla_sin_tornillos = $"Rejilla-sin-tornillos"
@onready var pastillasButton = $"Rejilla-sin-pastis/pastillas"
@onready var rejilla_sin_rejilla = $"Rejilla-sin-rejilla"
@onready var panel_container = $PanelContainer
const PASTILLAS_64X_64 = preload("res://assets/sprites/Puzles/puzle2-rejilla/pastillas64x64.png")

@export var event_id=""
Expand Down

0 comments on commit 5ed38af

Please sign in to comment.