File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33importer="texture"
44type="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"
77metadata={
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments