From 591b90899860391d56a7e2d804f0052a76eb04a7 Mon Sep 17 00:00:00 2001
From: rajeshrodney <rahes25290@gmail.com>
Date: Wed, 5 Feb 2025 14:38:48 -0600
Subject: [PATCH] Updated temporary assets with original ones

---
 .godot/editor/editor_layout.cfg               |  11 ++---
 .godot/editor/filesystem_cache8               |  40 +++++++++---------
 .godot/editor/filesystem_update4              |   9 ++++
 ...state-c2a7af834e91ff64325daddf58e45dc0.cfg |   4 +-
 .godot/editor/project_metadata.cfg            |   1 +
 .godot/editor/script_editor_cache.cfg         |  13 ++++++
 ....png-4fbaffc4602d71e6cac15276c9938262.ctex | Bin 442 -> 558 bytes
 ...n.png-4fbaffc4602d71e6cac15276c9938262.md5 |   4 +-
 ....png-a9036b7b39d84991818902d33b82e9f7.ctex | Bin 458 -> 538 bytes
 ...n.png-a9036b7b39d84991818902d33b82e9f7.md5 |   4 +-
 ....png-c190fd776f0ab6d33f3119fa59d71766.ctex | Bin 602 -> 760 bytes
 ...t.png-c190fd776f0ab6d33f3119fa59d71766.md5 |   4 +-
 ....png-c9db72425068861f66815521164a4236.ctex | Bin 484 -> 568 bytes
 ...k.png-c9db72425068861f66815521164a4236.md5 |   4 +-
 .godot/uid_cache.bin                          | Bin 4201 -> 5411 bytes
 .../Black_Assassin.png.import                 |  34 +++++++++++++++
 .../Black_Bishop.png.import                   |  34 +++++++++++++++
 .../Black_Pawn.png.import                     |  34 +++++++++++++++
 .../Black_Queen.png.import                    |  34 +++++++++++++++
 .../Black_king.png.import                     |  34 +++++++++++++++
 .../Black_knight.png.import                   |  34 +++++++++++++++
 .../Black_mage.png.import                     |  34 +++++++++++++++
 .../Black_rook.png.import                     |  34 +++++++++++++++
 .../Black_wizard.png.import                   |  34 +++++++++++++++
 .../White_Assassin.png.import                 |  34 +++++++++++++++
 .../White_Bishop.png.import                   |  34 +++++++++++++++
 .../White_Pawn.png.import                     |  34 +++++++++++++++
 .../White_Queen.png.import                    |  34 +++++++++++++++
 .../White_king.png.import                     |  34 +++++++++++++++
 .../White_knight.png.import                   |  34 +++++++++++++++
 .../White_mage.png.import                     |  34 +++++++++++++++
 .../White_rook.png.import                     |  34 +++++++++++++++
 .../White_wizard.png.import                   |  34 +++++++++++++++
 scenes/Assassin.tscn                          |   2 +-
 scenes/Bishop.tscn                            |   4 +-
 scenes/Mage.tscn                              |   2 +-
 scenes/Pawn.tscn                              |   2 +-
 scenes/Wizard.tscn                            |   2 +-
 38 files changed, 677 insertions(+), 41 deletions(-)
 create mode 100644 Assets/Resized Chess Piece Assets/Black_Assassin.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_Bishop.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_Pawn.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_Queen.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_king.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_knight.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_mage.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_rook.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/Black_wizard.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_Assassin.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_Bishop.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_Pawn.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_Queen.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_king.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_knight.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_mage.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_rook.png.import
 create mode 100644 Assets/Resized Chess Piece Assets/White_wizard.png.import

diff --git a/.godot/editor/editor_layout.cfg b/.godot/editor/editor_layout.cfg
index f38621d..addf327 100644
--- a/.godot/editor/editor_layout.cfg
+++ b/.godot/editor/editor_layout.cfg
@@ -18,8 +18,8 @@ dock_filesystem_v_split_offset=0
 dock_filesystem_display_mode=0
 dock_filesystem_file_sort=0
 dock_filesystem_file_list_display_mode=1
-dock_filesystem_selected_paths=PackedStringArray("res://")
-dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://")
+dock_filesystem_selected_paths=PackedStringArray("res://scenes/ui/menu_button.tscn")
+dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://scenes/")
 dock_3="Scene,Import"
 dock_4="FileSystem"
 dock_5="Inspector,Node,History"
@@ -30,12 +30,13 @@ open_scenes=PackedStringArray("res://scenes/game.tscn")
 current_scene="res://scenes/game.tscn"
 center_split_offset=0
 selected_default_debugger_tab_idx=0
-selected_main_editor_idx=1
+selected_main_editor_idx=2
+selected_bottom_panel_item=1
 
 [ScriptEditor]
 
-open_scripts=[]
-selected_script=""
+open_scripts=["res://scripts/game.gd"]
+selected_script="res://scripts/game.gd"
 open_help=[]
 script_split_offset=140
 list_split_offset=0
diff --git a/.godot/editor/filesystem_cache8 b/.godot/editor/filesystem_cache8
index 075bbd3..e811012 100644
--- a/.godot/editor/filesystem_cache8
+++ b/.godot/editor/filesystem_cache8
@@ -3,7 +3,7 @@ ea4bc82a6ad023ab7ee23ee620429895
 icon.svg::CompressedTexture2D::6378281210119878262::1738697583::1738698231::1::::<><>::
 main.tscn::PackedScene::5692118487183161714::1738698010::0::1::::<><>::uid://cu7lkx15lmfww::::res://scenes/scene_manager.tscn
 README.md::TextFile::-1::1738697583::0::1::::<><>::
