diff --git a/cards/card_manager.gd b/cards/card_manager.gd index 5eb63dd..c06eb90 100644 --- a/cards/card_manager.gd +++ b/cards/card_manager.gd @@ -4,6 +4,10 @@ extends Node @export var card_textures: Dictionary[int, Texture] @export var card_fallback_texture: Texture +enum CardStyle { + STICKMAN, +} + func get_shuffled_cards(client_ids: Array[String], cards_to_pick: int) -> Dictionary: # Dictionary[String, Array[int]] var dict: Dictionary = {} var deck: Array[int] = full_deck.keys() @@ -24,8 +28,62 @@ func get_shuffled_cards(client_ids: Array[String], cards_to_pick: int) -> Dictio return dict -func get_card_texture(card_id: int) -> Texture: - if card_textures.has(card_id): - return card_textures[card_id] +func get_card_texture(card_id: int, style: CardStyle = CardStyle.STICKMAN) -> Texture: + #if card_textures.has(card_id): + #return card_textures[card_id] + var style_name: String = "" + match style: + CardStyle.STICKMAN: + style_name = "stickman" + var a = "res://cards/textures/" + style_name + "/" + _get_card_name(card_id) + ".webp" + print(a) + return load(a) - return card_fallback_texture + #return card_fallback_texture + +func _get_card_name(card_id: int) -> String: + var color: String + var suffix: String + + if card_id < 13: + color = "blue" + elif card_id < 26: + color = "green" + elif card_id < 39: + color = "violet" + else: + color = "orange" + + match card_id: + 0, 13, 26, 39: + suffix = "1" + 1, 14, 27, 40: + suffix = "2" + 2, 15, 28, 41: + suffix = "3" + 3, 16, 29, 42: + suffix = "4" + 4, 17, 30, 43: + suffix = "5" + 5, 18, 31, 44: + suffix = "6" + 6, 19, 32, 45: + suffix = "7" + 7, 20, 33, 46: + suffix = "8" + 8, 21, 34, 47: + suffix = "9" + 9, 22, 35, 48: + suffix = "10" + 10, 23, 36, 49: + suffix = "11" + 11, 24, 37, 50: + suffix = "12" + 12, 25, 38, 51: + suffix = "13" + 52, 53, 54, 55: + suffix = "joker" + 56, 57, 58, 59: + suffix = "magician" + + return color + "_" + suffix diff --git a/cards/playing_card.gd b/cards/playing_card.gd index d442027..c8a0cbc 100644 --- a/cards/playing_card.gd +++ b/cards/playing_card.gd @@ -9,10 +9,12 @@ var card_details: Card signal card_clicked(playing_card: PlayingCard) -func _ready() -> void: +func _enter_tree() -> void: if card_details: + print("yeses!") set_front_texture(CardManager.get_card_texture(card_details.card_id)) else: + print("NO!") set_front_texture(CardManager.get_card_texture(-1)) func move_to(new_x_position: float) -> void: @@ -25,7 +27,7 @@ func unselect() -> void: _get_new_tween().tween_property(self, "position:y", 0.0, move_duration) func set_front_texture(texture: Texture) -> void: - card_mesh.get_surface_override_material(0).albedo_texture = front_texture + card_mesh.get_surface_override_material(0).albedo_texture = texture func _get_new_tween() -> Tween: var tween = create_tween() diff --git a/cards/textures/stickman/blue_1.webp b/cards/textures/stickman/blue_1.webp new file mode 100644 index 0000000..27b1dc3 Binary files /dev/null and b/cards/textures/stickman/blue_1.webp differ diff --git a/cards/textures/stickman/blue_1.webp.import b/cards/textures/stickman/blue_1.webp.import new file mode 100644 index 0000000..d913298 --- /dev/null +++ b/cards/textures/stickman/blue_1.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkln2s3le2m3b" +path.s3tc="res://.godot/imported/blue_1.webp-185e1da515287f8770e21e8919eb0253.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_1.webp" +dest_files=["res://.godot/imported/blue_1.webp-185e1da515287f8770e21e8919eb0253.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cards/textures/stickman/blue_10.webp b/cards/textures/stickman/blue_10.webp new file mode 100644 index 0000000..c892dcb Binary files /dev/null and b/cards/textures/stickman/blue_10.webp differ diff --git a/cards/textures/stickman/blue_10.webp.import b/cards/textures/stickman/blue_10.webp.import new file mode 100644 index 0000000..a54f692 --- /dev/null +++ b/cards/textures/stickman/blue_10.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt4t44vxe2k67" +path.s3tc="res://.godot/imported/blue_10.webp-6196e1386f0b61d041ab0de63c3ac1c2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_10.webp" +dest_files=["res://.godot/imported/blue_10.webp-6196e1386f0b61d041ab0de63c3ac1c2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_11.webp b/cards/textures/stickman/blue_11.webp new file mode 100644 index 0000000..8b6fd59 Binary files /dev/null and b/cards/textures/stickman/blue_11.webp differ diff --git a/cards/textures/stickman/blue_11.webp.import b/cards/textures/stickman/blue_11.webp.import new file mode 100644 index 0000000..b9da1b4 --- /dev/null +++ b/cards/textures/stickman/blue_11.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlj6obv1dcysu" +path.s3tc="res://.godot/imported/blue_11.webp-cfab5e285395e304e21deda215e5b380.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_11.webp" +dest_files=["res://.godot/imported/blue_11.webp-cfab5e285395e304e21deda215e5b380.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_12.webp b/cards/textures/stickman/blue_12.webp new file mode 100644 index 0000000..e9e7afe Binary files /dev/null and b/cards/textures/stickman/blue_12.webp differ diff --git a/cards/textures/stickman/blue_12.webp.import b/cards/textures/stickman/blue_12.webp.import new file mode 100644 index 0000000..5a537ae --- /dev/null +++ b/cards/textures/stickman/blue_12.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jsvisq2k30sh" +path.s3tc="res://.godot/imported/blue_12.webp-07bd81363bd3a511134fc8ea44aedffd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_12.webp" +dest_files=["res://.godot/imported/blue_12.webp-07bd81363bd3a511134fc8ea44aedffd.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_13.webp b/cards/textures/stickman/blue_13.webp new file mode 100644 index 0000000..00556f0 Binary files /dev/null and b/cards/textures/stickman/blue_13.webp differ diff --git a/cards/textures/stickman/blue_13.webp.import b/cards/textures/stickman/blue_13.webp.import new file mode 100644 index 0000000..5d7915b --- /dev/null +++ b/cards/textures/stickman/blue_13.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwkd2nor84cq1" +path.s3tc="res://.godot/imported/blue_13.webp-86ae1280ce71ef2dd5c9291fa058b676.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_13.webp" +dest_files=["res://.godot/imported/blue_13.webp-86ae1280ce71ef2dd5c9291fa058b676.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_2.webp b/cards/textures/stickman/blue_2.webp new file mode 100644 index 0000000..ef4377b Binary files /dev/null and b/cards/textures/stickman/blue_2.webp differ diff --git a/cards/textures/stickman/blue_2.webp.import b/cards/textures/stickman/blue_2.webp.import new file mode 100644 index 0000000..6516bee --- /dev/null +++ b/cards/textures/stickman/blue_2.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cly6b3yh8u0s5" +path.s3tc="res://.godot/imported/blue_2.webp-9b539ff2614f8afacbe11c20065b8507.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_2.webp" +dest_files=["res://.godot/imported/blue_2.webp-9b539ff2614f8afacbe11c20065b8507.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cards/textures/stickman/blue_3.webp b/cards/textures/stickman/blue_3.webp new file mode 100644 index 0000000..7ec5399 Binary files /dev/null and b/cards/textures/stickman/blue_3.webp differ diff --git a/cards/textures/stickman/blue_3.webp.import b/cards/textures/stickman/blue_3.webp.import new file mode 100644 index 0000000..d560dff --- /dev/null +++ b/cards/textures/stickman/blue_3.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bga28uc7nl87f" +path.s3tc="res://.godot/imported/blue_3.webp-466b48dcd214188668921ed3cbdd8f2d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_3.webp" +dest_files=["res://.godot/imported/blue_3.webp-466b48dcd214188668921ed3cbdd8f2d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cards/textures/stickman/blue_4.webp b/cards/textures/stickman/blue_4.webp new file mode 100644 index 0000000..5f750a4 Binary files /dev/null and b/cards/textures/stickman/blue_4.webp differ diff --git a/cards/textures/stickman/blue_4.webp.import b/cards/textures/stickman/blue_4.webp.import new file mode 100644 index 0000000..0082646 --- /dev/null +++ b/cards/textures/stickman/blue_4.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://la3wvvhdc4au" +path.s3tc="res://.godot/imported/blue_4.webp-622913533fc3bc29a258d55b6ae06531.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_4.webp" +dest_files=["res://.godot/imported/blue_4.webp-622913533fc3bc29a258d55b6ae06531.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_5.webp b/cards/textures/stickman/blue_5.webp new file mode 100644 index 0000000..d1338ce Binary files /dev/null and b/cards/textures/stickman/blue_5.webp differ diff --git a/cards/textures/stickman/blue_5.webp.import b/cards/textures/stickman/blue_5.webp.import new file mode 100644 index 0000000..5d90fea --- /dev/null +++ b/cards/textures/stickman/blue_5.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djpb6miqdmpt4" +path.s3tc="res://.godot/imported/blue_5.webp-4686c679fea89abafa7b327bc9f9d815.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_5.webp" +dest_files=["res://.godot/imported/blue_5.webp-4686c679fea89abafa7b327bc9f9d815.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_6.webp b/cards/textures/stickman/blue_6.webp new file mode 100644 index 0000000..8d2b9a9 Binary files /dev/null and b/cards/textures/stickman/blue_6.webp differ diff --git a/cards/textures/stickman/blue_6.webp.import b/cards/textures/stickman/blue_6.webp.import new file mode 100644 index 0000000..8ce8f43 --- /dev/null +++ b/cards/textures/stickman/blue_6.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qwqqfnhgq3m1" +path.s3tc="res://.godot/imported/blue_6.webp-3576adfb8b9395b91ca36b8a348fdcc5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_6.webp" +dest_files=["res://.godot/imported/blue_6.webp-3576adfb8b9395b91ca36b8a348fdcc5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_7.webp b/cards/textures/stickman/blue_7.webp new file mode 100644 index 0000000..43f4fd2 Binary files /dev/null and b/cards/textures/stickman/blue_7.webp differ diff --git a/cards/textures/stickman/blue_7.webp.import b/cards/textures/stickman/blue_7.webp.import new file mode 100644 index 0000000..f0b168e --- /dev/null +++ b/cards/textures/stickman/blue_7.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwe03bxdwu0wl" +path.s3tc="res://.godot/imported/blue_7.webp-4fa42dcc1b8ec6734a34a507acba6092.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_7.webp" +dest_files=["res://.godot/imported/blue_7.webp-4fa42dcc1b8ec6734a34a507acba6092.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_8.webp b/cards/textures/stickman/blue_8.webp new file mode 100644 index 0000000..7fbd5bd Binary files /dev/null and b/cards/textures/stickman/blue_8.webp differ diff --git a/cards/textures/stickman/blue_8.webp.import b/cards/textures/stickman/blue_8.webp.import new file mode 100644 index 0000000..f13b719 --- /dev/null +++ b/cards/textures/stickman/blue_8.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://01u45repqcbc" +path.s3tc="res://.godot/imported/blue_8.webp-27010662dc7362b38bfa0e0020b6f681.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_8.webp" +dest_files=["res://.godot/imported/blue_8.webp-27010662dc7362b38bfa0e0020b6f681.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_9.webp b/cards/textures/stickman/blue_9.webp new file mode 100644 index 0000000..9f2f58c Binary files /dev/null and b/cards/textures/stickman/blue_9.webp differ diff --git a/cards/textures/stickman/blue_9.webp.import b/cards/textures/stickman/blue_9.webp.import new file mode 100644 index 0000000..3046e65 --- /dev/null +++ b/cards/textures/stickman/blue_9.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://eqwsos573sdp" +path.s3tc="res://.godot/imported/blue_9.webp-cc4b1ea7752e6e7fa47f1a1b21576c26.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_9.webp" +dest_files=["res://.godot/imported/blue_9.webp-cc4b1ea7752e6e7fa47f1a1b21576c26.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_joker.webp b/cards/textures/stickman/blue_joker.webp new file mode 100644 index 0000000..9960661 Binary files /dev/null and b/cards/textures/stickman/blue_joker.webp differ diff --git a/cards/textures/stickman/blue_joker.webp.import b/cards/textures/stickman/blue_joker.webp.import new file mode 100644 index 0000000..36c5f4f --- /dev/null +++ b/cards/textures/stickman/blue_joker.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3m0w1pn7jw4n" +path.s3tc="res://.godot/imported/blue_joker.webp-ca09649be72c1193c6e09eaecd7dd527.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_joker.webp" +dest_files=["res://.godot/imported/blue_joker.webp-ca09649be72c1193c6e09eaecd7dd527.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/blue_magician.webp b/cards/textures/stickman/blue_magician.webp new file mode 100644 index 0000000..d50bcb7 Binary files /dev/null and b/cards/textures/stickman/blue_magician.webp differ diff --git a/cards/textures/stickman/blue_magician.webp.import b/cards/textures/stickman/blue_magician.webp.import new file mode 100644 index 0000000..b593b16 --- /dev/null +++ b/cards/textures/stickman/blue_magician.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0toynupwa0d6" +path.s3tc="res://.godot/imported/blue_magician.webp-1ba9a8fb2984f17a31c7cc504d8a38bc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/blue_magician.webp" +dest_files=["res://.godot/imported/blue_magician.webp-1ba9a8fb2984f17a31c7cc504d8a38bc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_1.webp b/cards/textures/stickman/green_1.webp new file mode 100644 index 0000000..36b81ef Binary files /dev/null and b/cards/textures/stickman/green_1.webp differ diff --git a/cards/textures/stickman/green_1.webp.import b/cards/textures/stickman/green_1.webp.import new file mode 100644 index 0000000..718aa01 --- /dev/null +++ b/cards/textures/stickman/green_1.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7lnvrglblgm3" +path.s3tc="res://.godot/imported/green_1.webp-833fe986775092cbc52d829859001515.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_1.webp" +dest_files=["res://.godot/imported/green_1.webp-833fe986775092cbc52d829859001515.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_10.webp b/cards/textures/stickman/green_10.webp new file mode 100644 index 0000000..03188fc Binary files /dev/null and b/cards/textures/stickman/green_10.webp differ diff --git a/cards/textures/stickman/green_10.webp.import b/cards/textures/stickman/green_10.webp.import new file mode 100644 index 0000000..cc49484 --- /dev/null +++ b/cards/textures/stickman/green_10.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://f6g0auhy53qs" +path.s3tc="res://.godot/imported/green_10.webp-aa659b5976e5452822dff110e87ae2c0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_10.webp" +dest_files=["res://.godot/imported/green_10.webp-aa659b5976e5452822dff110e87ae2c0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_11.webp b/cards/textures/stickman/green_11.webp new file mode 100644 index 0000000..e674b2b Binary files /dev/null and b/cards/textures/stickman/green_11.webp differ diff --git a/cards/textures/stickman/green_11.webp.import b/cards/textures/stickman/green_11.webp.import new file mode 100644 index 0000000..2dc58a6 --- /dev/null +++ b/cards/textures/stickman/green_11.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b8i5qcst7g441" +path.s3tc="res://.godot/imported/green_11.webp-3bd2741dd00e9a2afe33c9c380df288f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_11.webp" +dest_files=["res://.godot/imported/green_11.webp-3bd2741dd00e9a2afe33c9c380df288f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_12.webp b/cards/textures/stickman/green_12.webp new file mode 100644 index 0000000..c66a9a8 Binary files /dev/null and b/cards/textures/stickman/green_12.webp differ diff --git a/cards/textures/stickman/green_12.webp.import b/cards/textures/stickman/green_12.webp.import new file mode 100644 index 0000000..eb867fe --- /dev/null +++ b/cards/textures/stickman/green_12.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccdmmejk6l0xt" +path.s3tc="res://.godot/imported/green_12.webp-0f8ce32d9440b07c11200ce3a034fe8c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_12.webp" +dest_files=["res://.godot/imported/green_12.webp-0f8ce32d9440b07c11200ce3a034fe8c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_13.webp b/cards/textures/stickman/green_13.webp new file mode 100644 index 0000000..07e138c Binary files /dev/null and b/cards/textures/stickman/green_13.webp differ diff --git a/cards/textures/stickman/green_13.webp.import b/cards/textures/stickman/green_13.webp.import new file mode 100644 index 0000000..a682f56 --- /dev/null +++ b/cards/textures/stickman/green_13.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cii4armnvr0cv" +path.s3tc="res://.godot/imported/green_13.webp-831fa3e4b2ba44af2410a48b8e215b0d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_13.webp" +dest_files=["res://.godot/imported/green_13.webp-831fa3e4b2ba44af2410a48b8e215b0d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_2.webp b/cards/textures/stickman/green_2.webp new file mode 100644 index 0000000..d61d96d Binary files /dev/null and b/cards/textures/stickman/green_2.webp differ diff --git a/cards/textures/stickman/green_2.webp.import b/cards/textures/stickman/green_2.webp.import new file mode 100644 index 0000000..6f7b0fb --- /dev/null +++ b/cards/textures/stickman/green_2.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://da6vb6615q3dw" +path.s3tc="res://.godot/imported/green_2.webp-ec86169fc5d0fd3dbbf61e01e4425249.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_2.webp" +dest_files=["res://.godot/imported/green_2.webp-ec86169fc5d0fd3dbbf61e01e4425249.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_3.webp b/cards/textures/stickman/green_3.webp new file mode 100644 index 0000000..0be7df0 Binary files /dev/null and b/cards/textures/stickman/green_3.webp differ diff --git a/cards/textures/stickman/green_3.webp.import b/cards/textures/stickman/green_3.webp.import new file mode 100644 index 0000000..0d05d76 --- /dev/null +++ b/cards/textures/stickman/green_3.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlsl533p2t1jy" +path.s3tc="res://.godot/imported/green_3.webp-60a79e01f2afca8a490a76389dd2ed11.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_3.webp" +dest_files=["res://.godot/imported/green_3.webp-60a79e01f2afca8a490a76389dd2ed11.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_4.webp b/cards/textures/stickman/green_4.webp new file mode 100644 index 0000000..57101f6 Binary files /dev/null and b/cards/textures/stickman/green_4.webp differ diff --git a/cards/textures/stickman/green_4.webp.import b/cards/textures/stickman/green_4.webp.import new file mode 100644 index 0000000..52e0754 --- /dev/null +++ b/cards/textures/stickman/green_4.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://co6vc5g7aw1ya" +path.s3tc="res://.godot/imported/green_4.webp-0dd83c600e492e8c823cc35bd0e02f56.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_4.webp" +dest_files=["res://.godot/imported/green_4.webp-0dd83c600e492e8c823cc35bd0e02f56.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_5.webp b/cards/textures/stickman/green_5.webp new file mode 100644 index 0000000..85d6c53 Binary files /dev/null and b/cards/textures/stickman/green_5.webp differ diff --git a/cards/textures/stickman/green_5.webp.import b/cards/textures/stickman/green_5.webp.import new file mode 100644 index 0000000..4ad1746 --- /dev/null +++ b/cards/textures/stickman/green_5.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dc3ss53fdhmg1" +path.s3tc="res://.godot/imported/green_5.webp-e7a25df59a3050439bcc0225dd707c38.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_5.webp" +dest_files=["res://.godot/imported/green_5.webp-e7a25df59a3050439bcc0225dd707c38.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_6.webp b/cards/textures/stickman/green_6.webp new file mode 100644 index 0000000..f40b29d Binary files /dev/null and b/cards/textures/stickman/green_6.webp differ diff --git a/cards/textures/stickman/green_6.webp.import b/cards/textures/stickman/green_6.webp.import new file mode 100644 index 0000000..ceef3bd --- /dev/null +++ b/cards/textures/stickman/green_6.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://da0oq5c8e0vmq" +path.s3tc="res://.godot/imported/green_6.webp-9b3b44632f579404247d077369cf8c1b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_6.webp" +dest_files=["res://.godot/imported/green_6.webp-9b3b44632f579404247d077369cf8c1b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_7.webp b/cards/textures/stickman/green_7.webp new file mode 100644 index 0000000..688112d Binary files /dev/null and b/cards/textures/stickman/green_7.webp differ diff --git a/cards/textures/stickman/green_7.webp.import b/cards/textures/stickman/green_7.webp.import new file mode 100644 index 0000000..1f7130d --- /dev/null +++ b/cards/textures/stickman/green_7.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cgiicuh6x5bk2" +path.s3tc="res://.godot/imported/green_7.webp-93eba53d0002a56f13dadb9db240a0ea.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_7.webp" +dest_files=["res://.godot/imported/green_7.webp-93eba53d0002a56f13dadb9db240a0ea.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_8.webp b/cards/textures/stickman/green_8.webp new file mode 100644 index 0000000..e703504 Binary files /dev/null and b/cards/textures/stickman/green_8.webp differ diff --git a/cards/textures/stickman/green_8.webp.import b/cards/textures/stickman/green_8.webp.import new file mode 100644 index 0000000..8298880 --- /dev/null +++ b/cards/textures/stickman/green_8.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://civt4s052rpu7" +path.s3tc="res://.godot/imported/green_8.webp-dfb6ee10bbbb0ac2f03862c53988ad31.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_8.webp" +dest_files=["res://.godot/imported/green_8.webp-dfb6ee10bbbb0ac2f03862c53988ad31.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_9.webp b/cards/textures/stickman/green_9.webp new file mode 100644 index 0000000..62d20ea Binary files /dev/null and b/cards/textures/stickman/green_9.webp differ diff --git a/cards/textures/stickman/green_9.webp.import b/cards/textures/stickman/green_9.webp.import new file mode 100644 index 0000000..f897397 --- /dev/null +++ b/cards/textures/stickman/green_9.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hh16lcsn250b" +path.s3tc="res://.godot/imported/green_9.webp-fff2ea22a266ef7f085d7da1a3896082.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_9.webp" +dest_files=["res://.godot/imported/green_9.webp-fff2ea22a266ef7f085d7da1a3896082.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_joker.webp b/cards/textures/stickman/green_joker.webp new file mode 100644 index 0000000..ea2ab38 Binary files /dev/null and b/cards/textures/stickman/green_joker.webp differ diff --git a/cards/textures/stickman/green_joker.webp.import b/cards/textures/stickman/green_joker.webp.import new file mode 100644 index 0000000..d9b854e --- /dev/null +++ b/cards/textures/stickman/green_joker.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://br858tc7qdyne" +path.s3tc="res://.godot/imported/green_joker.webp-55bb97c67416e541b63ce2f4232c2acb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_joker.webp" +dest_files=["res://.godot/imported/green_joker.webp-55bb97c67416e541b63ce2f4232c2acb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/green_magician.webp b/cards/textures/stickman/green_magician.webp new file mode 100644 index 0000000..e8a38ff Binary files /dev/null and b/cards/textures/stickman/green_magician.webp differ diff --git a/cards/textures/stickman/green_magician.webp.import b/cards/textures/stickman/green_magician.webp.import new file mode 100644 index 0000000..f1c4b42 --- /dev/null +++ b/cards/textures/stickman/green_magician.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://boap5t38et78b" +path.s3tc="res://.godot/imported/green_magician.webp-6d851a74f9dc7ef8c124784849a0e0e4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/green_magician.webp" +dest_files=["res://.godot/imported/green_magician.webp-6d851a74f9dc7ef8c124784849a0e0e4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_1.webp b/cards/textures/stickman/orange_1.webp new file mode 100644 index 0000000..5ebf39f Binary files /dev/null and b/cards/textures/stickman/orange_1.webp differ diff --git a/cards/textures/stickman/orange_1.webp.import b/cards/textures/stickman/orange_1.webp.import new file mode 100644 index 0000000..c756bc6 --- /dev/null +++ b/cards/textures/stickman/orange_1.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cx3mdn177r0bx" +path.s3tc="res://.godot/imported/orange_1.webp-aa8282b88b611797f4a588e602ae44c4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_1.webp" +dest_files=["res://.godot/imported/orange_1.webp-aa8282b88b611797f4a588e602ae44c4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_10.webp b/cards/textures/stickman/orange_10.webp new file mode 100644 index 0000000..7ba0948 Binary files /dev/null and b/cards/textures/stickman/orange_10.webp differ diff --git a/cards/textures/stickman/orange_10.webp.import b/cards/textures/stickman/orange_10.webp.import new file mode 100644 index 0000000..eda211c --- /dev/null +++ b/cards/textures/stickman/orange_10.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bd8o30y7ksc2s" +path.s3tc="res://.godot/imported/orange_10.webp-6bb71ce204fa149171282d5c8e6f63db.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_10.webp" +dest_files=["res://.godot/imported/orange_10.webp-6bb71ce204fa149171282d5c8e6f63db.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_11.webp b/cards/textures/stickman/orange_11.webp new file mode 100644 index 0000000..664d46e Binary files /dev/null and b/cards/textures/stickman/orange_11.webp differ diff --git a/cards/textures/stickman/orange_11.webp.import b/cards/textures/stickman/orange_11.webp.import new file mode 100644 index 0000000..a57126b --- /dev/null +++ b/cards/textures/stickman/orange_11.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://um2hbnfgq8ug" +path.s3tc="res://.godot/imported/orange_11.webp-60cbc2fdb232da94036f525def7f8a5f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_11.webp" +dest_files=["res://.godot/imported/orange_11.webp-60cbc2fdb232da94036f525def7f8a5f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_12.webp b/cards/textures/stickman/orange_12.webp new file mode 100644 index 0000000..0cb32ed Binary files /dev/null and b/cards/textures/stickman/orange_12.webp differ diff --git a/cards/textures/stickman/orange_12.webp.import b/cards/textures/stickman/orange_12.webp.import new file mode 100644 index 0000000..02a9114 --- /dev/null +++ b/cards/textures/stickman/orange_12.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coxeoo4mvfonm" +path.s3tc="res://.godot/imported/orange_12.webp-7ba9cc96f2eaa24b274c36fa35e98121.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_12.webp" +dest_files=["res://.godot/imported/orange_12.webp-7ba9cc96f2eaa24b274c36fa35e98121.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_13.webp b/cards/textures/stickman/orange_13.webp new file mode 100644 index 0000000..9586231 Binary files /dev/null and b/cards/textures/stickman/orange_13.webp differ diff --git a/cards/textures/stickman/orange_13.webp.import b/cards/textures/stickman/orange_13.webp.import new file mode 100644 index 0000000..e704ef7 --- /dev/null +++ b/cards/textures/stickman/orange_13.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0jwu6wkjakyc" +path.s3tc="res://.godot/imported/orange_13.webp-16e1a86fcb0a8295a9f30a6925435ea1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_13.webp" +dest_files=["res://.godot/imported/orange_13.webp-16e1a86fcb0a8295a9f30a6925435ea1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_2.webp b/cards/textures/stickman/orange_2.webp new file mode 100644 index 0000000..10c3577 Binary files /dev/null and b/cards/textures/stickman/orange_2.webp differ diff --git a/cards/textures/stickman/orange_2.webp.import b/cards/textures/stickman/orange_2.webp.import new file mode 100644 index 0000000..0e902eb --- /dev/null +++ b/cards/textures/stickman/orange_2.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ceknrd8b0xbbd" +path.s3tc="res://.godot/imported/orange_2.webp-0a02625ec1298599feb71607a685e027.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_2.webp" +dest_files=["res://.godot/imported/orange_2.webp-0a02625ec1298599feb71607a685e027.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_3.webp b/cards/textures/stickman/orange_3.webp new file mode 100644 index 0000000..88f697e Binary files /dev/null and b/cards/textures/stickman/orange_3.webp differ diff --git a/cards/textures/stickman/orange_3.webp.import b/cards/textures/stickman/orange_3.webp.import new file mode 100644 index 0000000..ce2f4af --- /dev/null +++ b/cards/textures/stickman/orange_3.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://caj4smh1ijjp7" +path.s3tc="res://.godot/imported/orange_3.webp-ccaf7fb75b51574f5df0533f3c5ef183.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_3.webp" +dest_files=["res://.godot/imported/orange_3.webp-ccaf7fb75b51574f5df0533f3c5ef183.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_4.webp b/cards/textures/stickman/orange_4.webp new file mode 100644 index 0000000..06ff1f0 Binary files /dev/null and b/cards/textures/stickman/orange_4.webp differ diff --git a/cards/textures/stickman/orange_4.webp.import b/cards/textures/stickman/orange_4.webp.import new file mode 100644 index 0000000..626e700 --- /dev/null +++ b/cards/textures/stickman/orange_4.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kpepnk3xx3l6" +path.s3tc="res://.godot/imported/orange_4.webp-c5e462842584b54a288581eb18522f71.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_4.webp" +dest_files=["res://.godot/imported/orange_4.webp-c5e462842584b54a288581eb18522f71.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_5.webp b/cards/textures/stickman/orange_5.webp new file mode 100644 index 0000000..fca0fd2 Binary files /dev/null and b/cards/textures/stickman/orange_5.webp differ diff --git a/cards/textures/stickman/orange_5.webp.import b/cards/textures/stickman/orange_5.webp.import new file mode 100644 index 0000000..bbb173d --- /dev/null +++ b/cards/textures/stickman/orange_5.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://18058oqfb6j3" +path.s3tc="res://.godot/imported/orange_5.webp-3a49dc982626b80af973e981454bc9e7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_5.webp" +dest_files=["res://.godot/imported/orange_5.webp-3a49dc982626b80af973e981454bc9e7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_6.webp b/cards/textures/stickman/orange_6.webp new file mode 100644 index 0000000..3e2be1a Binary files /dev/null and b/cards/textures/stickman/orange_6.webp differ diff --git a/cards/textures/stickman/orange_6.webp.import b/cards/textures/stickman/orange_6.webp.import new file mode 100644 index 0000000..baa2f7d --- /dev/null +++ b/cards/textures/stickman/orange_6.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwos2ool0nin3" +path.s3tc="res://.godot/imported/orange_6.webp-9ae972e397fcf20d95405df5dce164bf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_6.webp" +dest_files=["res://.godot/imported/orange_6.webp-9ae972e397fcf20d95405df5dce164bf.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_7.webp b/cards/textures/stickman/orange_7.webp new file mode 100644 index 0000000..c80069a Binary files /dev/null and b/cards/textures/stickman/orange_7.webp differ diff --git a/cards/textures/stickman/orange_7.webp.import b/cards/textures/stickman/orange_7.webp.import new file mode 100644 index 0000000..e7ce491 --- /dev/null +++ b/cards/textures/stickman/orange_7.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://744p1ygu45gh" +path.s3tc="res://.godot/imported/orange_7.webp-75c11e8ad6adfb3adc9d48cb1f1ac4bb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_7.webp" +dest_files=["res://.godot/imported/orange_7.webp-75c11e8ad6adfb3adc9d48cb1f1ac4bb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_8.webp b/cards/textures/stickman/orange_8.webp new file mode 100644 index 0000000..dad2e3d Binary files /dev/null and b/cards/textures/stickman/orange_8.webp differ diff --git a/cards/textures/stickman/orange_8.webp.import b/cards/textures/stickman/orange_8.webp.import new file mode 100644 index 0000000..ad0b515 --- /dev/null +++ b/cards/textures/stickman/orange_8.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cawqxjxk77l1t" +path.s3tc="res://.godot/imported/orange_8.webp-8e0f343bc9db4a43d9952750b3c90d95.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_8.webp" +dest_files=["res://.godot/imported/orange_8.webp-8e0f343bc9db4a43d9952750b3c90d95.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_9.webp b/cards/textures/stickman/orange_9.webp new file mode 100644 index 0000000..6b6eac9 Binary files /dev/null and b/cards/textures/stickman/orange_9.webp differ diff --git a/cards/textures/stickman/orange_9.webp.import b/cards/textures/stickman/orange_9.webp.import new file mode 100644 index 0000000..ab05854 --- /dev/null +++ b/cards/textures/stickman/orange_9.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bt5pnrpp2bm55" +path.s3tc="res://.godot/imported/orange_9.webp-322308e350e6ccf1e6ac28b434472fee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_9.webp" +dest_files=["res://.godot/imported/orange_9.webp-322308e350e6ccf1e6ac28b434472fee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_joker.webp b/cards/textures/stickman/orange_joker.webp new file mode 100644 index 0000000..adec55a Binary files /dev/null and b/cards/textures/stickman/orange_joker.webp differ diff --git a/cards/textures/stickman/orange_joker.webp.import b/cards/textures/stickman/orange_joker.webp.import new file mode 100644 index 0000000..099b2be --- /dev/null +++ b/cards/textures/stickman/orange_joker.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cox1i2t5pbhpk" +path.s3tc="res://.godot/imported/orange_joker.webp-656602032c74da16459c31be13ec91e2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_joker.webp" +dest_files=["res://.godot/imported/orange_joker.webp-656602032c74da16459c31be13ec91e2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/orange_magician.webp b/cards/textures/stickman/orange_magician.webp new file mode 100644 index 0000000..8eb0848 Binary files /dev/null and b/cards/textures/stickman/orange_magician.webp differ diff --git a/cards/textures/stickman/orange_magician.webp.import b/cards/textures/stickman/orange_magician.webp.import new file mode 100644 index 0000000..3fd8c99 --- /dev/null +++ b/cards/textures/stickman/orange_magician.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://10iak2hnexob" +path.s3tc="res://.godot/imported/orange_magician.webp-bd4bccb5a72ab4d6ceaa170c05de2f09.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/orange_magician.webp" +dest_files=["res://.godot/imported/orange_magician.webp-bd4bccb5a72ab4d6ceaa170c05de2f09.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/set.pdn b/cards/textures/stickman/set.pdn new file mode 100644 index 0000000..61a42d0 Binary files /dev/null and b/cards/textures/stickman/set.pdn differ diff --git a/cards/textures/stickman/violet_1.webp b/cards/textures/stickman/violet_1.webp new file mode 100644 index 0000000..f59aa5d Binary files /dev/null and b/cards/textures/stickman/violet_1.webp differ diff --git a/cards/textures/stickman/violet_1.webp.import b/cards/textures/stickman/violet_1.webp.import new file mode 100644 index 0000000..648ca22 --- /dev/null +++ b/cards/textures/stickman/violet_1.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt3pfeuoo7fi6" +path.s3tc="res://.godot/imported/violet_1.webp-d86b4c915d7b753083b920a2e160906c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_1.webp" +dest_files=["res://.godot/imported/violet_1.webp-d86b4c915d7b753083b920a2e160906c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_10.webp b/cards/textures/stickman/violet_10.webp new file mode 100644 index 0000000..e0b7866 Binary files /dev/null and b/cards/textures/stickman/violet_10.webp differ diff --git a/cards/textures/stickman/violet_10.webp.import b/cards/textures/stickman/violet_10.webp.import new file mode 100644 index 0000000..9668a35 --- /dev/null +++ b/cards/textures/stickman/violet_10.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddwtjf3qp61x8" +path.s3tc="res://.godot/imported/violet_10.webp-474aa1cb82d7e1b14b73a7abac547eda.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_10.webp" +dest_files=["res://.godot/imported/violet_10.webp-474aa1cb82d7e1b14b73a7abac547eda.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_11.webp b/cards/textures/stickman/violet_11.webp new file mode 100644 index 0000000..63e2692 Binary files /dev/null and b/cards/textures/stickman/violet_11.webp differ diff --git a/cards/textures/stickman/violet_11.webp.import b/cards/textures/stickman/violet_11.webp.import new file mode 100644 index 0000000..21d8407 --- /dev/null +++ b/cards/textures/stickman/violet_11.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://icr54ptroiwv" +path.s3tc="res://.godot/imported/violet_11.webp-73c1c7ec5ddb5d4db4bf989132b8e95b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_11.webp" +dest_files=["res://.godot/imported/violet_11.webp-73c1c7ec5ddb5d4db4bf989132b8e95b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_12.webp b/cards/textures/stickman/violet_12.webp new file mode 100644 index 0000000..fb836eb Binary files /dev/null and b/cards/textures/stickman/violet_12.webp differ diff --git a/cards/textures/stickman/violet_12.webp.import b/cards/textures/stickman/violet_12.webp.import new file mode 100644 index 0000000..e9c85fe --- /dev/null +++ b/cards/textures/stickman/violet_12.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpwj4bkbhtk2p" +path.s3tc="res://.godot/imported/violet_12.webp-654c35ec797f6acedf9e80008d458db4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_12.webp" +dest_files=["res://.godot/imported/violet_12.webp-654c35ec797f6acedf9e80008d458db4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_13.webp b/cards/textures/stickman/violet_13.webp new file mode 100644 index 0000000..8f7470d Binary files /dev/null and b/cards/textures/stickman/violet_13.webp differ diff --git a/cards/textures/stickman/violet_13.webp.import b/cards/textures/stickman/violet_13.webp.import new file mode 100644 index 0000000..6b43260 --- /dev/null +++ b/cards/textures/stickman/violet_13.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2x8i7yykk5g" +path.s3tc="res://.godot/imported/violet_13.webp-7dd0b3db3d3046a8298b695200566bda.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_13.webp" +dest_files=["res://.godot/imported/violet_13.webp-7dd0b3db3d3046a8298b695200566bda.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_2.webp b/cards/textures/stickman/violet_2.webp new file mode 100644 index 0000000..ffa4d9c Binary files /dev/null and b/cards/textures/stickman/violet_2.webp differ diff --git a/cards/textures/stickman/violet_2.webp.import b/cards/textures/stickman/violet_2.webp.import new file mode 100644 index 0000000..ceb117b --- /dev/null +++ b/cards/textures/stickman/violet_2.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpmjha02ak1dp" +path.s3tc="res://.godot/imported/violet_2.webp-19171f529c64f76bdc989bb7129fb398.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_2.webp" +dest_files=["res://.godot/imported/violet_2.webp-19171f529c64f76bdc989bb7129fb398.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_3.webp b/cards/textures/stickman/violet_3.webp new file mode 100644 index 0000000..65e9a1f Binary files /dev/null and b/cards/textures/stickman/violet_3.webp differ diff --git a/cards/textures/stickman/violet_3.webp.import b/cards/textures/stickman/violet_3.webp.import new file mode 100644 index 0000000..d56cf56 --- /dev/null +++ b/cards/textures/stickman/violet_3.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkcmtrxshdijb" +path.s3tc="res://.godot/imported/violet_3.webp-062e3146e584eb4329839f06088535c8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_3.webp" +dest_files=["res://.godot/imported/violet_3.webp-062e3146e584eb4329839f06088535c8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_4.webp b/cards/textures/stickman/violet_4.webp new file mode 100644 index 0000000..4076c72 Binary files /dev/null and b/cards/textures/stickman/violet_4.webp differ diff --git a/cards/textures/stickman/violet_4.webp.import b/cards/textures/stickman/violet_4.webp.import new file mode 100644 index 0000000..6ca59fe --- /dev/null +++ b/cards/textures/stickman/violet_4.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdp02doj78wl8" +path.s3tc="res://.godot/imported/violet_4.webp-b59c15c8f895095fd42d1df4ef0568ea.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_4.webp" +dest_files=["res://.godot/imported/violet_4.webp-b59c15c8f895095fd42d1df4ef0568ea.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_5.webp b/cards/textures/stickman/violet_5.webp new file mode 100644 index 0000000..31b00ab Binary files /dev/null and b/cards/textures/stickman/violet_5.webp differ diff --git a/cards/textures/stickman/violet_5.webp.import b/cards/textures/stickman/violet_5.webp.import new file mode 100644 index 0000000..dcc9a8a --- /dev/null +++ b/cards/textures/stickman/violet_5.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c4x2oh6jk7tpe" +path.s3tc="res://.godot/imported/violet_5.webp-ac7165bd379c3e27ee05d29ea1c2d298.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_5.webp" +dest_files=["res://.godot/imported/violet_5.webp-ac7165bd379c3e27ee05d29ea1c2d298.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_6.webp b/cards/textures/stickman/violet_6.webp new file mode 100644 index 0000000..5745d8e Binary files /dev/null and b/cards/textures/stickman/violet_6.webp differ diff --git a/cards/textures/stickman/violet_6.webp.import b/cards/textures/stickman/violet_6.webp.import new file mode 100644 index 0000000..279cd93 --- /dev/null +++ b/cards/textures/stickman/violet_6.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kmj4mojkya0o" +path.s3tc="res://.godot/imported/violet_6.webp-0987c4a47fdc6398f8caecedffd4f1ee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_6.webp" +dest_files=["res://.godot/imported/violet_6.webp-0987c4a47fdc6398f8caecedffd4f1ee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_7.webp b/cards/textures/stickman/violet_7.webp new file mode 100644 index 0000000..302dfc9 Binary files /dev/null and b/cards/textures/stickman/violet_7.webp differ diff --git a/cards/textures/stickman/violet_7.webp.import b/cards/textures/stickman/violet_7.webp.import new file mode 100644 index 0000000..15ab73e --- /dev/null +++ b/cards/textures/stickman/violet_7.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmycjarwc0ds1" +path.s3tc="res://.godot/imported/violet_7.webp-ded1467adffc151530b105434a7eb8d2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_7.webp" +dest_files=["res://.godot/imported/violet_7.webp-ded1467adffc151530b105434a7eb8d2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_8.webp b/cards/textures/stickman/violet_8.webp new file mode 100644 index 0000000..a40394f Binary files /dev/null and b/cards/textures/stickman/violet_8.webp differ diff --git a/cards/textures/stickman/violet_8.webp.import b/cards/textures/stickman/violet_8.webp.import new file mode 100644 index 0000000..5a191bb --- /dev/null +++ b/cards/textures/stickman/violet_8.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://de8hxxs6cajwd" +path.s3tc="res://.godot/imported/violet_8.webp-0bf9d546743ca4bf7f5de752ed1da273.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_8.webp" +dest_files=["res://.godot/imported/violet_8.webp-0bf9d546743ca4bf7f5de752ed1da273.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_9.webp b/cards/textures/stickman/violet_9.webp new file mode 100644 index 0000000..196ddab Binary files /dev/null and b/cards/textures/stickman/violet_9.webp differ diff --git a/cards/textures/stickman/violet_9.webp.import b/cards/textures/stickman/violet_9.webp.import new file mode 100644 index 0000000..57effee --- /dev/null +++ b/cards/textures/stickman/violet_9.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c860d1kf5bdxp" +path.s3tc="res://.godot/imported/violet_9.webp-5fb81671571c586843afe797055304bb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_9.webp" +dest_files=["res://.godot/imported/violet_9.webp-5fb81671571c586843afe797055304bb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_joker.webp b/cards/textures/stickman/violet_joker.webp new file mode 100644 index 0000000..4c02faa Binary files /dev/null and b/cards/textures/stickman/violet_joker.webp differ diff --git a/cards/textures/stickman/violet_joker.webp.import b/cards/textures/stickman/violet_joker.webp.import new file mode 100644 index 0000000..d3ad28b --- /dev/null +++ b/cards/textures/stickman/violet_joker.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3k5ie35t0vd0" +path.s3tc="res://.godot/imported/violet_joker.webp-6215a3c722bbc1a77a969fb548b0d537.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_joker.webp" +dest_files=["res://.godot/imported/violet_joker.webp-6215a3c722bbc1a77a969fb548b0d537.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cards/textures/stickman/violet_magician.webp b/cards/textures/stickman/violet_magician.webp new file mode 100644 index 0000000..63a7b48 Binary files /dev/null and b/cards/textures/stickman/violet_magician.webp differ diff --git a/cards/textures/stickman/violet_magician.webp.import b/cards/textures/stickman/violet_magician.webp.import new file mode 100644 index 0000000..a4c56b9 --- /dev/null +++ b/cards/textures/stickman/violet_magician.webp.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqerhfwytbg1p" +path.s3tc="res://.godot/imported/violet_magician.webp-0a1f49476992ea7d8ff72502dd2da587.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cards/textures/stickman/violet_magician.webp" +dest_files=["res://.godot/imported/violet_magician.webp-0a1f49476992ea7d8ff72502dd2da587.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/elements/player_hand.gd b/elements/player_hand.gd index 552e11c..a5fbca8 100644 --- a/elements/player_hand.gd +++ b/elements/player_hand.gd @@ -25,7 +25,7 @@ func _ready() -> void: var card: PlayingCard = card_scene.instantiate() card.card_clicked.connect(_on_card_clicked) var test_details: Card = Card.new() - test_details.card_id = 2 + test_details.card_id = randi_range(0, 59) card.card_details = test_details add_card(card) await get_tree().create_timer(0.16).timeout