Skip to content

Commit d3d3088

Browse files
committed
Goodbye heathcliff cat, you will be missed
Don't forget to RSVP to his funeral.
1 parent 051e3f7 commit d3d3088

6 files changed

Lines changed: 40 additions & 6 deletions

File tree

Classes/Events/Assets/Event1.png

13.7 KB
Loading
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
importer="texture"
44
type="CompressedTexture2D"
5-
uid="uid://cy15tmixv0b6"
6-
path="res://.godot/imported/TEMP.png-782c35a0eebabf4d103f16dcac6860f5.ctex"
5+
uid="uid://76wufdnhkrvk"
6+
path="res://.godot/imported/Event1.png-2f5f476395c8adde38110b361ff5d5f3.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://Classes/Events/Assets/TEMP.png"
14-
dest_files=["res://.godot/imported/TEMP.png-782c35a0eebabf4d103f16dcac6860f5.ctex"]
13+
source_file="res://Classes/Events/Assets/Event1.png"
14+
dest_files=["res://.godot/imported/Event1.png-2f5f476395c8adde38110b361ff5d5f3.ctex"]
1515

1616
[params]
1717

Classes/Events/Assets/Event3.png

13.7 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://c0d0dwwnotlfq"
6+
path="res://.godot/imported/Event3.png-445c0675f61362532d1032be33503df0.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://Classes/Events/Assets/Event3.png"
14+
dest_files=["res://.godot/imported/Event3.png-445c0675f61362532d1032be33503df0.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1

Classes/Events/Assets/TEMP.png

-26 KB
Binary file not shown.

Classes/Events/EventDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class EventDatabase
3535
StageProducer.PlayerStats.Money /= 2;
3636
},
3737
],
38-
GD.Load<Texture2D>("res://Classes/Events/Assets/TEMP.png"),
38+
GD.Load<Texture2D>("res://Classes/Events/Assets/Event1.png"),
3939
[
4040
() => StageProducer.PlayerStats.CurNotes.Length > 0,
4141
() => StageProducer.PlayerStats.CurRelics.Length > 0,
@@ -146,7 +146,7 @@ public class EventDatabase
146146
StageProducer.PlayerStats.AddNote(Scribe.NoteDictionary[3]);
147147
},
148148
],
149-
GD.Load<Texture2D>("res://Classes/Events/Assets/TEMP.png"),
149+
GD.Load<Texture2D>("res://Classes/Events/Assets/Event3.png"),
150150
[null, null, () => StageProducer.PlayerStats.Money >= 30]
151151
),
152152
};

0 commit comments

Comments
 (0)