-::res://Assets/::1738698010
+::res://Assets/::1738785199
 ::res://Assets/noise/::1738698240
 noise2.tres::NoiseTexture2D::5054739835828921764::1738698240::0::1::::<><>::
 noise3.tres::NoiseTexture2D::906885015046579772::1738698240::0::1::::<><>::
@@ -19,25 +19,25 @@ White knight piece.png::CompressedTexture2D::8293368904171920332::1738697583::17
 White Pawn Piece 2.png::CompressedTexture2D::8915038826611091975::1738697583::1738698231::1::::<><>::
 White Queen Piece 2.png::CompressedTexture2D::339041922548181320::1738697583::1738698231::1::::<><>::
 White rook piece.png::CompressedTexture2D::6272641373813891014::1738697583::1738698231::1::::<><>::
-::res://Assets/Resized Chess Piece Assets/::1738698231
-Black_Assassin.png::CompressedTexture2D::5410645216483506242::1738697583::1738698231::1::::<><>::
-Black_Bishop.png::CompressedTexture2D::5646954560332560266::1738697583::1738698231::1::::<><>::
-Black_king.png::CompressedTexture2D::3691390456247856410::1738697583::1738698231::1::::<><>::
-Black_knight.png::CompressedTexture2D::3569790831830215405::1738697583::1738698231::1::::<><>::
-Black_mage.png::CompressedTexture2D::3300084723678353650::1738697583::1738698231::1::::<><>::
-Black_Pawn.png::CompressedTexture2D::4947090234957464596::1738697583::1738698231::1::::<><>::
-Black_Queen.png::CompressedTexture2D::9042903626319350434::1738697583::1738698231::1::::<><>::
-Black_rook.png::CompressedTexture2D::5637903285567075872::1738697583::1738698231::1::::<><>::
-Black_wizard.png::CompressedTexture2D::1278573577066895682::1738697583::1738698231::1::::<><>::
-White_Assassin.png::CompressedTexture2D::700262813566466932::1738697583::1738698231::1::::<><>::
-White_Bishop.png::CompressedTexture2D::3819780629635422360::1738697583::1738698231::1::::<><>::
-White_king.png::CompressedTexture2D::5012688985517926395::1738697583::1738698231::1::::<><>::
-White_knight.png::CompressedTexture2D::854350289879594279::1738697583::1738698231::1::::<><>::
-White_mage.png::CompressedTexture2D::7265615115782563194::1738697583::1738698231::1::::<><>::
-White_Pawn.png::CompressedTexture2D::919180529085242722::1738697583::1738698231::1::::<><>::
-White_Queen.png::CompressedTexture2D::4902137832695542513::1738697583::1738698231::1::::<><>::
-White_rook.png::CompressedTexture2D::4194129281780453908::1738697583::1738698231::1::::<><>::
-White_wizard.png::CompressedTexture2D::8734158881343267537::1738697583::1738698231::1::::<><>::
+::res://Assets/Resized Chess Piece Assets/::1738785199
+Black_Assassin.png::CompressedTexture2D::8073890137727350160::1738785199::1738785332::1::::<><>::
+Black_Bishop.png::CompressedTexture2D::460446186536534245::1738785199::1738785332::1::::<><>::
+Black_king.png::CompressedTexture2D::4854362018128016652::1738785199::1738785332::1::::<><>::
+Black_knight.png::CompressedTexture2D::1617611918054521687::1738785199::1738785332::1::::<><>::
+Black_mage.png::CompressedTexture2D::2920003665923805930::1738785199::1738785332::1::::<><>::
+Black_Pawn.png::CompressedTexture2D::2619567017608544670::1738785199::1738785332::1::::<><>::
+Black_Queen.png::CompressedTexture2D::6947892130764941861::1738785199::1738785332::1::::<><>::
+Black_rook.png::CompressedTexture2D::8764665212117114244::1738785199::1738785332::1::::<><>::
+Black_wizard.png::CompressedTexture2D::5486342020773449925::1738785199::1738785332::1::::<><>::
+White_Assassin.png::CompressedTexture2D::3263768232109514548::1738785199::1738785332::1::::<><>::
+White_Bishop.png::CompressedTexture2D::2601047089659819063::1738785199::1738785332::1::::<><>::
+White_king.png::CompressedTexture2D::5585160899749004797::1738785199::1738785332::1::::<><>::
+White_knight.png::CompressedTexture2D::1766720508600943431::1738785199::1738785332::1::::<><>::
+White_mage.png::CompressedTexture2D::902301787075014336::1738785199::1738785332::1::::<><>::
+White_Pawn.png::CompressedTexture2D::1597566599437225196::1738785199::1738785332::1::::<><>::
+White_Queen.png::CompressedTexture2D::172918419201557125::1738785199::1738785332::1::::<><>::
+White_rook.png::CompressedTexture2D::5685989093237609766::1738785199::1738785332::1::::<><>::
+White_wizard.png::CompressedTexture2D::3041081003801605884::1738785199::1738785332::1::::<><>::
 ::res://Assets/shaders/::1738698240
 3d_effect.gdshader::Shader::-1::1738698010::0::1::::<><>::
 bg.gdshader::Shader::-1::1738698240::0::1::::<><>::
