File tree Expand file tree Collapse file tree 10 files changed +75
-7
lines changed Expand file tree Collapse file tree 10 files changed +75
-7
lines changed Original file line number Diff line number Diff line change 1+ [remap]
2+
3+ importer="texture"
4+ type="CompressedTexture2D"
5+ uid="uid://c3gf2kl8ex7ru"
6+ path="res://.godot/imported/Space_O.png-c3aab6192ac82cbe9b1f326a6efce7fb.ctex"
7+ metadata={
8+ "vram_texture": false
9+ }
10+
11+ [deps]
12+
13+ source_file="res://assets/gems/space/Space_O.png"
14+ dest_files=["res://.godot/imported/Space_O.png-c3aab6192ac82cbe9b1f326a6efce7fb.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 1+ [remap]
2+
3+ importer="texture"
4+ type="CompressedTexture2D"
5+ uid="uid://dt14wt38x2ddb"
6+ path="res://.godot/imported/Space_R.png-8d5c56cdf1224092e8ff7b9dc9377192.ctex"
7+ metadata={
8+ "vram_texture": false
9+ }
10+
11+ [deps]
12+
13+ source_file="res://assets/gems/space/Space_R.png"
14+ dest_files=["res://.godot/imported/Space_R.png-8d5c56cdf1224092e8ff7b9dc9377192.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 11extends Node
22
3- const APP_VER :String = "0.4 .0"
4- const APP_BLD :String = "20240517 "
3+ const APP_VER :String = "0.5 .0"
4+ const APP_BLD :String = "20240519 "
55const TWEEN_TIME :float = 0.25
66const EXPLODE_DELAY :float = TWEEN_TIME * 2.0
77const SRPITE_POS :Vector2 = Vector2 (64 ,64 )
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ const gem_textures_gems: Dictionary = {
3434 Enums.GemColor.PRP: preload(" res://assets/gems/gems/gem6.png" )
3535}
3636const gem_textures_space: Dictionary = {
37- Enums.GemColor.RED: preload(" res://assets/gems/space/Space_B .png" ),
38- Enums.GemColor.ORG: preload(" res://assets/gems/space/Space_Y .png" ),
39- Enums.GemColor.YLW: preload(" res://assets/gems/space/Gem2 .png" ),
37+ Enums.GemColor.RED: preload(" res://assets/gems/space/Space_R .png" ),
38+ Enums.GemColor.ORG: preload(" res://assets/gems/space/Space_O .png" ),
39+ Enums.GemColor.YLW: preload(" res://assets/gems/space/Space_Y .png" ),
4040 Enums.GemColor.GRN: preload(" res://assets/gems/space/Space_G.png" ),
41- Enums.GemColor.BLU: preload(" res://assets/gems/space/Space_P .png" ),
42- Enums.GemColor.PRP: preload(" res://assets/gems/space/Gem3 .png" )
41+ Enums.GemColor.BLU: preload(" res://assets/gems/space/Space_B .png" ),
42+ Enums.GemColor.PRP: preload(" res://assets/gems/space/Space_P .png" )
4343}
4444var gem_textures: Dictionary = {}
4545
You can’t perform that action at this time.
0 commit comments