diff --git a/.godot/editor/filesystem_update4 b/.godot/editor/filesystem_update4
index 740cee9..b666743 100644
--- a/.godot/editor/filesystem_update4
+++ b/.godot/editor/filesystem_update4
@@ -1 +1,10 @@
 res://scripts/Assassin.gd
+res://scripts/game.gd
+res://scenes/game.tscn
+res://assets/shaders/bg.gdshader
+res://Assets/noise/noise.tres
+res://Assets/noise/noise2.tres
+res://Assets/noise/noise3.tres
+res://scripts/Mage.gd
+res://scripts/Wizard.gd
+res://scripts/Bishop.gd
diff --git a/.godot/editor/game.tscn-editstate-c2a7af834e91ff64325daddf58e45dc0.cfg b/.godot/editor/game.tscn-editstate-c2a7af834e91ff64325daddf58e45dc0.cfg
index c6010bd..3f43d58 100644
--- a/.godot/editor/game.tscn-editstate-c2a7af834e91ff64325daddf58e45dc0.cfg
+++ b/.godot/editor/game.tscn-editstate-c2a7af834e91ff64325daddf58e45dc0.cfg
@@ -8,7 +8,7 @@ Anim={
 "grid_snap_active": false,
 "grid_step": Vector2(8, 8),
 "grid_visibility": 1,
-"ofs": Vector2(-258.691, -480.103),
+"ofs": Vector2(-154.44, -536.043),
 "primary_grid_step": Vector2i(8, 8),
 "show_group_gizmos": true,
 "show_guides": true,
@@ -175,4 +175,4 @@ Anim={
 "zfar": 4000.01,
 "znear": 0.05
 }
-selected_nodes=Array[NodePath]([])
+selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16894/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9280/@VSplitContainer@9102/@HSplitContainer@9104/@HSplitContainer@9106/@Control@9107/@SubViewportContainer@9108/@SubViewport@9109/Game")])
diff --git a/.godot/editor/project_metadata.cfg b/.godot/editor/project_metadata.cfg
index 4c724eb..cdda089 100644
--- a/.godot/editor/project_metadata.cfg
+++ b/.godot/editor/project_metadata.cfg
@@ -11,3 +11,4 @@ project_settings=Rect2(2022, 76, 1590, 867)
 [recent_files]
 
 scenes=["res://scenes/game.tscn"]
+scripts=["res://scripts/game.gd"]
diff --git a/.godot/editor/script_editor_cache.cfg b/.godot/editor/script_editor_cache.cfg
index e69de29..7f1da7f 100644
--- a/.godot/editor/script_editor_cache.cfg
+++ b/.godot/editor/script_editor_cache.cfg
@@ -0,0 +1,13 @@
+[res://scripts/game.gd]
+
+state={
+"bookmarks": PackedInt32Array(),
+"breakpoints": PackedInt32Array(),
+"column": 0,
+"folded_lines": Array[int]([]),
+"h_scroll_position": 0,
+"row": 147,
+"scroll_position": 147.0,
+"selection": false,
+"syntax_highlighter": "GDScript"
+}
diff --git a/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.ctex b/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.ctex
index be5e1bd60709d6a7a98b8c60ed83fd719dc9493c..05cc471b5802f5f5bd14fb24859f4893be75c850 100644
GIT binary patch
delta 516
zcmV+f0{i{C1Fi&+G=KI1002@+Mn>)d0037-LQqyvI85OI001u^zy}b8Y}>X?JDRa=
z+vh2^ZD&8lwr$&G+g0lqv(LGAuhbVrNUd#K*{dC9X2t@38TmI5kB(&uz!D-E9FvQD
zQ~(z6%gDzJlY!f|aVWPto`RU<9=)zCWIr=$48kiRN)b^@h<`#v9x!Iga3Yc%*4$^h
zo-KUXH&beSz$g+C1I7~8cAq}lr%BdAJc}sGx8!hOa_I-T6$}81)x4@{Ob$zOlFtb#
z29lGWAIVcZ=<I(_p7ElCVp$tmk*Q(yqD0QwGssqaRveicS_fZ~_u?2-Dp)UwOerKG
z3EBOET*;vS?tlCcQV59*QHS2Sr$62})gqgRh9C9UA+=0M_3Lv1eEITXYw(BPf?skX
zV?4#Pm-1*d5deyb4><*<{)_R~<Rw86_HCAio-?5mgP0-v06?hU#b{2g0V5QR#14Wy
zmWT-QSd3?R$`hR6G^Hs`ugN6cKq;rd_*))*``PzPC4EgCTbfCtD1va5C%86v?+cC0
z7p!P~L@&bVLHW}0moJ23aeO&}N+*9Rk1AU@o6O`hBHwkk@;rlS4vdb!z5*usdI^gv
zO_4Rdes7U26JDNK+h2>!oc+l5k?&5)51o~0v`>+#>3ty>Qd)~_ZJ+kdMhhHkp_uPK
GLI40#ZtQpf

delta 400
zcmV;B0dM}U1iAx|G=G8t002@+Mn-x80037-LQqyvI81H<001u^zy}ZoRBhYWC(jAs
zHs9L+j}sShOD=JTfV=z}G<F6!tYeXX$D+fAN8;iaX5V%M5m0PfTeh5tMU6TDB9TF8
z{3B5ZKx7ESzY&SVFA`lMk?0cl1W=)u)n01_VwEqed|6qMGJksvW$*3(tpf*SWkt&D
z^A-{lcW>+6+P7v%nKk~gNeCfk{@K#v0wHlJaov~Q=`hO!T8Xrg2WE9x<OLJbO}((F
zLktLsOZnG7kTUClElLOxRX?h)J{{uHr_}&s$G_Gwi=@r<B_V`(z!@`2EHbn(3?s(j
znB*CI^5n^r0)G>1aDWJhBc=tLtdlmIFocL}Mfw?9%U^4GBXw>nof6{91V(yrS!6{0
zxyPv%6PynaY0F<3DRENt9TpMgh)WWN>xB&+h7ob8Nh0Y0V-=RTIUzD$;Yx)YZ2Obp
unu{w}u3Y5=Aj~jg;^N}sUaVSewbfSB08pw`s?E;M&IvB3^rf|yYF9`^im%@Q

diff --git a/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.md5 b/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.md5
index a0a10ee..c0375ed 100644
--- a/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.md5
+++ b/.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.md5
@@ -1,3 +1,3 @@
-source_md5="c56048eb1dc7be6736cd82ef34d36ece"
-dest_md5="4b5b68a772fd44d82f8e4d479580ae70"
+source_md5="0c87baba96a1a06cf40525d9bf23b847"
+dest_md5="aad2bcdda1268c1597e87b0cae7bfcd3"
 
diff --git a/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.ctex b/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.ctex
index 889bdba09d75b9049a34ccefabdd3f18a4947041..e57e08b1c4954cbc6b7b952b9b85bc4212a15e40 100644
GIT binary patch
delta 496
zcmV<M0T2Gl1DXVoG=Jg&002@+Mn>8J0037-LQqyvI84m}001u^zy}b8B-yrAx6usE
z_6QtCLreYO6c~*yW~Nuao<cV$Fbi%#tzc_6KD?_LL`coH?b(`(jzsn%!8P3^k^!pv
zH8S#($k<;6m$<OOmkoN6{|F3_a!x?5R3fTYjfg#_l%6Y)h<~VBwdz{+X<qG-{T5Jl
zt@^y`z?9XIgBI}g)KkEuPoF<!#@kyixn;zN15<uJvu?$EUT<&!vG`j1z_x)e#yUr{
zpGRQT`bUmfXVHq-fBShJR;|CVPl+KupHGrRzXQO50|y=C^Z9%RzL7?>X>)^W5|Yoz
zKRh3A87G8la(|wT{=s0XsivB0YM3XQ06<M~gUjV|1+2E(YOAdd4~)342{<5D$skFR
z6rgFErk66*X8jaUa5BoEmzt(&2AagDm|&1JD@q|Fq6|b96hJ|_C@5EO%P5Qj$fB49
zSNu-kC048$88Eh)A_T;Uk%)>FqfC^@{@2+QA%ud%HEFBGije^a^6uK7N%NHY1*b-4
z#fRb&S@34-&z3K~h@oKnJBKC=&M!zU%s92+?7+PL(so6YsHmu@5T-YD8@5W6{1^M=
m(d1E&deozW+Qj<|%gf8l8#XW*XrO@x3gL!nX3mI+5&!@$%Iu#2

delta 416
zcmV;R0bl-_1j+-DG=Gu-002@+Mn;MO0037-LQqyvI81&4001u^zy}ZoRBhYdG>@eH
zy0_eWu|fWlx=JJ}$56S4Yb36?N_qx~>uwI=myt;1Cs-e<HUet3ZO@Y@p~^@)$l#i8
z63GBn{Thk<WF+=i#DOCld~DE*{71+DlxqUWsBF@b@y-rrM}JjZvo#I|jB64N%a!36
z7~zsqbv)Z~i+vZaTuEGE%#s!NOxLt2^^7SGtQkmpSYn6gE9%A8BRecHYem?ad~Q-L
zs}r_}r9>i;5Q23HrQWPt&w3;hiNruc0AzWoD_4;i$<<C>cPA3@Qla%KR|a#L%UtF%
zSDIoerIhkQ*?*EvHrZq|LN6uDsY@vpxzey+*0Y}VtjB<33f($SsVh_p$HbbaJ``gA
z@8N{+K1}SW2*qM5;<#9`MHh<2VxGFfDT_7?x#Q<aljn7)#6-sxb0*xZ{k(eju1B>U
zy|ZmX$?8x8&pY-lI6zg`pc)zrT4YqUM80+PM1m$rkQpFBM(dqY<v5O0RcHz+q>w^J
K;f!`@4#;4F)V?zS

diff --git a/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.md5 b/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.md5
index be96c57..91877f7 100644
--- a/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.md5
+++ b/.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.md5
@@ -1,3 +1,3 @@
-source_md5="f2e1d6f97bfa9fbe0ca1e2897d3f9b81"
-dest_md5="52621a4f50d4b91df03fcdc255a09175"
+source_md5="787dcb945f96a878fbcee676452e28c3"
+dest_md5="f1ffce95e09f2e6b918fd6defb4ce2c8"
 
diff --git a/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.ctex b/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.ctex
index 26d5bbe6a48827ce1a6aeb0028236065be376b14..735f5c8793d0963dba50ece8e9ebda43b316d912 100644
GIT binary patch
delta 720
zcmV;>0x$jA1o#DzG=IPX002@+Mn<>-0037-LQqyvI83Vo001u^zy}b8WM|vdy73*J
zWtUxXmt8V5GjltIFk5bT!m(v(6i!AFAJ93|MVQ`&$KzZ=1eH+(2+-9x8_~9HdvS5`
z#wjuyk$v}HZ0)Wsn$LdG)|mh=tI1?C1qI1u#I%36i`SXQSbrj-vAmphiJF3f<V1Nk
zc=t!k4^5x5%@XB8I-SX6GSw6moc#00fY3IDeMDo86%|D;q|=#9rkbfW&%OvP12lO@
zjvZ^Ps3;;zAtKW0OlDQ%qbmK@0l?O?v2$Z%qoOG3LOQ+g)4L|I3Ty+gE%+lk7ey{)
zW!~qZZ`xG=gMR>^;N$nK%O(;-H}snWK&SwKis~OYmWg>+|M)7l4M2m7lr;dfnrF<)
zFgR-P@<YA;1AvzvzPkN+%lAqJAph}q`T6<zIWXh(lUA`^3Hbxd*vIkD&#EX&-5=q$
zu&}T&i%29AiH+yfn}THg1Jj5;$2#`0k9A?$=2+Uz-+!7PITBe9Yt5ZsMh=ZMl7$Wl
zt%5s2l$t_B#EiR7n$57Ssei}1H1cv_l(<u6+&&BX|A;Te#l^*umm?9CD_1^#TDuK4
z<@w|1J&(w(T=L=PujSbm2_i~nSZJYzfd@Yf*k#!!u+BnhUgZ{AXrYA`rha_rE3#k^
z`wpd4sejU<Zy%4bDV)gUwNR<#_{obuwA+?g;}5cpu~~>pl^ScTv2$m?ZwG6Yd!I8e
z8xe`b<(zYFDo9}Xhy1R5`SRtHrKv1TYk1l~(O|98{-C|~+G|fnHj#yO@1Hh6s`kb3
z;BdpqWRxaSsfgHj^7Esf_+o^TK*8+bY%&?Sh)Gl`rgGxU*Eu=I9COSQPYePIf@g9-
zMs6ZCMP2^<?Dik$oTDTQfHe)o5Yw`Vjpv;6gdhk)D-Blp0|VJ|Qjd6|hgML~!vO$A
CY-Cpe

delta 561
zcmV-10?z&T1=<9VG=Cxj002@+Mn)O}0037-LQqyvI7|)#001u^zy}b8oZGgI?H$k>
zU-f;%R&3k0ZB({x+eT-r%SidWU7V+i@szR6T|7F8kfLqdvPBQ>?(Py<fPInpFX4|k
z?0|0xe}e{%2;<ZE+qk>?d~w|6oB$#&-4r+`VVL-jEG1=~jDN9B^|X3a4=cLaO8+s)
zIUjgh6j}sfOg*PC#|?kUYt63EZNxC=%3A0p5s@cZ`(uVp7$?iO!87vPZz6I<+9BNr
zOmipSQg?~mbd!k4+#h*6dG+x~G1Mi$i8xO4y*Kp-+p(D8K_iEWh+LIy7MF;8Hwn2o
z6jIH0pKlYM@P8ux&4xesiMUAPaHGH)KlpZhAz_$t*2>)2^J347J}=0{K}F|?|KtyH
z1VJ!NLPA2syDY$!ljSrMwqY_H1tUI$J(u$$r{0EQS*HZaEG*iPVx$j(TwI{qgoGD$
zJQDOBZx}ZrNU>XxbjP9%Gkoaci=a{1vLVQ)*zdO>Qhy`rIjHZEAoh$1x_Q#ubH3Ji
zK%Q<J60%jq|D9tN5+eW(@h6Z{Z9qBGX-B&_9OD1%5YE$YKtDJ7lhDtuYF}j7fMH&s
zz3ygN#UuV9MFX0d<qc4zyz<H`Z#WU@ma$8FERHI_8UJUMRj%@QJf7!7#5L<fYCbhm
zBQ;VZ5-N(+)?Rz<wKv=mpNap0I{S5^PSlAy5iMeUlkAd^a7NYrs!=tnM%C~E*8&cM

diff --git a/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.md5 b/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.md5
index 2ab4ca6..ab8aa6e 100644
--- a/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.md5
+++ b/.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.md5
@@ -1,3 +1,3 @@
-source_md5="0aeae9d0c31b59e0cdecb4b22467d08e"
-dest_md5="69bcc0fb89685324c8dda57d074e2c51"
+source_md5="fb88c43e9f6aac1934292bb49230d779"
+dest_md5="17647cf1e569d741335eec48f175010d"
 
diff --git a/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.ctex b/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.ctex
index f9a27693d8d7461ef9a5b29a6ef3c131de02b352..3f00700d8041a0def8d3c9a813c538f0da681cd4 100644
GIT binary patch
delta 527
zcmV+q0`UFh1Gof`G=BgB002@+Mn?Dn0037-LQqyvI85vT001u^zy}b8Tv^)_z1cgo
z9V}gKAFR{|D@HTDVK9?|Dio@|kS05Z@Q;<t%)Es#lN*SDTHDsN=5)X>DS^0okY5={
z>WKQwh)cSN{BfBWN<dP^o`5PJA(oF&RVqR#3*{kB92^|H<$vJd;45!AI5?pa80Ts8
zus=)F)-Tuh+6s&^8ol@Myo>1Nb>mDeg(mIU^3oSX8kErKbUHnbxPYP}?_1yc*0;W`
zN0wnDzWU3v?p~TrQ&Uq@*0)x+O6|CDnx<)2J$-K~G2eXi^C==cZ(^BfqAZiiWHP%;
z=h_IcwouEw<$q<l<(6BnfSI_x;JcQVJ`!Ue=GJ5~nbN9ECKF>EK)%3i@~bi!OG4=1
zA(T_~A5;}lTFSW!xQd+gOH!{S=5o0h<2c}xn9J2GiFq!@G2n<VLM~UY9L8KO_xk$l
zBt^N8Xv@;sy}Ei8U=MmQA8^tsEks0<@Y&mVC?*BCo`3(IC$^B^GGp>O*<_PVhNKV*
z@b=<$9!0lI8ZpvH2uU#{NsMs}7<R#=w}eM6fDn>WkR);9cEErEwOZ|h3oN3RQ?MW@
z4arL8iL;_8!fzqkGf$CS4jvTcDgb~LTPUbuK?tF=0nx)Qcxg*Z%S%Z%o6Tl#aJX<t
Ry?MX^hY0C|eY4qYHV@MD_!9sC

delta 442
zcmV;r0Y(0}1mpvdG=HoC002@+Mn<Fo0037-LQqyvI82xU001u^zy}ZoRBhXoDR0Ex
zbs7%qmW1jg;v4|(@sGrfklfvgi@Uo|Bys@ug_W6w6NrFXYuh8`T|lN^P7Ao4(_aE|
z<VcE0(*<_BK(dasK_X)TD@Wc5KqPe;%wQ1ZD5$8YD7p-0Fn=hhsHiAPP`M48iY7XP
z2AL;u2K7KyGk|O=f4xCS-781D6xI7A^e+z((z{d_h9d#T2An8CgO@NZPJHp18_J)s
zt^`3FhB4_dXwaZR6<_fe@rjQT^iG@nd+2&ybkRi@1?aF~T4)wsAVSxos4GfQic%B>
zC}_C{g7ATCLVsIS6d|Y@;=2hIK|+Th|4->3a1#ET&5KZl*%2zxIS>+@;MvB>sTUy^
z@^16i6`=>48Ui7Nv=6w!ni4d*uO40(h_BG_k2@9E!K;P@ywD?KoRN&kq2fCY*JFj3
z4-t%GV-RT+wD<>L7>45(5F+F)&`DtnebT})I5}<d6*CC=<dL&LBZGZ#;xrnKrq2c9
kcM>|ez)`pf7X(2L+n5F&J!Mli&6wg+Mlw1qEEz!p10S=xKL7v#

diff --git a/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.md5 b/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.md5
index de25afe..0cd9157 100644
--- a/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.md5
+++ b/.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.md5
@@ -1,3 +1,3 @@
-source_md5="8a68b5eb86da6c4d7f1e726dafe6f47a"
-dest_md5="83f6135b226d26d07a58f8796fc21d75"
+source_md5="5ad9895138b6443b65e9dfe37d0c3b2f"
+dest_md5="3bda5c5889649af8379441b490a66a54"
 
diff --git a/.godot/uid_cache.bin b/.godot/uid_cache.bin
index d0e5fd056931dc4a61be3d8cceb307b7c7e213e6..755de2c1d64af5726cae35394446900591ff2104 100644
GIT binary patch
delta 347
zcmaE<uvm*RVIyOP0J~bKPV$!xFD5&(>P|ku#wJ*lpP#K)keA-twD5XTNE(y*<OS@8
zll#~?IsTNLXyF$((VF~_-G<{0PtAhpP1<6U=d&A4_F?DXIFNVl*2a0QJRkvq+{E-$
zkRk5PeL5ePwMYQ97zt<RWu|A8fP_uvi(9<1_SUrmoBfNGhvV<j4@UM?O}=2=*_nCi
zAZ14d8W<STm3<~}WHu5i&#X!;N&yL*Z?WO;IVPb3GIX*78y9EG-Ln0YA{JGeO=2~K
zyMG?z<Fi4NqEtYFli#y&aHzied0pgwcEaTUEY_T_gshnEzHik4%dQ2=hW{28sCZc<
y2C@sur97sqO*=K>oI&aYVD5U_u<=*y)nqoHS{u#@TaWblTJRKDf$W*f%mV<FaD&zW

delta 10
RcmZ3i^-_V+ZzE%d000#|15f|}

diff --git a/Assets/Resized Chess Piece Assets/Black_Assassin.png.import b/Assets/Resized Chess Piece Assets/Black_Assassin.png.import
new file mode 100644
index 0000000..f2c942d
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_Assassin.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnbb15l282cpc"
+path="res://.godot/imported/Black_Assassin.png-92f0801c336ab61369a2b93fc5e3abcd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_Assassin.png"
+dest_files=["res://.godot/imported/Black_Assassin.png-92f0801c336ab61369a2b93fc5e3abcd.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_Bishop.png.import b/Assets/Resized Chess Piece Assets/Black_Bishop.png.import
new file mode 100644
index 0000000..a5848b0
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_Bishop.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gtbqmr0ges3f"
+path="res://.godot/imported/Black_Bishop.png-dfabfc0c81260272c753c7f344c2996a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_Bishop.png"
+dest_files=["res://.godot/imported/Black_Bishop.png-dfabfc0c81260272c753c7f344c2996a.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_Pawn.png.import b/Assets/Resized Chess Piece Assets/Black_Pawn.png.import
new file mode 100644
index 0000000..85ea0ca
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_Pawn.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdk65ejtf6ygk"
+path="res://.godot/imported/Black_Pawn.png-73ec9504aa6a8628b0708bd600099243.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_Pawn.png"
+dest_files=["res://.godot/imported/Black_Pawn.png-73ec9504aa6a8628b0708bd600099243.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_Queen.png.import b/Assets/Resized Chess Piece Assets/Black_Queen.png.import
new file mode 100644
index 0000000..44eefaa
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_Queen.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c58u1efa4tny0"
+path="res://.godot/imported/Black_Queen.png-129070e6a0ddc5f7ae2bf0cc746c3d32.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_Queen.png"
+dest_files=["res://.godot/imported/Black_Queen.png-129070e6a0ddc5f7ae2bf0cc746c3d32.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_king.png.import b/Assets/Resized Chess Piece Assets/Black_king.png.import
new file mode 100644
index 0000000..c2b96d9
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_king.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbfqvr8t31fu7"
+path="res://.godot/imported/Black_king.png-dbd93650975809023d5051fb7e838887.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_king.png"
+dest_files=["res://.godot/imported/Black_king.png-dbd93650975809023d5051fb7e838887.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_knight.png.import b/Assets/Resized Chess Piece Assets/Black_knight.png.import
new file mode 100644
index 0000000..15718aa
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_knight.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xbt3j0eqlab4"
+path="res://.godot/imported/Black_knight.png-929454b56153273c352ed40512756608.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_knight.png"
+dest_files=["res://.godot/imported/Black_knight.png-929454b56153273c352ed40512756608.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_mage.png.import b/Assets/Resized Chess Piece Assets/Black_mage.png.import
new file mode 100644
index 0000000..56deff4
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_mage.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhuqbfa5s6yuk"
+path="res://.godot/imported/Black_mage.png-f47f7e890ef040a98dd73453a681ffe1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_mage.png"
+dest_files=["res://.godot/imported/Black_mage.png-f47f7e890ef040a98dd73453a681ffe1.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_rook.png.import b/Assets/Resized Chess Piece Assets/Black_rook.png.import
new file mode 100644
index 0000000..773c37f
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_rook.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dw4w0xmtfft4g"
+path="res://.godot/imported/Black_rook.png-b128d49fd31d80383e68d3d654f74445.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_rook.png"
+dest_files=["res://.godot/imported/Black_rook.png-b128d49fd31d80383e68d3d654f74445.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/Black_wizard.png.import b/Assets/Resized Chess Piece Assets/Black_wizard.png.import
new file mode 100644
index 0000000..6b0fd35
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/Black_wizard.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ckfvis0v68irl"
+path="res://.godot/imported/Black_wizard.png-0afea0808b6267d98cbfc8507751a05e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/Black_wizard.png"
+dest_files=["res://.godot/imported/Black_wizard.png-0afea0808b6267d98cbfc8507751a05e.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_Assassin.png.import b/Assets/Resized Chess Piece Assets/White_Assassin.png.import
new file mode 100644
index 0000000..565d0b6
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_Assassin.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bmq81ysump1xg"
+path="res://.godot/imported/White_Assassin.png-b91d29cfa010c3f963e5fe98fea3f7ce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_Assassin.png"
+dest_files=["res://.godot/imported/White_Assassin.png-b91d29cfa010c3f963e5fe98fea3f7ce.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_Bishop.png.import b/Assets/Resized Chess Piece Assets/White_Bishop.png.import
new file mode 100644
index 0000000..5c5b73a
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_Bishop.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdb74otsib8ql"
+path="res://.godot/imported/White_Bishop.png-7213de7b15a92e5747f2331d55eafa2b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_Bishop.png"
+dest_files=["res://.godot/imported/White_Bishop.png-7213de7b15a92e5747f2331d55eafa2b.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_Pawn.png.import b/Assets/Resized Chess Piece Assets/White_Pawn.png.import
new file mode 100644
index 0000000..94de7d8
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_Pawn.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://w04xn5hy44qq"
+path="res://.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_Pawn.png"
+dest_files=["res://.godot/imported/White_Pawn.png-4fbaffc4602d71e6cac15276c9938262.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_Queen.png.import b/Assets/Resized Chess Piece Assets/White_Queen.png.import
new file mode 100644
index 0000000..712f307
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_Queen.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cp0686asvj0h"
+path="res://.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_Queen.png"
+dest_files=["res://.godot/imported/White_Queen.png-a9036b7b39d84991818902d33b82e9f7.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_king.png.import b/Assets/Resized Chess Piece Assets/White_king.png.import
new file mode 100644
index 0000000..7d58998
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_king.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cltq1wk8w0s02"
+path="res://.godot/imported/White_king.png-c9b2bce7af3c06b61d26520db25cf997.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_king.png"
+dest_files=["res://.godot/imported/White_king.png-c9b2bce7af3c06b61d26520db25cf997.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_knight.png.import b/Assets/Resized Chess Piece Assets/White_knight.png.import
new file mode 100644
index 0000000..b948e6f
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_knight.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0f2vmyxb7sh8"
+path="res://.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_knight.png"
+dest_files=["res://.godot/imported/White_knight.png-c190fd776f0ab6d33f3119fa59d71766.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_mage.png.import b/Assets/Resized Chess Piece Assets/White_mage.png.import
new file mode 100644
index 0000000..a7e99bd
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_mage.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://m4c1qckexo7q"
+path="res://.godot/imported/White_mage.png-fdbd721bd126c3ac8c64372cf709b530.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_mage.png"
+dest_files=["res://.godot/imported/White_mage.png-fdbd721bd126c3ac8c64372cf709b530.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_rook.png.import b/Assets/Resized Chess Piece Assets/White_rook.png.import
new file mode 100644
index 0000000..1b0de62
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_rook.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cnaln6sgju27k"
+path="res://.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_rook.png"
+dest_files=["res://.godot/imported/White_rook.png-c9db72425068861f66815521164a4236.ctex"]
+
+[params]
+
+compress/mode=0
+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/Assets/Resized Chess Piece Assets/White_wizard.png.import b/Assets/Resized Chess Piece Assets/White_wizard.png.import
new file mode 100644
index 0000000..1d794a1
--- /dev/null
+++ b/Assets/Resized Chess Piece Assets/White_wizard.png.import	
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjlefo01b774s"
+path="res://.godot/imported/White_wizard.png-17abee749f8f28c0cac280088ae22bc1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/Resized Chess Piece Assets/White_wizard.png"
+dest_files=["res://.godot/imported/White_wizard.png-17abee749f8f28c0cac280088ae22bc1.ctex"]
+
+[params]
+
+compress/mode=0
+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/scenes/Assassin.tscn b/scenes/Assassin.tscn
index 078f6c5..a163f1f 100644
--- a/scenes/Assassin.tscn
+++ b/scenes/Assassin.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://rxpfuqov0sdv"]
 
 [ext_resource type="Script" path="res://scripts/Assassin.gd" id="1_g33mq"]
-[ext_resource type="Texture2D" uid="uid://753dogr1moxe" path="res://assets/temp_assets/assassin.png" id="2_wrp2r"]
+[ext_resource type="Texture2D" uid="uid://bmq81ysump1xg" path="res://.godot/imported/White_Assassin.png-b91d29cfa010c3f963e5fe98fea3f7ce.ctex" id="2_wrp2r"]
 
 [node name="Node2D" type="Node2D"]
 script = ExtResource("1_g33mq")
diff --git a/scenes/Bishop.tscn b/scenes/Bishop.tscn
index eb713ca..b03172e 100644
--- a/scenes/Bishop.tscn
+++ b/scenes/Bishop.tscn
@@ -1,10 +1,10 @@
 [gd_scene load_steps=3 format=3 uid="uid://bf0kea272jnpo"]
 
 [ext_resource type="Script" path="res://scripts/Bishop.gd" id="1_l7uw0"]
-[ext_resource type="Texture2D" uid="uid://b68o4mj7wcwvq" path="res://assets/sprites/bishop.png" id="2_m57j0"]
+[ext_resource type="Texture2D" uid="uid://bdb74otsib8ql" path="res://.godot/imported/White_Bishop.png-7213de7b15a92e5747f2331d55eafa2b.ctex" id="2_wrp2r"]
 
 [node name="Node2D" type="Node2D"]
 script = ExtResource("1_l7uw0")
 
 [node name="Sprite2D" type="Sprite2D" parent="."]
-texture = ExtResource("2_m57j0")
+texture = ExtResource("2_wrp2r")
diff --git a/scenes/Mage.tscn b/scenes/Mage.tscn
index cfeb30c..a376b39 100644
--- a/scenes/Mage.tscn
+++ b/scenes/Mage.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://fag2130aog4"]
 
 [ext_resource type="Script" path="res://scripts/Mage.gd" id="1_o7lxu"]
-[ext_resource type="Texture2D" uid="uid://b7iyt4iwjbtd0" path="res://assets/temp_assets/mage.png" id="2_i5ela"]
+[ext_resource type="Texture2D" uid="uid://m4c1qckexo7q" path="res://Assets/Resized Chess Piece Assets/White_mage.png" id="2_i5ela"]
 
 [node name="Node2D" type="Node2D"]
 script = ExtResource("1_o7lxu")
diff --git a/scenes/Pawn.tscn b/scenes/Pawn.tscn
index 7243fbb..daad364 100644
--- a/scenes/Pawn.tscn
+++ b/scenes/Pawn.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://bsmtvpmlum6u4"]
 
 [ext_resource type="Script" path="res://scripts/Pawn.gd" id="1_7blqs"]
-[ext_resource type="Texture2D" uid="uid://ndi1e8thkonq" path="res://assets/Resized Chess Piece Assets/White_Pawn.png" id="2_sw0f1"]
+[ext_resource type="Texture2D" uid="uid://w04xn5hy44qq" path="res://Assets/Resized Chess Piece Assets/White_Pawn.png" id="2_sw0f1"]
 
 [node name="Node2D" type="Node2D"]
 script = ExtResource("1_7blqs")
diff --git a/scenes/Wizard.tscn b/scenes/Wizard.tscn
index 904cd0f..1933a21 100644
--- a/scenes/Wizard.tscn
+++ b/scenes/Wizard.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://cwrcas374ms6f"]
 
 [ext_resource type="Script" path="res://scripts/Wizard.gd" id="1_l2hsv"]
-[ext_resource type="Texture2D" uid="uid://bfk1j3brcknkp" path="res://assets/temp_assets/wizard.png" id="2_vybdv"]
+[ext_resource type="Texture2D" uid="uid://bjlefo01b774s" path="res://Assets/Resized Chess Piece Assets/White_wizard.png" id="2_vybdv"]
 
 [node name="Node2D" type="Node2D"]
 script = ExtResource("1_l2hsv")
-- 
GitLab