├── LICENCE.md ├── fonts ├── ftBattle │ ├── ftBattle.old.png │ ├── ftBattle.old.yy │ ├── ftBattle.png │ ├── ftBattle.yy │ ├── ftStats.old.png │ ├── ftStats.old.yy │ ├── ftStats.png │ └── ftStats.yy ├── ftDialogueMessage │ ├── fntDialogueMessage.old.png │ ├── fntDialogueMessage.old.yy │ ├── ftDialogueMessage.old.png │ ├── ftDialogueMessage.old.yy │ ├── ftDialogueMessage.png │ └── ftDialogueMessage.yy ├── ftDialogueName │ ├── fntDialogueName.old.png │ ├── fntDialogueName.old.yy │ ├── ftDialogueName.old.png │ ├── ftDialogueName.old.yy │ ├── ftDialogueName.png │ └── ftDialogueName.yy └── ftStats │ ├── ftStats.old.png │ ├── ftStats.old.yy │ ├── ftStats.png │ └── ftStats.yy ├── notes ├── PROJECT__NOTES │ ├── PROJECT__NOTES.txt │ └── PROJECT__NOTES.yy └── Steps_Textbox │ ├── Steps_Textbox.txt │ └── Steps_Textbox.yy ├── objects ├── oAIParent │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_73.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── oAIParent.yy ├── oBandage │ ├── Create_0.gml │ └── oBandage.yy ├── oBattleActionBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── oBattleActionBox.yy │ ├── oBattleEnemyBox.yy │ ├── oBattleGenericBox.yy │ ├── oBattlePlayerBox.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oBattleAttack │ ├── Create_0.gml │ ├── oBandage.yy │ ├── oBattleAttack.yy │ └── oPotion.yy ├── oBattleDefense │ ├── Create_0.gml │ ├── oBandage.yy │ ├── oBattleAttack.yy │ ├── oBattleDefense.yy │ └── oPotion.yy ├── oBattleEnemyBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── oBattleEnemyBox.yy │ ├── oBattleGenericBox.yy │ ├── oBattlePlayerBox.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oBattleGenericBox │ ├── oBattleGenericBox.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oBattleItemButton │ ├── Draw_0.gml │ ├── oBattleGenericBox.yy │ ├── oBattleItemButton.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oBattleManager │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Draw_64.gml │ ├── Step_0.gml │ └── oBattleManager.yy ├── oBattleMessageBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── oBattleAttackBox.yy │ ├── oBattleEnemyBox.yy │ ├── oBattleGenericBox.yy │ ├── oBattleMessageBox.yy │ ├── oBattlePlayerBox.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oBattlePlayerBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── oBattleGenericBox.yy │ ├── oBattlePlayerBox.yy │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oCameraManager │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── oCameraManager.yy ├── oCollision │ └── oCollision.yy ├── oEnemyMaskedGoon │ ├── Create_0.gml │ └── oEnemyMaskedGoon.yy ├── oEnemyParent │ ├── Step_2.gml │ └── oEnemyParent.yy ├── oEntityParent │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── oEntityParent.yy ├── oGUIBoxParent │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ └── oGUIBoxParent.yy ├── oGameManager │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Draw_72.gml │ ├── Draw_73.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── oGameManager.yy ├── oGlobalManager │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── oGlobalManager.yy ├── oImageBox │ ├── oImageBox.yy │ └── oNameArea.yy ├── oInfoBoxParent │ ├── Create_0.gml │ ├── Draw_0.gml │ └── oInfoBoxParent.yy ├── oItemParent │ ├── Create_0.gml │ └── oItemParent.yy ├── oMessageBox │ └── oMessageBox.yy ├── oNPCBob │ ├── Create_0.gml │ └── oNPCBob.yy ├── oNPCJessica │ ├── Create_0.gml │ ├── oNPCBob.yy │ └── oNPCJessica.yy ├── oNPCParent │ ├── Create_0.gml │ └── oNPCParent.yy ├── oNameBox │ └── oNameBox.yy ├── oNextArrow │ ├── oNextArrow.yy │ └── oTextboxNamebox.yy ├── oPermAttack │ ├── Create_0.gml │ ├── oBandage.yy │ ├── oBattleAttack.yy │ ├── oPermAttack.yy │ └── oPotion.yy ├── oPermDefense │ ├── Create_0.gml │ ├── oBandage.yy │ ├── oBattleAttack.yy │ ├── oBattleDefense.yy │ ├── oPermDefense.yy │ └── oPotion.yy ├── oPlayer │ ├── Create_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── oPlayer.yy ├── oPlayerInventoryBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── oPlayerInventoryBox.yy ├── oPlayerStatsBox │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── oImageBox.yy │ ├── oNameArea.yy │ └── oPlayerStatsBox.yy ├── oPotion │ ├── Create_0.gml │ ├── oBandage.yy │ └── oPotion.yy ├── oRoomChanger │ ├── Collision_oPlayer.gml │ └── oRoomChanger.yy ├── oRoomSpawner │ └── oRoomSpawner.yy ├── oRoomTransition │ ├── Create_0.gml │ ├── Draw_75.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── oRoomTransition.yy ├── oTempSequenceToSurface │ ├── Create_0.gml │ ├── Draw_72.gml │ └── oTempSequenceToSurface.yy ├── oTextboxManager │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Step_0.gml │ └── oTextboxManager.yy ├── oTree0 │ └── oTree0.yy └── oTree1 │ ├── oTree0.yy │ └── oTree1.yy ├── options ├── amazonfire │ └── options_amazonfire.yy ├── android │ └── options_android.yy ├── html5 │ └── options_html5.yy ├── ios │ └── options_ios.yy ├── linux │ └── options_linux.yy ├── mac │ └── options_mac.yy ├── main │ └── options_main.yy ├── ps4 │ └── options_ps4.yy ├── switch │ └── options_switch.yy ├── tvos │ └── options_tvos.yy ├── windows │ └── options_windows.yy ├── windowsuap │ └── options_windowsuap.yy └── xboxone │ └── options_xboxone.yy ├── readme.md ├── rooms ├── rmCave │ └── rmCave.yy ├── rmINit │ └── rmINit.yy ├── rmMain │ └── rmMain.yy └── rmTemplate │ ├── rmMain.yy │ └── rmTemplate.yy ├── scripts ├── Actions │ ├── Actions.gml │ └── Actions.yy ├── BattlePlayer │ ├── BattlePlayer.gml │ └── BattlePlayer.yy ├── Inventory │ ├── Inventory.gml │ └── Inventory.yy ├── ItemClasses │ ├── ItemClasses.gml │ └── ItemClasses.yy ├── battleFunctions │ ├── battleFunctions.gml │ └── battleFunctions.yy ├── collisionFunctions │ ├── collisionFunctions.gml │ └── collisionFunctions.yy ├── dialogueMessages │ ├── dialogueMessages.gml │ └── dialogueMessages.yy ├── entityFunctions │ ├── entityFunctions.gml │ └── entityFunctions.yy ├── gameManagerFunctions │ ├── gameManagerFunctions.gml │ └── gameManagerFunctions.yy ├── inventoryFunctions │ ├── inventoryFunctions.gml │ └── inventoryFunctions.yy ├── itemData │ ├── itemData.gml │ └── itemData.yy ├── layerFunctions │ ├── layerFunctions.gml │ └── layerFunctions.yy ├── log │ ├── log.gml │ └── log.yy ├── mathFunctions │ ├── mathFunctions.gml │ └── mathFunctions.yy ├── saveFunctions │ ├── saveFunctions.gml │ └── saveFunctions.yy ├── scrGameData │ ├── scrGameData.gml │ └── scrGameData.yy ├── scrResolution │ ├── scrResolution.gml │ └── scrResolution.yy └── textFunctions │ ├── textFunctions.gml │ └── textFunctions.yy ├── sequences ├── seqActionHeal │ └── seqActionHeal.yy ├── seqActionKick │ ├── seqActionKick.yy │ └── seqActionPunch.yy ├── seqActionPunch │ └── seqActionPunch.yy ├── seqActionSlap │ ├── seqActionKick.yy │ ├── seqActionPunch.yy │ └── seqActionSlap.yy ├── seqBattleEnter │ └── seqBattleEnter.yy ├── seqBattleExit │ ├── seqBattleEnter.yy │ └── seqBattleExit.yy ├── seqBattleScene │ └── seqBattleScene.yy ├── seqPause │ └── seqPause.yy ├── seqRoomEnd │ └── seqRoomEnd.yy ├── seqRoomStart │ ├── seqRoomStart.yy │ └── setRoomExit.yy └── seqTextbox │ └── seqTextbox.yy ├── sprites ├── sBandage │ ├── 2e02b412-5459-4727-9146-ac4965d8e718.png │ ├── layers │ │ └── 2e02b412-5459-4727-9146-ac4965d8e718 │ │ │ └── ccec4e97-c570-401e-9add-a675d6639a11.png │ └── sBandage.yy ├── sBattleAttack │ ├── a3ac1ccb-d6a4-4c08-b041-8cfca513dd6f.png │ ├── layers │ │ └── a3ac1ccb-d6a4-4c08-b041-8cfca513dd6f │ │ │ └── 60a070f2-a0a4-4808-b65c-9f3299e66a68.png │ └── sBattleAttack.yy ├── sBattleBackground │ ├── 471109e5-21ae-4787-9634-ce2f191b3b0c.png │ ├── layers │ │ └── 471109e5-21ae-4787-9634-ce2f191b3b0c │ │ │ └── 9eb67f32-3bbf-4c92-864b-f1bbd4699dba.png │ └── sBattleBackground.yy ├── sBattleDefense │ ├── b0903745-82e9-4a0d-a725-2adf0e2e4b8d.png │ ├── layers │ │ └── b0903745-82e9-4a0d-a725-2adf0e2e4b8d │ │ │ └── e3018024-c461-4fd4-997e-38088d01895e.png │ └── sBattleDefense.yy ├── sBlack │ ├── b9c5704e-d6c8-416c-81b3-a20c8649122d.png │ ├── layers │ │ └── b9c5704e-d6c8-416c-81b3-a20c8649122d │ │ │ └── 3065f9f4-aa83-4ef9-9cf0-7eebf8fa4da4.png │ └── sBlack.yy ├── sBob_Down_Idle │ ├── 04c492e2-cae1-4785-bd50-87b4625993c4.png │ ├── 14d45593-9b24-4ec3-be04-b04bfceaf5e2.png │ ├── 51f49fc1-1f27-46f2-9d1c-67d38c692779.png │ ├── 7ae16d98-0a08-439d-bb53-fffc7164b08a.png │ ├── 7ccaca97-db66-4789-a78a-28a2395ce448.png │ ├── 7e269502-c580-47c3-b0ac-559ea4b6891b.png │ ├── 8e02668f-6af1-4244-9708-dd7861ac41db.png │ ├── 9cbfc7a5-6110-4066-a0cd-15be7453b670.png │ ├── bd162e91-832e-4486-8fbf-df2d087061fd.png │ ├── beb15f1b-89ab-4d06-9763-d28cedb2c3a9.png │ ├── dc70b3a8-a9a0-4f63-87d5-662352ed25f2.png │ ├── f7766f6b-2f5a-4d49-b752-4c19646e06ba.png │ ├── layers │ │ ├── 04c492e2-cae1-4785-bd50-87b4625993c4 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 14d45593-9b24-4ec3-be04-b04bfceaf5e2 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 51f49fc1-1f27-46f2-9d1c-67d38c692779 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 7ae16d98-0a08-439d-bb53-fffc7164b08a │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 7ccaca97-db66-4789-a78a-28a2395ce448 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 7e269502-c580-47c3-b0ac-559ea4b6891b │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 8e02668f-6af1-4244-9708-dd7861ac41db │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── 9cbfc7a5-6110-4066-a0cd-15be7453b670 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── bd162e91-832e-4486-8fbf-df2d087061fd │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── beb15f1b-89ab-4d06-9763-d28cedb2c3a9 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ ├── dc70b3a8-a9a0-4f63-87d5-662352ed25f2 │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ │ └── f7766f6b-2f5a-4d49-b752-4c19646e06ba │ │ │ └── df02ecd4-88cb-427b-ba26-00eb9212c31d.png │ ├── sBob_Down_Idle.yy │ └── sPlayer_Down_Idle.yy ├── sBob_Down_Walk │ ├── 079c210a-b54b-4ff0-baee-acaeeec0ce9e.png │ ├── 574a4fde-d1e6-4293-b8d3-01b9a08794d4.png │ ├── 69100558-8b50-42ae-a36a-33963102fb2d.png │ ├── 6cad16af-31ac-4522-9c0f-ca36a90cf6ee.png │ ├── 75ce450f-e0ed-4ae6-bb5b-2d9b02dd428e.png │ ├── 9d76e00c-7144-4709-93f4-8acae3b19c9e.png │ ├── ac8a2dee-7c8c-41c8-a1e3-458f7b1e400e.png │ ├── eafb0e77-eed9-446f-b14f-2ea66575c3c7.png │ ├── layers │ │ ├── 079c210a-b54b-4ff0-baee-acaeeec0ce9e │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── 574a4fde-d1e6-4293-b8d3-01b9a08794d4 │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── 69100558-8b50-42ae-a36a-33963102fb2d │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── 6cad16af-31ac-4522-9c0f-ca36a90cf6ee │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── 75ce450f-e0ed-4ae6-bb5b-2d9b02dd428e │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── 9d76e00c-7144-4709-93f4-8acae3b19c9e │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ ├── ac8a2dee-7c8c-41c8-a1e3-458f7b1e400e │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ │ └── eafb0e77-eed9-446f-b14f-2ea66575c3c7 │ │ │ └── 36edfc1e-b629-46c5-9247-cd31e56d1e8b.png │ ├── sBob_Down_Walk.yy │ └── sPlayer_Down_Walk.yy ├── sBob_Left_Idle │ ├── 00daecaf-5bb5-4989-8b64-71b8296b6c3a.png │ ├── 0beb4284-be12-4970-a28b-b332c3e317c8.png │ ├── 179b9464-ce48-466b-ba5a-5cc39aa72e4e.png │ ├── 1d6bae17-9f1c-40ac-bd2d-2638086cec1e.png │ ├── 5bf05bdf-3850-449a-84ab-6a3c97336ce8.png │ ├── 864f375b-084b-4629-aa1f-ea28ca1d1255.png │ ├── 885f5661-2440-4d84-bcc0-56fb73f3f795.png │ ├── 8b67fc52-f82a-45f1-8814-1ec4eec58c02.png │ ├── 9b059edd-63b2-4d51-91bf-d7b544960ee5.png │ ├── d07939f8-7039-47f1-acfd-ac407c86ffb4.png │ ├── fc7a40e4-befa-4d64-a7b1-4344bca77a53.png │ ├── fd83001b-c8eb-4189-90e1-a22dd549a470.png │ ├── layers │ │ ├── 00daecaf-5bb5-4989-8b64-71b8296b6c3a │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 0beb4284-be12-4970-a28b-b332c3e317c8 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 179b9464-ce48-466b-ba5a-5cc39aa72e4e │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 1d6bae17-9f1c-40ac-bd2d-2638086cec1e │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 5bf05bdf-3850-449a-84ab-6a3c97336ce8 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 864f375b-084b-4629-aa1f-ea28ca1d1255 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 885f5661-2440-4d84-bcc0-56fb73f3f795 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 8b67fc52-f82a-45f1-8814-1ec4eec58c02 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── 9b059edd-63b2-4d51-91bf-d7b544960ee5 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── d07939f8-7039-47f1-acfd-ac407c86ffb4 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ ├── fc7a40e4-befa-4d64-a7b1-4344bca77a53 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ │ └── fd83001b-c8eb-4189-90e1-a22dd549a470 │ │ │ └── 7ee91ae6-9a12-4eca-b914-0ea13d1c6b29.png │ ├── sBob_Left_Idle.yy │ └── sPlayer_Left_Idle.yy ├── sBob_Left_Walk │ ├── 22e280bb-6d3d-4680-a6f5-8c8788a372d7.png │ ├── 252b9648-8872-4256-9701-847ad2993e41.png │ ├── 4de8e34b-f103-49a3-b79e-8c08f4888e3b.png │ ├── 559988cf-9617-4a50-8213-59afd8fe3703.png │ ├── 71221c7f-0fc1-4bc1-adfb-7b00f120c11a.png │ ├── 8562f946-5216-42f9-99c7-f980a39885f2.png │ ├── b7fcaa41-669b-4eb9-b9e4-68ee08881caa.png │ ├── e917855a-e8a7-4de7-a150-b7d080005a1e.png │ ├── layers │ │ ├── 22e280bb-6d3d-4680-a6f5-8c8788a372d7 │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── 252b9648-8872-4256-9701-847ad2993e41 │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── 4de8e34b-f103-49a3-b79e-8c08f4888e3b │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── 559988cf-9617-4a50-8213-59afd8fe3703 │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── 71221c7f-0fc1-4bc1-adfb-7b00f120c11a │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── 8562f946-5216-42f9-99c7-f980a39885f2 │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ ├── b7fcaa41-669b-4eb9-b9e4-68ee08881caa │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ │ └── e917855a-e8a7-4de7-a150-b7d080005a1e │ │ │ └── 285a1319-c606-43dd-9160-267e837b5ed5.png │ ├── sBob_Left_Walk.yy │ └── sPlayer_Left_Walk.yy ├── sBob_Right_Idle │ ├── 06c9d154-8f1a-4f50-9ccc-6a5fdd3545ba.png │ ├── 0bdaf0f0-a6c9-4021-b643-28f9d9b50fe5.png │ ├── 3889a7c7-c780-4500-99a5-fef0e75ce101.png │ ├── 3c3d6aff-2142-47ba-8e79-c5486cc8ce13.png │ ├── 3dd8bf40-380b-4c3d-af5a-24d7616a2815.png │ ├── 7c19084a-b2e0-46dc-8992-55c9226fe5e8.png │ ├── 92b88418-90e7-4127-9fd0-4dfe851b7682.png │ ├── a46d5b1e-be35-4717-97e1-7c298c5874a0.png │ ├── c90a5cc3-6539-4cd7-ba6c-8bfb9dc6f448.png │ ├── ccbd8e59-bfef-49a9-808a-38308cfd6dcf.png │ ├── d2075b3f-e753-4094-b518-f4dee7de9410.png │ ├── da7da9c2-8c49-4a6e-824e-98432826c21c.png │ ├── layers │ │ ├── 06c9d154-8f1a-4f50-9ccc-6a5fdd3545ba │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 0bdaf0f0-a6c9-4021-b643-28f9d9b50fe5 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 3889a7c7-c780-4500-99a5-fef0e75ce101 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 3c3d6aff-2142-47ba-8e79-c5486cc8ce13 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 3dd8bf40-380b-4c3d-af5a-24d7616a2815 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 7c19084a-b2e0-46dc-8992-55c9226fe5e8 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── 92b88418-90e7-4127-9fd0-4dfe851b7682 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── a46d5b1e-be35-4717-97e1-7c298c5874a0 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── c90a5cc3-6539-4cd7-ba6c-8bfb9dc6f448 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── ccbd8e59-bfef-49a9-808a-38308cfd6dcf │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ ├── d2075b3f-e753-4094-b518-f4dee7de9410 │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ │ └── da7da9c2-8c49-4a6e-824e-98432826c21c │ │ │ └── 8b575be6-e7a6-4b8c-a7b9-ea5e7d5d0256.png │ ├── sBob_Right_Idle.yy │ └── sPlayer_Right_Idle.yy ├── sBob_Right_Walk │ ├── 0fe815c3-74da-4e70-bdbf-627297c97eb9.png │ ├── 1175405a-a6e8-4ef8-b425-409d2ec677a0.png │ ├── 38a705ef-8687-4740-b6e0-6a4385559d8f.png │ ├── 525b1853-3b7f-4df3-aef5-a1542bd4db26.png │ ├── 98567ba7-80f7-4dbf-aee9-cf57e84a5229.png │ ├── a392eed2-f34c-40a7-8248-c65ac65feb8c.png │ ├── b8394769-aaf5-4a1a-9601-a22487248d10.png │ ├── ea91486e-f104-4172-9930-a7b219075d37.png │ ├── layers │ │ ├── 0fe815c3-74da-4e70-bdbf-627297c97eb9 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── 1175405a-a6e8-4ef8-b425-409d2ec677a0 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── 38a705ef-8687-4740-b6e0-6a4385559d8f │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── 525b1853-3b7f-4df3-aef5-a1542bd4db26 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── 98567ba7-80f7-4dbf-aee9-cf57e84a5229 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── a392eed2-f34c-40a7-8248-c65ac65feb8c │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ ├── b8394769-aaf5-4a1a-9601-a22487248d10 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ │ └── ea91486e-f104-4172-9930-a7b219075d37 │ │ │ └── 2920dd33-9b61-4ebd-a897-c6725ea44158.png │ ├── sBob_Right_Walk.yy │ └── sPlayer_Right_Walk.yy ├── sBob_Up_Idle │ ├── 0cb260f9-5a61-4de2-9b1e-2397eac168ed.png │ ├── 0f92bc3c-9e18-467b-8036-2f7dbb151132.png │ ├── 4bf9d6d8-98d9-4a61-ae77-398c28d7a18c.png │ ├── 4ec90751-bff7-46b8-b700-26d5352121d0.png │ ├── 77855dd3-559d-4adf-959a-b04fd18a2fec.png │ ├── 96414b68-af97-41bc-85bf-84e798f812f6.png │ ├── a45f6328-efec-4ba0-b990-09d9d1a211eb.png │ ├── a7a25bf1-b89e-4e7a-b39b-00c3ac654493.png │ ├── a95e9aad-001b-4275-9c19-71520df22ad0.png │ ├── b660151b-29f6-4f92-899f-4ee09f8bd427.png │ ├── c261f89b-a836-45b3-a0bf-4b2bb40c6018.png │ ├── d620a67b-76c1-4a51-a773-02d1765c6f47.png │ ├── layers │ │ ├── 0cb260f9-5a61-4de2-9b1e-2397eac168ed │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── 0f92bc3c-9e18-467b-8036-2f7dbb151132 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── 4bf9d6d8-98d9-4a61-ae77-398c28d7a18c │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── 4ec90751-bff7-46b8-b700-26d5352121d0 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── 77855dd3-559d-4adf-959a-b04fd18a2fec │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── 96414b68-af97-41bc-85bf-84e798f812f6 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── a45f6328-efec-4ba0-b990-09d9d1a211eb │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── a7a25bf1-b89e-4e7a-b39b-00c3ac654493 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── a95e9aad-001b-4275-9c19-71520df22ad0 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── b660151b-29f6-4f92-899f-4ee09f8bd427 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ ├── c261f89b-a836-45b3-a0bf-4b2bb40c6018 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ │ └── d620a67b-76c1-4a51-a773-02d1765c6f47 │ │ │ └── 54d2c5a5-d4dd-47c1-a868-3828d44253a3.png │ ├── sBob_Up_Idle.yy │ └── sPlayer_Up_Idle.yy ├── sBob_Up_Walk │ ├── 2554abc0-74c0-4199-a59d-86b5cad55c61.png │ ├── 27494ea2-c7ba-4673-949d-b8c657508525.png │ ├── 3497c2ca-412e-44e5-af36-26183996c233.png │ ├── 816c02d7-0547-466c-8509-02f3870a2cf2.png │ ├── b7b2ceda-9b78-4d62-b26f-8d229cf2216a.png │ ├── c7806d71-ab0f-467c-95e1-7451fa02908f.png │ ├── d4ecde0e-c3d0-4346-91d7-2405a4bc1fe9.png │ ├── f159e84a-478e-4e0a-a117-647df40dbc52.png │ ├── layers │ │ ├── 2554abc0-74c0-4199-a59d-86b5cad55c61 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── 27494ea2-c7ba-4673-949d-b8c657508525 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── 3497c2ca-412e-44e5-af36-26183996c233 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── 816c02d7-0547-466c-8509-02f3870a2cf2 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── b7b2ceda-9b78-4d62-b26f-8d229cf2216a │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── c7806d71-ab0f-467c-95e1-7451fa02908f │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ ├── d4ecde0e-c3d0-4346-91d7-2405a4bc1fe9 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ │ └── f159e84a-478e-4e0a-a117-647df40dbc52 │ │ │ └── e3808be5-fe59-404f-b930-24187a00d6e1.png │ ├── sBob_Up_Walk.yy │ └── sPlayer_Up_Walk.yy ├── sCameraManager │ ├── 92057092-0858-4bdd-8929-6adbbd4f0935.png │ ├── layers │ │ └── 92057092-0858-4bdd-8929-6adbbd4f0935 │ │ │ ├── c54b2bd5-7495-49e6-902d-787d10056dc7.png │ │ │ └── e2cc1877-ab80-411a-8a6b-ca778d57e3e1.png │ └── sCameraManager.yy ├── sEntityMask │ ├── 12c04ff4-6d3d-45f1-8ae9-9b55a8a8b17b.png │ ├── layers │ │ └── 12c04ff4-6d3d-45f1-8ae9-9b55a8a8b17b │ │ │ └── 703af0d2-b51f-456c-b59a-666c9e59c019.png │ └── sEntityMask.yy ├── sGameManager │ ├── 92057092-0858-4bdd-8929-6adbbd4f0935.png │ ├── layers │ │ └── 92057092-0858-4bdd-8929-6adbbd4f0935 │ │ │ ├── 1c6606b5-792d-4b25-8474-6f3412e7c7bb.png │ │ │ ├── c54b2bd5-7495-49e6-902d-787d10056dc7.png │ │ │ ├── e2cc1877-ab80-411a-8a6b-ca778d57e3e1.png │ │ │ └── f936eb26-7496-4c7a-ac94-7b01a9951428.png │ ├── sCameraManager.yy │ └── sGameManager.yy ├── sHeal1 │ ├── 11022478-af64-44e9-a347-dfe663280854.png │ ├── layers │ │ └── 11022478-af64-44e9-a347-dfe663280854 │ │ │ └── 489e015b-7ef3-4d3f-ad21-2d2b0de9124f.png │ └── sHeal1.yy ├── sHeal2 │ ├── dd6b2164-7dc5-4b1e-92ae-409a900cc527.png │ ├── layers │ │ └── dd6b2164-7dc5-4b1e-92ae-409a900cc527 │ │ │ └── bb8c8894-d8b7-4a61-a4c5-06d2eefac6a8.png │ └── sHeal2.yy ├── sInventoryWindow │ ├── 510e067b-f51b-42ac-9e3e-ea2eb6b86523.png │ ├── layers │ │ └── 510e067b-f51b-42ac-9e3e-ea2eb6b86523 │ │ │ └── 5789f592-b1af-45dc-8d97-b07ca56e58ef.png │ └── sInventoryWindow.yy ├── sJessica_Down_Idle │ ├── 0a5e689a-40f9-44da-8e7a-a6277f869282.png │ ├── 3019464a-606b-4f7c-8983-1aeb91e2b4ba.png │ ├── 4c951256-8d6d-4cce-ae39-3cf8329f73d8.png │ ├── 54058614-d3ea-45e2-a840-be7283380f65.png │ ├── b35c3b37-eefd-4881-9eeb-9b546c4d9f44.png │ ├── b622ced7-f5b1-4bcd-b074-12bc4232816c.png │ ├── b6a3a8ee-c543-44bc-af79-d8dc045d3359.png │ ├── ba2ea6ea-7fd7-4224-a1d6-c730f7523fb6.png │ ├── ec68d41f-774d-4dce-9a03-9635076888be.png │ ├── ecef01ad-0d44-4bda-9542-8f9b5357da8a.png │ ├── f3456dfe-706f-41a7-8051-8b52e945797f.png │ ├── fb07acb0-c8b7-4a58-8687-1a44eff27b5e.png │ ├── layers │ │ ├── 0a5e689a-40f9-44da-8e7a-a6277f869282 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── 3019464a-606b-4f7c-8983-1aeb91e2b4ba │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── 4c951256-8d6d-4cce-ae39-3cf8329f73d8 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── 54058614-d3ea-45e2-a840-be7283380f65 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── b35c3b37-eefd-4881-9eeb-9b546c4d9f44 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── b622ced7-f5b1-4bcd-b074-12bc4232816c │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── b6a3a8ee-c543-44bc-af79-d8dc045d3359 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── ba2ea6ea-7fd7-4224-a1d6-c730f7523fb6 │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── ec68d41f-774d-4dce-9a03-9635076888be │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── ecef01ad-0d44-4bda-9542-8f9b5357da8a │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ ├── f3456dfe-706f-41a7-8051-8b52e945797f │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ │ └── fb07acb0-c8b7-4a58-8687-1a44eff27b5e │ │ │ └── ceaf7207-115f-4e56-aa05-08a98f200aff.png │ ├── sBob_Down_Idle.yy │ ├── sJessica_Down_Idle.yy │ └── sPlayer_Down_Idle.yy ├── sJessica_Down_Walk │ ├── 0a62a210-d869-49e9-93b6-e240b03012c9.png │ ├── 1238867c-6b55-4cd7-8266-5afbe58c5522.png │ ├── c11de5e0-003e-4bba-891b-478d26789280.png │ ├── c1f4b2c8-95e6-4edb-9e27-f1fa82b9e751.png │ ├── d6f84964-527f-4ce6-9be2-e901a05e079a.png │ ├── e3fa9a55-237f-43d9-bc56-e7d213fe5874.png │ ├── ea5d95a1-46e3-4337-a12d-a11154a7f6f6.png │ ├── ef92088d-883f-40ea-a93e-1085f16b39d2.png │ ├── layers │ │ ├── 0a62a210-d869-49e9-93b6-e240b03012c9 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── 1238867c-6b55-4cd7-8266-5afbe58c5522 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── c11de5e0-003e-4bba-891b-478d26789280 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── c1f4b2c8-95e6-4edb-9e27-f1fa82b9e751 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── d6f84964-527f-4ce6-9be2-e901a05e079a │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── e3fa9a55-237f-43d9-bc56-e7d213fe5874 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ ├── ea5d95a1-46e3-4337-a12d-a11154a7f6f6 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ │ └── ef92088d-883f-40ea-a93e-1085f16b39d2 │ │ │ └── daf5c74f-6593-4e48-b04b-61fbb46938e2.png │ ├── sBob_Down_Walk.yy │ ├── sJessica_Down_Walk.yy │ └── sPlayer_Down_Walk.yy ├── sJessica_Left_Idle │ ├── 482a80e1-738d-4a8a-a1f2-8991a6bd8cc6.png │ ├── 536a7555-0b30-472b-b273-59176afc885e.png │ ├── 56879b8a-b590-4a58-82be-7e3663e1dedb.png │ ├── 6f719da3-dd23-42f6-adbb-11ce8eb13ff9.png │ ├── 7575dec9-5537-4638-8ed4-1efd78cd4dc0.png │ ├── af3e7c94-6aa7-49e6-ae0f-8f5cc9af20be.png │ ├── bea796e4-4164-4416-b22b-d113c54a3989.png │ ├── c457a6c1-e10d-4eec-b691-69c3d3daad19.png │ ├── c4871184-1c49-4ad4-8793-1268510f9676.png │ ├── e725967a-a55a-4b99-95a5-aa4588ee2788.png │ ├── f8c6f79b-50db-4639-8e76-2b1f5b21af3b.png │ ├── ff4348b5-82e7-4b5e-b8bc-532afc509498.png │ ├── layers │ │ ├── 482a80e1-738d-4a8a-a1f2-8991a6bd8cc6 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── 536a7555-0b30-472b-b273-59176afc885e │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── 56879b8a-b590-4a58-82be-7e3663e1dedb │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── 6f719da3-dd23-42f6-adbb-11ce8eb13ff9 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── 7575dec9-5537-4638-8ed4-1efd78cd4dc0 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── af3e7c94-6aa7-49e6-ae0f-8f5cc9af20be │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── bea796e4-4164-4416-b22b-d113c54a3989 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── c457a6c1-e10d-4eec-b691-69c3d3daad19 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── c4871184-1c49-4ad4-8793-1268510f9676 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── e725967a-a55a-4b99-95a5-aa4588ee2788 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ ├── f8c6f79b-50db-4639-8e76-2b1f5b21af3b │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ │ └── ff4348b5-82e7-4b5e-b8bc-532afc509498 │ │ │ └── 11599c87-0adb-4a51-bab1-e691670f0cb4.png │ ├── sBob_Left_Idle.yy │ ├── sJessica_Left_Idle.yy │ └── sPlayer_Left_Idle.yy ├── sJessica_Left_Walk │ ├── 25a595a1-8e7f-4476-9706-834d50b2eb26.png │ ├── 42be8021-0fb7-4a3f-a98f-56620372eea2.png │ ├── 6aef86e3-d9cf-49e7-bba2-4a5c92daba86.png │ ├── a1dec461-58fa-4a63-8b56-7678cd488b24.png │ ├── a9fc280c-24cf-436f-9601-70d7e377d9f0.png │ ├── afe4afd5-a024-4c69-9027-39a21c9dee86.png │ ├── c9a7ddf3-cd35-42b1-95b4-6ee5f9407c85.png │ ├── e8199fd3-d6a3-4da9-8891-003f6d26def3.png │ ├── layers │ │ ├── 25a595a1-8e7f-4476-9706-834d50b2eb26 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── 42be8021-0fb7-4a3f-a98f-56620372eea2 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── 6aef86e3-d9cf-49e7-bba2-4a5c92daba86 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── a1dec461-58fa-4a63-8b56-7678cd488b24 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── a9fc280c-24cf-436f-9601-70d7e377d9f0 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── afe4afd5-a024-4c69-9027-39a21c9dee86 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ ├── c9a7ddf3-cd35-42b1-95b4-6ee5f9407c85 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ │ └── e8199fd3-d6a3-4da9-8891-003f6d26def3 │ │ │ └── 51630e8d-206e-41a0-9861-cf3f63a33c92.png │ ├── sBob_Left_Walk.yy │ ├── sJessica_Left_Walk.yy │ └── sPlayer_Left_Walk.yy ├── sJessica_Right_Idle │ ├── 03ef1924-b363-483d-98b5-5f3ea112bb6d.png │ ├── 557d7520-57d4-43d9-9e91-2e7387b80db9.png │ ├── 65930c1e-a39c-4034-99a1-b424f361a1c6.png │ ├── 7ae88259-54b0-4508-b6fc-89ec2639b3c8.png │ ├── a3405924-beb1-425f-bf51-b8bf6aae3cac.png │ ├── a964fae6-7a9f-4707-a5c9-0af8c5740dfc.png │ ├── aa70bde7-0d7b-4564-b7d1-5ad658aecc42.png │ ├── affcb06c-8530-42a8-b4e3-6aa883d6f950.png │ ├── d5f8efe1-536c-45e6-8f47-3017e88eac88.png │ ├── e2b1f4d7-09d5-4e3a-9116-3434a3eda8ec.png │ ├── f5a076de-1a52-4ee9-b9c2-eb727341a795.png │ ├── f6b17f5b-70a6-4dee-807e-81ba33a9b414.png │ ├── layers │ │ ├── 03ef1924-b363-483d-98b5-5f3ea112bb6d │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── 557d7520-57d4-43d9-9e91-2e7387b80db9 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── 65930c1e-a39c-4034-99a1-b424f361a1c6 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── 7ae88259-54b0-4508-b6fc-89ec2639b3c8 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── a3405924-beb1-425f-bf51-b8bf6aae3cac │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── a964fae6-7a9f-4707-a5c9-0af8c5740dfc │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── aa70bde7-0d7b-4564-b7d1-5ad658aecc42 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── affcb06c-8530-42a8-b4e3-6aa883d6f950 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── d5f8efe1-536c-45e6-8f47-3017e88eac88 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── e2b1f4d7-09d5-4e3a-9116-3434a3eda8ec │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ ├── f5a076de-1a52-4ee9-b9c2-eb727341a795 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ │ └── f6b17f5b-70a6-4dee-807e-81ba33a9b414 │ │ │ └── b2829efa-9757-4e69-b849-1cfbe15ecfa2.png │ ├── sBob_Right_Idle.yy │ ├── sJessica_Right_Idle.yy │ └── sPlayer_Right_Idle.yy ├── sJessica_Right_Walk │ ├── 241eb3e4-c870-4bbc-840f-d44ce62bbcd1.png │ ├── 2c279d6f-616f-45b6-836d-f814a509f929.png │ ├── 556a1e4d-0828-4b8b-82c2-0e8996105c4f.png │ ├── 63d23400-2954-47e3-99c5-b3bcaf787847.png │ ├── 8e917d25-e436-4ee8-abcb-41e6bc192d98.png │ ├── a0bf88c5-8a27-4956-8ab6-5a0cdf4adc40.png │ ├── c9bc105f-c98a-4574-a884-da16286affcf.png │ ├── d52e6dee-5dcf-4190-82f9-39458ada466b.png │ ├── layers │ │ ├── 241eb3e4-c870-4bbc-840f-d44ce62bbcd1 │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── 2c279d6f-616f-45b6-836d-f814a509f929 │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── 556a1e4d-0828-4b8b-82c2-0e8996105c4f │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── 63d23400-2954-47e3-99c5-b3bcaf787847 │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── 8e917d25-e436-4ee8-abcb-41e6bc192d98 │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── a0bf88c5-8a27-4956-8ab6-5a0cdf4adc40 │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ ├── c9bc105f-c98a-4574-a884-da16286affcf │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ │ └── d52e6dee-5dcf-4190-82f9-39458ada466b │ │ │ └── 0c6f5bf6-d7df-4de3-9a02-d7adb3770b09.png │ ├── sBob_Right_Walk.yy │ ├── sJessica_Right_Walk.yy │ └── sPlayer_Right_Walk.yy ├── sJessica_Up_Idle │ ├── 1515ec46-2569-4735-9796-d6ca813c1cad.png │ ├── 1b9e8317-ccb0-4dae-985d-683c406ed133.png │ ├── 2d50893f-a1f9-4722-9fb4-e47ce7c8b812.png │ ├── 3286b9ca-a02d-4948-af1c-e0665b5cbad1.png │ ├── 45f2e1fb-07e0-42c4-ac85-9ad1f4b90dd7.png │ ├── 6579ce8e-b3da-4915-8826-8054ff7feb26.png │ ├── 6b3a7c48-ac76-4e71-81c6-e39348e9f8fe.png │ ├── 80e931f6-d0af-41bf-85f3-50b6d74d0735.png │ ├── 95b1a591-1e78-4868-9474-724974fe4890.png │ ├── ad033a57-dfb9-4dd3-a356-db6f7a230f7e.png │ ├── d919073e-0d3f-4897-b7ed-55d220e7f840.png │ ├── fb773965-f4c5-4da0-8b3e-d5f68c39e5fd.png │ ├── layers │ │ ├── 1515ec46-2569-4735-9796-d6ca813c1cad │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 1b9e8317-ccb0-4dae-985d-683c406ed133 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 2d50893f-a1f9-4722-9fb4-e47ce7c8b812 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 3286b9ca-a02d-4948-af1c-e0665b5cbad1 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 45f2e1fb-07e0-42c4-ac85-9ad1f4b90dd7 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 6579ce8e-b3da-4915-8826-8054ff7feb26 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 6b3a7c48-ac76-4e71-81c6-e39348e9f8fe │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 80e931f6-d0af-41bf-85f3-50b6d74d0735 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── 95b1a591-1e78-4868-9474-724974fe4890 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── ad033a57-dfb9-4dd3-a356-db6f7a230f7e │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ ├── d919073e-0d3f-4897-b7ed-55d220e7f840 │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ │ └── fb773965-f4c5-4da0-8b3e-d5f68c39e5fd │ │ │ └── 035e8c4e-0298-4249-974f-3d44bcb86133.png │ ├── sBob_Up_Idle.yy │ ├── sJessica_Up_Idle.yy │ └── sPlayer_Up_Idle.yy ├── sJessica_Up_Walk │ ├── 103d9b5d-8b37-4287-9706-16a0a3a08415.png │ ├── 9d37ecbf-c901-477d-8ba5-ff0ae9b7c8bf.png │ ├── b088fa3f-bf1a-4f97-8676-241a2abf620a.png │ ├── bb76dab0-e8fa-4384-84e0-98f9d00f10a8.png │ ├── c0d4f2aa-aa83-4dcb-bf0c-357899d0f9ab.png │ ├── d77e13d6-560e-4cc7-a37f-4d1a457b91af.png │ ├── f5fc8a5c-edbc-4bf3-941d-040bc3d93d4e.png │ ├── fefbd6eb-9c66-4a50-a0f3-3121fc54f082.png │ ├── layers │ │ ├── 103d9b5d-8b37-4287-9706-16a0a3a08415 │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── 9d37ecbf-c901-477d-8ba5-ff0ae9b7c8bf │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── b088fa3f-bf1a-4f97-8676-241a2abf620a │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── bb76dab0-e8fa-4384-84e0-98f9d00f10a8 │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── c0d4f2aa-aa83-4dcb-bf0c-357899d0f9ab │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── d77e13d6-560e-4cc7-a37f-4d1a457b91af │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ ├── f5fc8a5c-edbc-4bf3-941d-040bc3d93d4e │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ │ └── fefbd6eb-9c66-4a50-a0f3-3121fc54f082 │ │ │ └── 209d3d31-9f64-44b3-b461-46e399fb9588.png │ ├── sBob_Up_Walk.yy │ ├── sJessica_Up_Walk.yy │ └── sPlayer_Up_Walk.yy ├── sKick │ ├── 3069ff33-0b4f-40b6-a4e8-8ed8762e35f8.png │ ├── layers │ │ └── 3069ff33-0b4f-40b6-a4e8-8ed8762e35f8 │ │ │ └── 65a97f7a-f4ed-4355-ad4d-cff53da794dc.png │ └── sKick.yy ├── sMaskedGoon_Down_Idle │ ├── 272c49ae-197b-46dd-8e2c-4182499ede5b.png │ ├── 2aa58618-7d18-409a-85ef-98ea996977f6.png │ ├── 455878d0-3e4a-4030-8a11-c8faf15da2cd.png │ ├── 46e95ef3-bef4-4c52-a9e6-bd1443673a2e.png │ ├── 54f81cc1-80f5-46ee-813c-643eb3da37fd.png │ ├── 6e28f834-5fca-4a20-9b3e-d3f1d7b9acab.png │ ├── 6eb969aa-61d7-4abc-ab76-efc997c1ca94.png │ ├── 8a3826a4-be49-4142-a1ee-1e5da89e6c19.png │ ├── a45591e5-80fc-4058-b81d-e0adc6cf133f.png │ ├── b08201e5-470b-4246-85a4-97edf6cb6c8b.png │ ├── ba3aa188-9d5f-488b-91d2-1b4dc28a846b.png │ ├── c34211e9-a62a-482b-bdd7-b552d3d25c3b.png │ ├── layers │ │ ├── 272c49ae-197b-46dd-8e2c-4182499ede5b │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 2aa58618-7d18-409a-85ef-98ea996977f6 │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 455878d0-3e4a-4030-8a11-c8faf15da2cd │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 46e95ef3-bef4-4c52-a9e6-bd1443673a2e │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 54f81cc1-80f5-46ee-813c-643eb3da37fd │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 6e28f834-5fca-4a20-9b3e-d3f1d7b9acab │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 6eb969aa-61d7-4abc-ab76-efc997c1ca94 │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── 8a3826a4-be49-4142-a1ee-1e5da89e6c19 │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── a45591e5-80fc-4058-b81d-e0adc6cf133f │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── b08201e5-470b-4246-85a4-97edf6cb6c8b │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ ├── ba3aa188-9d5f-488b-91d2-1b4dc28a846b │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ │ └── c34211e9-a62a-482b-bdd7-b552d3d25c3b │ │ │ └── 5eb37b23-3120-4c60-8901-99a8f8bf1531.png │ ├── sBob_Down_Idle.yy │ ├── sMaskedGoon_Down_Idle.yy │ └── sPlayer_Down_Idle.yy ├── sMaskedGoon_Down_Walk │ ├── 0ba5c7b8-0a3b-4148-b8ee-606f53de7b71.png │ ├── 304dfed0-ae43-4ff0-b943-018f2abff37c.png │ ├── 56bf7664-5ab8-46f0-af35-6affe6a938d9.png │ ├── 66cfcb02-b59b-465f-a2c0-0ec2b23f9b2a.png │ ├── 84736963-0640-49ca-881b-d1b3aee14a40.png │ ├── bb19937c-ca52-4010-be18-3f4a19dcd813.png │ ├── eea9d752-98cb-4f1b-a426-d394a9fad6df.png │ ├── fd8b02ec-6091-43e1-bfb2-c9fa37085b7a.png │ ├── layers │ │ ├── 0ba5c7b8-0a3b-4148-b8ee-606f53de7b71 │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── 304dfed0-ae43-4ff0-b943-018f2abff37c │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── 56bf7664-5ab8-46f0-af35-6affe6a938d9 │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── 66cfcb02-b59b-465f-a2c0-0ec2b23f9b2a │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── 84736963-0640-49ca-881b-d1b3aee14a40 │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── bb19937c-ca52-4010-be18-3f4a19dcd813 │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ ├── eea9d752-98cb-4f1b-a426-d394a9fad6df │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ │ └── fd8b02ec-6091-43e1-bfb2-c9fa37085b7a │ │ │ └── 9155b618-f2d1-44ed-a698-7dd8e7d87b2a.png │ ├── sBob_Down_Walk.yy │ ├── sMaskedGoon_Down_Walk.yy │ └── sPlayer_Down_Walk.yy ├── sMaskedGoon_Left_Idle │ ├── 0920ecad-53be-442b-83ad-51c379f832fe.png │ ├── 13972e00-8817-4621-944d-10d28e8ed005.png │ ├── 3eeeef79-8661-483f-b244-a4121cf4850c.png │ ├── 47933304-c021-4637-998b-fd971c88c98d.png │ ├── 83515247-131b-4eed-9eb2-1cc4bb15680d.png │ ├── 8d215dcc-9086-4a00-8e4c-e87a4d290119.png │ ├── 8faaee6f-466e-4c3f-830b-cf1b04117dce.png │ ├── a13cb8b4-e20e-4ba5-8f3b-01fb77ab8f33.png │ ├── a9bf86d2-761e-4352-891b-b0e9d8e6048d.png │ ├── ad3c436c-b2b2-4818-b67a-33e78451605a.png │ ├── f7dbe0ad-27df-471c-9662-dffb31c90363.png │ ├── ff74c3ad-01de-4d14-ab9f-cd0032509761.png │ ├── layers │ │ ├── 0920ecad-53be-442b-83ad-51c379f832fe │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 13972e00-8817-4621-944d-10d28e8ed005 │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 3eeeef79-8661-483f-b244-a4121cf4850c │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 47933304-c021-4637-998b-fd971c88c98d │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 83515247-131b-4eed-9eb2-1cc4bb15680d │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 8d215dcc-9086-4a00-8e4c-e87a4d290119 │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── 8faaee6f-466e-4c3f-830b-cf1b04117dce │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── a13cb8b4-e20e-4ba5-8f3b-01fb77ab8f33 │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── a9bf86d2-761e-4352-891b-b0e9d8e6048d │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── ad3c436c-b2b2-4818-b67a-33e78451605a │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ ├── f7dbe0ad-27df-471c-9662-dffb31c90363 │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ │ └── ff74c3ad-01de-4d14-ab9f-cd0032509761 │ │ │ └── 9d85445c-d363-4e36-8221-fb3d56e93e2c.png │ ├── sBob_Left_Idle.yy │ ├── sMaskedGoon_Left_Idle.yy │ └── sPlayer_Left_Idle.yy ├── sMaskedGoon_Left_Walk │ ├── 7a514dc1-6b9e-41b7-9994-7d201bbee2d5.png │ ├── 82108c1e-24ad-43db-9d0e-f01b607cf87f.png │ ├── 8e9c2ab9-ac98-4af3-a2e4-1b4c45c381f2.png │ ├── a9357fb3-c76d-4249-89d0-58a537b82bcc.png │ ├── b4ee7095-9f42-4855-8ff0-abebe9aad8e2.png │ ├── bc447ed5-be51-4822-9f19-55c2dfa796ca.png │ ├── be064f49-9d96-406f-a04b-d56b9e083190.png │ ├── f38a8b74-0290-4789-a750-ed21a5ece191.png │ ├── layers │ │ ├── 7a514dc1-6b9e-41b7-9994-7d201bbee2d5 │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── 82108c1e-24ad-43db-9d0e-f01b607cf87f │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── 8e9c2ab9-ac98-4af3-a2e4-1b4c45c381f2 │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── a9357fb3-c76d-4249-89d0-58a537b82bcc │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── b4ee7095-9f42-4855-8ff0-abebe9aad8e2 │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── bc447ed5-be51-4822-9f19-55c2dfa796ca │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ ├── be064f49-9d96-406f-a04b-d56b9e083190 │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ │ └── f38a8b74-0290-4789-a750-ed21a5ece191 │ │ │ └── 015f6622-0dcc-41ea-b2fc-94d7760b5375.png │ ├── sBob_Left_Walk.yy │ ├── sMaskedGoon_Left_Walk.yy │ └── sPlayer_Left_Walk.yy ├── sMaskedGoon_Right_Idle │ ├── 11cdbf06-e304-42d0-9109-4cfcac90b0b7.png │ ├── 139b1363-bd46-4e46-ab48-82d73cca1ee6.png │ ├── 2d383b2e-0f0f-466f-8ddc-4f3944b73e6b.png │ ├── 5439e028-f42e-4587-bf67-48e57acda6d2.png │ ├── 65d3030c-0966-4231-a051-888615e5cfa9.png │ ├── 8b1377cf-1780-4cc6-9fc6-a8ef44008ffd.png │ ├── 908946f7-63c6-4f3d-97d7-7b28295c215e.png │ ├── 9ea1d234-a2a0-4bc5-a17e-4074e1fbb5e8.png │ ├── 9f4d26a5-ac1b-4b78-8aba-32ee46b48a7c.png │ ├── aeb43c1d-2b2f-4606-938c-b57ad1a26379.png │ ├── cfc199c7-6f60-46fe-9dda-b6d5c3321f86.png │ ├── f00d276a-8362-4388-b104-845197601920.png │ ├── layers │ │ ├── 11cdbf06-e304-42d0-9109-4cfcac90b0b7 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 139b1363-bd46-4e46-ab48-82d73cca1ee6 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 2d383b2e-0f0f-466f-8ddc-4f3944b73e6b │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 5439e028-f42e-4587-bf67-48e57acda6d2 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 65d3030c-0966-4231-a051-888615e5cfa9 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 8b1377cf-1780-4cc6-9fc6-a8ef44008ffd │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 908946f7-63c6-4f3d-97d7-7b28295c215e │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 9ea1d234-a2a0-4bc5-a17e-4074e1fbb5e8 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── 9f4d26a5-ac1b-4b78-8aba-32ee46b48a7c │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── aeb43c1d-2b2f-4606-938c-b57ad1a26379 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ ├── cfc199c7-6f60-46fe-9dda-b6d5c3321f86 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ │ └── f00d276a-8362-4388-b104-845197601920 │ │ │ └── 38fa6da5-7738-4f30-a6e2-9c6290b46578.png │ ├── sBob_Right_Idle.yy │ ├── sMaskedGoon_Right_Idle.yy │ └── sPlayer_Right_Idle.yy ├── sMaskedGoon_Right_Walk │ ├── 41afa3b9-c73a-4196-b086-9c2227bc2e75.png │ ├── 4705cbe4-18e7-4f17-80ca-9c4f500cc819.png │ ├── 7941ccaf-bd5f-4ebe-a5ec-7928e130e0df.png │ ├── 79c0836a-df3c-4ffb-b3e7-9e8ae3f6c3f4.png │ ├── 80c7de28-6601-477e-9cca-c05ec221d72a.png │ ├── 9dd160c3-3121-4d85-8170-b0a0c25b76ab.png │ ├── a8cbc2cb-05fa-47df-911c-fd92332c1a6c.png │ ├── dd22018d-7d1b-47f4-bf3b-11f37a03eb7a.png │ ├── layers │ │ ├── 41afa3b9-c73a-4196-b086-9c2227bc2e75 │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── 4705cbe4-18e7-4f17-80ca-9c4f500cc819 │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── 7941ccaf-bd5f-4ebe-a5ec-7928e130e0df │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── 79c0836a-df3c-4ffb-b3e7-9e8ae3f6c3f4 │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── 80c7de28-6601-477e-9cca-c05ec221d72a │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── 9dd160c3-3121-4d85-8170-b0a0c25b76ab │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ ├── a8cbc2cb-05fa-47df-911c-fd92332c1a6c │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ │ └── dd22018d-7d1b-47f4-bf3b-11f37a03eb7a │ │ │ └── f46cd1cb-e535-4138-96dc-20ca47c366ce.png │ ├── sBob_Right_Walk.yy │ ├── sMaskedGoon_Right_Walk.yy │ └── sPlayer_Right_Walk.yy ├── sMaskedGoon_Up_Idle │ ├── 1762fa4a-f74c-418b-bbf9-ef869f152173.png │ ├── 2e84b12c-70f3-4ba6-bbc2-ac31b828e717.png │ ├── 4c0a33a1-3c7c-4077-a2f0-f1207e651ef3.png │ ├── 68f8f89c-2b9e-4360-9c6a-ae609477d07c.png │ ├── 6ff7b0ed-6f5b-43af-9a7a-18a03ee4c8b2.png │ ├── 77d9c8bf-1c01-4b4b-bdaa-c6081fe34e22.png │ ├── 7e217688-afed-43f6-9d62-4159284253f4.png │ ├── 7efa13d4-f248-4563-9b04-7cb874a81fbd.png │ ├── 7f75de85-34b5-4a17-bfc8-8442a080efd0.png │ ├── 83c673fc-6a0a-4974-a3ee-be39c68a5997.png │ ├── bf728d8e-caf1-47a6-870c-925f64bfd27b.png │ ├── d5ad656e-ec6d-49bf-a882-385a0cdf57bf.png │ ├── layers │ │ ├── 1762fa4a-f74c-418b-bbf9-ef869f152173 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 2e84b12c-70f3-4ba6-bbc2-ac31b828e717 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 4c0a33a1-3c7c-4077-a2f0-f1207e651ef3 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 68f8f89c-2b9e-4360-9c6a-ae609477d07c │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 6ff7b0ed-6f5b-43af-9a7a-18a03ee4c8b2 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 77d9c8bf-1c01-4b4b-bdaa-c6081fe34e22 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 7e217688-afed-43f6-9d62-4159284253f4 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 7efa13d4-f248-4563-9b04-7cb874a81fbd │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 7f75de85-34b5-4a17-bfc8-8442a080efd0 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── 83c673fc-6a0a-4974-a3ee-be39c68a5997 │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ ├── bf728d8e-caf1-47a6-870c-925f64bfd27b │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ │ └── d5ad656e-ec6d-49bf-a882-385a0cdf57bf │ │ │ └── 3547f29d-d732-40b0-b60a-51cfa9146a2e.png │ ├── sBob_Up_Idle.yy │ ├── sMaskedGoon_Up_Idle.yy │ └── sPlayer_Up_Idle.yy ├── sMaskedGoon_Up_Walk │ ├── 0f25cef6-e378-42ec-b7c8-d4ee2b5efca5.png │ ├── 3ea223ad-aea9-408d-8d6d-1f7734d717ce.png │ ├── 42b2f713-f694-43ca-8611-3cfe3ad682d5.png │ ├── 49624bd1-2565-4813-9b91-199148fac433.png │ ├── 727930fa-9a9f-45f3-9ad4-9b97ab410c95.png │ ├── a78813a6-e204-4960-bfc4-303f7165df5a.png │ ├── dc0c2172-7b2e-4183-831b-0cf10ee2df6d.png │ ├── e742c428-0cfa-4ce2-a0a1-4b99229e9152.png │ ├── layers │ │ ├── 0f25cef6-e378-42ec-b7c8-d4ee2b5efca5 │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── 3ea223ad-aea9-408d-8d6d-1f7734d717ce │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── 42b2f713-f694-43ca-8611-3cfe3ad682d5 │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── 49624bd1-2565-4813-9b91-199148fac433 │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── 727930fa-9a9f-45f3-9ad4-9b97ab410c95 │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── a78813a6-e204-4960-bfc4-303f7165df5a │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ ├── dc0c2172-7b2e-4183-831b-0cf10ee2df6d │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ │ └── e742c428-0cfa-4ce2-a0a1-4b99229e9152 │ │ │ └── da06ae5c-6a4a-42f9-ba87-8b4fc85e922e.png │ ├── sBob_Up_Walk.yy │ ├── sMaskedGoon_Up_Walk.yy │ └── sPlayer_Up_Walk.yy ├── sNextArrow │ ├── 443a0731-3fa3-495d-9110-c0548cd12634.png │ ├── layers │ │ └── 443a0731-3fa3-495d-9110-c0548cd12634 │ │ │ └── 198f154a-0b9f-423e-9e52-318786bd93df.png │ └── sNextArrow.yy ├── sPauseBack │ ├── c94a52db-c9c8-4950-91cd-1664a9d0bf31.png │ ├── layers │ │ └── c94a52db-c9c8-4950-91cd-1664a9d0bf31 │ │ │ └── 7a2361cb-31f0-4371-9ad5-9e73806c0e48.png │ └── sPauseBack.yy ├── sPermAttack │ ├── 51e04772-97a1-4f9c-89a5-89e46a0b63b4.png │ ├── layers │ │ └── 51e04772-97a1-4f9c-89a5-89e46a0b63b4 │ │ │ └── c3356e30-bb73-4e07-85f0-0bfe04a55c6e.png │ └── sPermAttack.yy ├── sPermDefense │ ├── c2733708-7b46-4514-9046-2c8f35be7f3d.png │ ├── layers │ │ └── c2733708-7b46-4514-9046-2c8f35be7f3d │ │ │ └── 93c6fa18-2b22-4f10-8d51-0d18cdde9208.png │ └── sPermDefense.yy ├── sPlayer_Down_Idle │ ├── 39c19378-824e-423c-b327-c54c2d404f37.png │ ├── 4f33b8da-6728-4a6d-9a3f-c0fd406e9cf3.png │ ├── 6dbf3ef9-4cf0-4784-8c58-df27e4f17715.png │ ├── 74be7827-2bbf-4105-8f4f-f9bd0201d0f4.png │ ├── 9b8d3d48-1b6e-4a9a-9919-3a521e8600f1.png │ ├── 9ca39671-f6ab-4a1d-829a-f977f090ce82.png │ ├── 9f3fcf2e-fc06-48c4-a3f6-9cb79393ec3d.png │ ├── afe49409-8c87-4c3f-9c23-191c5fae5dca.png │ ├── cf18f05a-a159-4cbd-9f2a-30b941aa220a.png │ ├── f39ff02f-ea21-4a56-8260-4ac47ecd82af.png │ ├── f61a9532-9663-46ed-94de-edc90bd2efc8.png │ ├── fb8dbd7b-ac56-4309-9238-4cf6777fa02e.png │ ├── layers │ │ ├── 39c19378-824e-423c-b327-c54c2d404f37 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 4f33b8da-6728-4a6d-9a3f-c0fd406e9cf3 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 6dbf3ef9-4cf0-4784-8c58-df27e4f17715 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 74be7827-2bbf-4105-8f4f-f9bd0201d0f4 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 9b8d3d48-1b6e-4a9a-9919-3a521e8600f1 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 9ca39671-f6ab-4a1d-829a-f977f090ce82 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── 9f3fcf2e-fc06-48c4-a3f6-9cb79393ec3d │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── afe49409-8c87-4c3f-9c23-191c5fae5dca │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── cf18f05a-a159-4cbd-9f2a-30b941aa220a │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── f39ff02f-ea21-4a56-8260-4ac47ecd82af │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ ├── f61a9532-9663-46ed-94de-edc90bd2efc8 │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ │ └── fb8dbd7b-ac56-4309-9238-4cf6777fa02e │ │ │ └── 587c0d17-41ff-4a69-8265-d39060ecf861.png │ └── sPlayer_Down_Idle.yy ├── sPlayer_Down_Walk │ ├── 0e996d83-a221-491c-9474-2be17b86928f.png │ ├── 9709bb77-b432-4744-a241-fa1c72c609e4.png │ ├── 9badf81a-e752-4e3d-ba64-cfdca0a24343.png │ ├── afa1c42f-d10a-410b-aefc-780261d2dd11.png │ ├── dde01d5e-435e-4b39-9d64-eef31620ab93.png │ ├── e04bccf7-bb13-4ff6-9c6b-ccbcc166ea91.png │ ├── ebf5e17a-87af-411b-8938-37ecb4a119d9.png │ ├── eeddb1b8-56a4-4bf6-9ddf-e72a9d96ba02.png │ ├── layers │ │ ├── 0e996d83-a221-491c-9474-2be17b86928f │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── 9709bb77-b432-4744-a241-fa1c72c609e4 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── 9badf81a-e752-4e3d-ba64-cfdca0a24343 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── afa1c42f-d10a-410b-aefc-780261d2dd11 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── dde01d5e-435e-4b39-9d64-eef31620ab93 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── e04bccf7-bb13-4ff6-9c6b-ccbcc166ea91 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ ├── ebf5e17a-87af-411b-8938-37ecb4a119d9 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ │ └── eeddb1b8-56a4-4bf6-9ddf-e72a9d96ba02 │ │ │ └── bcf0cdf1-db3c-4af4-a1c0-fb4601137a6f.png │ └── sPlayer_Down_Walk.yy ├── sPlayer_Left_Idle │ ├── 07564a3e-d03e-4631-b80c-eff2195d6b3f.png │ ├── 3dad90e4-8b88-48ad-89af-7a549f1598fa.png │ ├── 528f1729-4917-4f2c-b723-7406531d24bd.png │ ├── 5607043b-3324-456f-81e4-72ea0278b217.png │ ├── 5b0d1a94-b351-443c-a1ae-7a058f842f57.png │ ├── 5dc59e92-fd48-4b5a-bbdf-d7708c83f231.png │ ├── 60cf3b1a-cd23-408d-a5ac-f243302d8006.png │ ├── d2b4cc0c-658e-4513-b561-204ad882a37e.png │ ├── d854537e-e856-4750-8ffc-b36c923e1030.png │ ├── eca79ab1-a2af-45b2-a9b4-fd54c7cef74f.png │ ├── f762b33f-6022-4a61-b5d8-4f4b1c9f3711.png │ ├── fbe361f8-ca86-4400-9235-687e80c93df6.png │ ├── layers │ │ ├── 07564a3e-d03e-4631-b80c-eff2195d6b3f │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 3dad90e4-8b88-48ad-89af-7a549f1598fa │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 528f1729-4917-4f2c-b723-7406531d24bd │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 5607043b-3324-456f-81e4-72ea0278b217 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 5b0d1a94-b351-443c-a1ae-7a058f842f57 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 5dc59e92-fd48-4b5a-bbdf-d7708c83f231 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── 60cf3b1a-cd23-408d-a5ac-f243302d8006 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── d2b4cc0c-658e-4513-b561-204ad882a37e │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── d854537e-e856-4750-8ffc-b36c923e1030 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── eca79ab1-a2af-45b2-a9b4-fd54c7cef74f │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ ├── f762b33f-6022-4a61-b5d8-4f4b1c9f3711 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ │ └── fbe361f8-ca86-4400-9235-687e80c93df6 │ │ │ └── cc1e9faf-e6ab-4ee1-984a-f75523d1ec6a.png │ └── sPlayer_Left_Idle.yy ├── sPlayer_Left_Walk │ ├── 13f7932b-2e69-4d85-ada4-fd535041130e.png │ ├── 2357ea8b-3587-4415-ab38-83e078c6a053.png │ ├── 89818144-b666-4fc5-9377-237c3db46d97.png │ ├── a56064c3-0054-47a5-99f5-7bc313e317a8.png │ ├── ce5b60a2-2295-48c0-a477-12d130c4022f.png │ ├── dd2243d9-e13b-4b02-b514-9e5236c39778.png │ ├── fbd22a18-7fe3-4f51-8744-2d3648e03f42.png │ ├── fd30e4b1-87b4-43df-92e4-34365af41bf8.png │ ├── layers │ │ ├── 13f7932b-2e69-4d85-ada4-fd535041130e │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── 2357ea8b-3587-4415-ab38-83e078c6a053 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── 89818144-b666-4fc5-9377-237c3db46d97 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── a56064c3-0054-47a5-99f5-7bc313e317a8 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── ce5b60a2-2295-48c0-a477-12d130c4022f │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── dd2243d9-e13b-4b02-b514-9e5236c39778 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ ├── fbd22a18-7fe3-4f51-8744-2d3648e03f42 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ │ └── fd30e4b1-87b4-43df-92e4-34365af41bf8 │ │ │ └── 7609005b-8125-4e4c-8704-280aa1d58bb9.png │ └── sPlayer_Left_Walk.yy ├── sPlayer_Right_Idle │ ├── 1d167390-0605-4957-aa7f-4262758d3548.png │ ├── 39ac3270-d7d5-4adb-8fd5-bbb2f3d33bb1.png │ ├── 4e13b291-a581-4af7-b232-b8be80a3e4ba.png │ ├── 639273c7-aa46-45a3-92a2-28457ad64861.png │ ├── 6c20b852-c9ac-48e4-857b-fc70f248f988.png │ ├── 6ebe9dd5-ccf2-4dac-9d00-48fba5328af3.png │ ├── a57175e1-8c97-4a87-b6ae-2640268d27b4.png │ ├── a6e6e94e-615c-456d-991e-f86a2d3b2029.png │ ├── c16bf1ae-7a1c-43e5-89cd-34514d3eb6a0.png │ ├── de188eba-54c4-435b-9040-cb165ff32c5f.png │ ├── e3c932cb-50db-4bd5-b9a5-2a1e53bf5bf3.png │ ├── ecc9d546-c8b9-4251-91f2-f071d5c27c5f.png │ ├── layers │ │ ├── 1d167390-0605-4957-aa7f-4262758d3548 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── 39ac3270-d7d5-4adb-8fd5-bbb2f3d33bb1 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── 4e13b291-a581-4af7-b232-b8be80a3e4ba │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── 639273c7-aa46-45a3-92a2-28457ad64861 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── 6c20b852-c9ac-48e4-857b-fc70f248f988 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── 6ebe9dd5-ccf2-4dac-9d00-48fba5328af3 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── a57175e1-8c97-4a87-b6ae-2640268d27b4 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── a6e6e94e-615c-456d-991e-f86a2d3b2029 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── c16bf1ae-7a1c-43e5-89cd-34514d3eb6a0 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── de188eba-54c4-435b-9040-cb165ff32c5f │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ ├── e3c932cb-50db-4bd5-b9a5-2a1e53bf5bf3 │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ │ └── ecc9d546-c8b9-4251-91f2-f071d5c27c5f │ │ │ └── 6b11126f-4014-4e2c-9e1e-899c9c81027d.png │ └── sPlayer_Right_Idle.yy ├── sPlayer_Right_Walk │ ├── 127b766e-d3bf-4fbf-9abe-ff8c4f11ef99.png │ ├── 250ed37d-5749-43c9-81a2-fd1211fc266f.png │ ├── 2cb1e474-1bc2-41d0-9831-f5ace08f2c7b.png │ ├── 3c6bb4de-66be-4730-a055-32f15cbb7472.png │ ├── 9082ead0-02c0-4eda-883d-70adecf5f3a6.png │ ├── a98ab628-d869-4125-81a4-216f992b5ed2.png │ ├── d1b3de11-ad57-4570-a542-36b08c6d7fe8.png │ ├── fee4e08e-d36e-4ce1-9303-5dace122819c.png │ ├── layers │ │ ├── 127b766e-d3bf-4fbf-9abe-ff8c4f11ef99 │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── 250ed37d-5749-43c9-81a2-fd1211fc266f │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── 2cb1e474-1bc2-41d0-9831-f5ace08f2c7b │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── 3c6bb4de-66be-4730-a055-32f15cbb7472 │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── 9082ead0-02c0-4eda-883d-70adecf5f3a6 │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── a98ab628-d869-4125-81a4-216f992b5ed2 │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ ├── d1b3de11-ad57-4570-a542-36b08c6d7fe8 │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ │ └── fee4e08e-d36e-4ce1-9303-5dace122819c │ │ │ └── fefb7ead-69ce-4964-9daa-b8a032ffc1c2.png │ └── sPlayer_Right_Walk.yy ├── sPlayer_Up_Idle │ ├── 2f81fa9f-1e7f-4c1a-8bd3-66bb20e916f5.png │ ├── 309d5a53-4640-4be1-9ba3-75f6b872127a.png │ ├── 8313b21c-4825-4ef2-a2c8-e3dfa048bc05.png │ ├── 8f61f617-4809-4701-b421-0a50e8b24551.png │ ├── 9da57c20-4475-423f-9b9b-0342c266018e.png │ ├── a8874b94-aefd-49f6-9e37-339f08f27abc.png │ ├── ce705dae-2402-4682-9522-f7fb36819e5a.png │ ├── d627a54b-ed44-4545-a7a3-b5b656229371.png │ ├── e4baf3db-3291-46b0-a55c-67cf19de03e9.png │ ├── e712f0fc-b1cd-445c-b90d-c581b83fabcd.png │ ├── e82e2030-0e1a-4120-aad2-d6d1a8d4cef7.png │ ├── e8e778f4-8ad2-4042-ab5b-5173976f2d1e.png │ ├── layers │ │ ├── 2f81fa9f-1e7f-4c1a-8bd3-66bb20e916f5 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── 309d5a53-4640-4be1-9ba3-75f6b872127a │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── 8313b21c-4825-4ef2-a2c8-e3dfa048bc05 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── 8f61f617-4809-4701-b421-0a50e8b24551 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── 9da57c20-4475-423f-9b9b-0342c266018e │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── a8874b94-aefd-49f6-9e37-339f08f27abc │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── ce705dae-2402-4682-9522-f7fb36819e5a │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── d627a54b-ed44-4545-a7a3-b5b656229371 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── e4baf3db-3291-46b0-a55c-67cf19de03e9 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── e712f0fc-b1cd-445c-b90d-c581b83fabcd │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ ├── e82e2030-0e1a-4120-aad2-d6d1a8d4cef7 │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ │ └── e8e778f4-8ad2-4042-ab5b-5173976f2d1e │ │ │ └── df76030d-096f-4f52-ad2c-067dd885567b.png │ └── sPlayer_Up_Idle.yy ├── sPlayer_Up_Walk │ ├── 0bc18148-1135-4a66-a818-d3b40082b94f.png │ ├── 594b501a-c9c1-47d6-8a45-a15d8fe6f04b.png │ ├── b3eaf84a-00d9-4926-87a6-198249ffb06f.png │ ├── c2404af5-44e7-4e11-a7da-a4e65b56521c.png │ ├── c3c0de81-2d53-48e2-9ae1-3cc4a4fdc083.png │ ├── c6550e68-0b52-4a84-80aa-22c24335c63b.png │ ├── d1a376d7-f7f0-4cfc-a003-25b6c8723b1d.png │ ├── d7673297-c36c-4f10-bb9f-445981225fb7.png │ ├── layers │ │ ├── 0bc18148-1135-4a66-a818-d3b40082b94f │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── 594b501a-c9c1-47d6-8a45-a15d8fe6f04b │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── b3eaf84a-00d9-4926-87a6-198249ffb06f │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── c2404af5-44e7-4e11-a7da-a4e65b56521c │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── c3c0de81-2d53-48e2-9ae1-3cc4a4fdc083 │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── c6550e68-0b52-4a84-80aa-22c24335c63b │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ ├── d1a376d7-f7f0-4cfc-a003-25b6c8723b1d │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ │ └── d7673297-c36c-4f10-bb9f-445981225fb7 │ │ │ └── f79a8432-6c31-4e06-b98a-a40cfe4ba005.png │ └── sPlayer_Up_Walk.yy ├── sPotion │ ├── 10852f16-22a2-40ea-a0fe-f8a7fc4789e9.png │ ├── layers │ │ └── 10852f16-22a2-40ea-a0fe-f8a7fc4789e9 │ │ │ └── db618b72-ccf5-450b-83cc-19a8c2d0778a.png │ └── sPotion.yy ├── sPunch1 │ ├── bd2ba045-c6cb-4c92-9f61-62f8aa4b584d.png │ ├── layers │ │ └── bd2ba045-c6cb-4c92-9f61-62f8aa4b584d │ │ │ └── 3f13a251-d5e8-45d3-8138-f50338e262a6.png │ └── sPunch1.yy ├── sPunch2 │ ├── 07de908b-b856-46d3-aab1-f7462e02c9f2.png │ ├── layers │ │ └── 07de908b-b856-46d3-aab1-f7462e02c9f2 │ │ │ └── 3990f7fd-45a3-49c4-a6f3-1aea54572313.png │ └── sPunch2.yy ├── sRoomChanger │ ├── 14ba09aa-f583-4d24-b1ba-ff6ccb6c362d.png │ ├── layers │ │ └── 14ba09aa-f583-4d24-b1ba-ff6ccb6c362d │ │ │ └── 1610d0d3-8d01-494d-bf3f-26a31692c89f.png │ └── sRoomChanger.yy ├── sRoomSpawner │ ├── fef5f0a9-ce2b-4fae-b7d9-788f8e0556a4.png │ ├── layers │ │ └── fef5f0a9-ce2b-4fae-b7d9-788f8e0556a4 │ │ │ └── d2ccf15d-41f5-4a8d-a3ad-0de83b7bf08b.png │ ├── sRoomChanger.yy │ └── sRoomSpawner.yy ├── sSlap │ ├── 4aec9dbf-0b9a-4540-b89e-ae35707acfd2.png │ ├── layers │ │ └── 4aec9dbf-0b9a-4540-b89e-ae35707acfd2 │ │ │ └── bcf44cea-7dea-4938-9a82-9d6a408e8a51.png │ └── sSlap.yy ├── sSpeechBubbleIcon │ ├── be4fc8ab-21c0-4053-b408-951339f957d2.png │ ├── layers │ │ └── be4fc8ab-21c0-4053-b408-951339f957d2 │ │ │ └── 53a856d0-0b68-432d-8754-f68f212cb610.png │ └── sSpeechBubbleIcon.yy ├── sStatsWindow │ ├── bc9be28b-cc99-4444-9e20-7809cfa77bb0.png │ ├── layers │ │ └── bc9be28b-cc99-4444-9e20-7809cfa77bb0 │ │ │ └── 795ef2f4-78a4-44b1-9404-2c05f699c91f.png │ └── sStatsWindow.yy ├── sTextboxBack │ ├── b045a381-b8b5-401c-8988-41246f535b2c.png │ ├── layers │ │ └── b045a381-b8b5-401c-8988-41246f535b2c │ │ │ └── 89b10114-9832-46cb-a806-a983855befb1.png │ └── sTextboxBack.yy ├── sTextboxFrame │ ├── 7f37465c-db77-42e8-8af7-e4e2f6a20c03.png │ ├── layers │ │ └── 7f37465c-db77-42e8-8af7-e4e2f6a20c03 │ │ │ └── e746bc96-89e6-424e-9092-592ce7c73bc0.png │ └── sTextboxFrame.yy ├── sTextboxLayout │ ├── 6ad39f77-6eff-4830-9cd6-04c83bcaf963.png │ ├── layers │ │ └── 6ad39f77-6eff-4830-9cd6-04c83bcaf963 │ │ │ └── 41eb9f4a-eea7-49b5-8bd2-77ad51d979bc.png │ └── sTextboxLayout.yy ├── sTextboxMask │ ├── 84678e5e-8777-4d6d-959e-676e73d89f34.png │ ├── layers │ │ └── 84678e5e-8777-4d6d-959e-676e73d89f34 │ │ │ └── 5ff52e97-54f8-4c70-b624-1473f400b561.png │ └── sTextboxMask.yy ├── sTextboxNamebox │ ├── 497e8519-e005-40a3-b52a-a04e6b445467.png │ ├── layers │ │ └── 497e8519-e005-40a3-b52a-a04e6b445467 │ │ │ └── 0176a123-9295-42de-a550-c06437832eb2.png │ └── sTextboxNamebox.yy ├── sTilesetCollision │ ├── a3d3b2e8-7435-4974-a4f6-712bb37f3f9e.png │ ├── layers │ │ └── a3d3b2e8-7435-4974-a4f6-712bb37f3f9e │ │ │ └── cd7fb3da-74b3-44b5-b14d-2ef446c6908a.png │ └── sTilesetCollision.yy ├── sTilesetGround │ ├── d7907e03-ca5d-4855-9e0f-079524224470.png │ ├── layers │ │ └── d7907e03-ca5d-4855-9e0f-079524224470 │ │ │ └── 7aaf983e-a060-478a-a84b-e11f5c3ecccf.png │ └── sTilesetGround.yy ├── sTree0 │ ├── b2cb24fd-8f9e-4374-bb1e-9640532ba683.png │ ├── layers │ │ └── b2cb24fd-8f9e-4374-bb1e-9640532ba683 │ │ │ └── 121453c3-fdb7-4053-935b-34e475f5d6ea.png │ └── sTree0.yy └── sTree1 │ ├── f689fa6a-033b-4360-ad41-b34927b647ca.png │ ├── layers │ └── f689fa6a-033b-4360-ad41-b34927b647ca │ │ └── 20db7609-2384-43a3-a7d7-5d6d8a1485c0.png │ └── sTree1.yy ├── tilesets ├── tCollision │ ├── output_tileset.png │ └── tCollision.yy └── tGround │ ├── output_tileset.png │ └── tGround.yy └── turn-based-rpg-ff2.yyp /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/LICENCE.md -------------------------------------------------------------------------------- /fonts/ftBattle/ftBattle.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftBattle.old.png -------------------------------------------------------------------------------- /fonts/ftBattle/ftBattle.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftBattle.old.yy -------------------------------------------------------------------------------- /fonts/ftBattle/ftBattle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftBattle.png -------------------------------------------------------------------------------- /fonts/ftBattle/ftBattle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftBattle.yy -------------------------------------------------------------------------------- /fonts/ftBattle/ftStats.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftStats.old.png -------------------------------------------------------------------------------- /fonts/ftBattle/ftStats.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftStats.old.yy -------------------------------------------------------------------------------- /fonts/ftBattle/ftStats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftStats.png -------------------------------------------------------------------------------- /fonts/ftBattle/ftStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftBattle/ftStats.yy -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/fntDialogueMessage.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/fntDialogueMessage.old.png -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/fntDialogueMessage.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/fntDialogueMessage.old.yy -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/ftDialogueMessage.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/ftDialogueMessage.old.png -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/ftDialogueMessage.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/ftDialogueMessage.old.yy -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/ftDialogueMessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/ftDialogueMessage.png -------------------------------------------------------------------------------- /fonts/ftDialogueMessage/ftDialogueMessage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueMessage/ftDialogueMessage.yy -------------------------------------------------------------------------------- /fonts/ftDialogueName/fntDialogueName.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/fntDialogueName.old.png -------------------------------------------------------------------------------- /fonts/ftDialogueName/fntDialogueName.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/fntDialogueName.old.yy -------------------------------------------------------------------------------- /fonts/ftDialogueName/ftDialogueName.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/ftDialogueName.old.png -------------------------------------------------------------------------------- /fonts/ftDialogueName/ftDialogueName.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/ftDialogueName.old.yy -------------------------------------------------------------------------------- /fonts/ftDialogueName/ftDialogueName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/ftDialogueName.png -------------------------------------------------------------------------------- /fonts/ftDialogueName/ftDialogueName.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftDialogueName/ftDialogueName.yy -------------------------------------------------------------------------------- /fonts/ftStats/ftStats.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftStats/ftStats.old.png -------------------------------------------------------------------------------- /fonts/ftStats/ftStats.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftStats/ftStats.old.yy -------------------------------------------------------------------------------- /fonts/ftStats/ftStats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftStats/ftStats.png -------------------------------------------------------------------------------- /fonts/ftStats/ftStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/fonts/ftStats/ftStats.yy -------------------------------------------------------------------------------- /notes/PROJECT__NOTES/PROJECT__NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/notes/PROJECT__NOTES/PROJECT__NOTES.txt -------------------------------------------------------------------------------- /notes/PROJECT__NOTES/PROJECT__NOTES.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/notes/PROJECT__NOTES/PROJECT__NOTES.yy -------------------------------------------------------------------------------- /notes/Steps_Textbox/Steps_Textbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/notes/Steps_Textbox/Steps_Textbox.txt -------------------------------------------------------------------------------- /notes/Steps_Textbox/Steps_Textbox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/notes/Steps_Textbox/Steps_Textbox.yy -------------------------------------------------------------------------------- /objects/oAIParent/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/oAIParent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/Create_0.gml -------------------------------------------------------------------------------- /objects/oAIParent/Draw_73.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/Draw_73.gml -------------------------------------------------------------------------------- /objects/oAIParent/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/Step_1.gml -------------------------------------------------------------------------------- /objects/oAIParent/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/Step_2.gml -------------------------------------------------------------------------------- /objects/oAIParent/oAIParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oAIParent/oAIParent.yy -------------------------------------------------------------------------------- /objects/oBandage/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBandage/Create_0.gml -------------------------------------------------------------------------------- /objects/oBandage/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBandage/oBandage.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleActionBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oBattleActionBox/oBattleActionBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oBattleActionBox.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oBattleEnemyBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oBattleEnemyBox.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oBattlePlayerBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oBattlePlayerBox.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattleActionBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleActionBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oBattleAttack/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleAttack/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleAttack/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleAttack/oBandage.yy -------------------------------------------------------------------------------- /objects/oBattleAttack/oBattleAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleAttack/oBattleAttack.yy -------------------------------------------------------------------------------- /objects/oBattleAttack/oPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleAttack/oPotion.yy -------------------------------------------------------------------------------- /objects/oBattleDefense/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleDefense/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleDefense/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleDefense/oBandage.yy -------------------------------------------------------------------------------- /objects/oBattleDefense/oBattleAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleDefense/oBattleAttack.yy -------------------------------------------------------------------------------- /objects/oBattleDefense/oBattleDefense.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleDefense/oBattleDefense.yy -------------------------------------------------------------------------------- /objects/oBattleDefense/oPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleDefense/oPotion.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oBattleEnemyBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oBattleEnemyBox.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oBattlePlayerBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oBattlePlayerBox.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattleEnemyBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleEnemyBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oBattleGenericBox/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleGenericBox/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattleGenericBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleGenericBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattleGenericBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleGenericBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattleGenericBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleGenericBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oBattleItemButton/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/Draw_0.gml -------------------------------------------------------------------------------- /objects/oBattleItemButton/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattleItemButton/oBattleItemButton.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/oBattleItemButton.yy -------------------------------------------------------------------------------- /objects/oBattleItemButton/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattleItemButton/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattleItemButton/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleItemButton/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oBattleManager/Alarm_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/Alarm_0.gml -------------------------------------------------------------------------------- /objects/oBattleManager/Alarm_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/Alarm_1.gml -------------------------------------------------------------------------------- /objects/oBattleManager/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/oBattleManager/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleManager/Draw_0.gml: -------------------------------------------------------------------------------- 1 | /// @description 2 | -------------------------------------------------------------------------------- /objects/oBattleManager/Draw_64.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/Draw_64.gml -------------------------------------------------------------------------------- /objects/oBattleManager/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/Step_0.gml -------------------------------------------------------------------------------- /objects/oBattleManager/oBattleManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleManager/oBattleManager.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattleMessageBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oBattleAttackBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oBattleAttackBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oBattleEnemyBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oBattleEnemyBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oBattleMessageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oBattleMessageBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oBattlePlayerBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oBattlePlayerBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattleMessageBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattleMessageBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/oBattleGenericBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/oBattleGenericBox.yy -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/oBattlePlayerBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/oBattlePlayerBox.yy -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oBattlePlayerBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oBattlePlayerBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oCameraManager/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oCameraManager/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/oCameraManager/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oCameraManager/Create_0.gml -------------------------------------------------------------------------------- /objects/oCameraManager/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oCameraManager/Step_2.gml -------------------------------------------------------------------------------- /objects/oCameraManager/oCameraManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oCameraManager/oCameraManager.yy -------------------------------------------------------------------------------- /objects/oCollision/oCollision.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oCollision/oCollision.yy -------------------------------------------------------------------------------- /objects/oEnemyMaskedGoon/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEnemyMaskedGoon/Create_0.gml -------------------------------------------------------------------------------- /objects/oEnemyMaskedGoon/oEnemyMaskedGoon.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEnemyMaskedGoon/oEnemyMaskedGoon.yy -------------------------------------------------------------------------------- /objects/oEnemyParent/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEnemyParent/Step_2.gml -------------------------------------------------------------------------------- /objects/oEnemyParent/oEnemyParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEnemyParent/oEnemyParent.yy -------------------------------------------------------------------------------- /objects/oEntityParent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/Create_0.gml -------------------------------------------------------------------------------- /objects/oEntityParent/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/Draw_0.gml -------------------------------------------------------------------------------- /objects/oEntityParent/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/Step_0.gml -------------------------------------------------------------------------------- /objects/oEntityParent/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/Step_1.gml -------------------------------------------------------------------------------- /objects/oEntityParent/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/Step_2.gml -------------------------------------------------------------------------------- /objects/oEntityParent/oEntityParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oEntityParent/oEntityParent.yy -------------------------------------------------------------------------------- /objects/oGUIBoxParent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGUIBoxParent/Create_0.gml -------------------------------------------------------------------------------- /objects/oGUIBoxParent/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGUIBoxParent/Draw_0.gml -------------------------------------------------------------------------------- /objects/oGUIBoxParent/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGUIBoxParent/Step_1.gml -------------------------------------------------------------------------------- /objects/oGUIBoxParent/oGUIBoxParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGUIBoxParent/oGUIBoxParent.yy -------------------------------------------------------------------------------- /objects/oGameManager/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/oGameManager/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Create_0.gml -------------------------------------------------------------------------------- /objects/oGameManager/Draw_64.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Draw_64.gml -------------------------------------------------------------------------------- /objects/oGameManager/Draw_72.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Draw_72.gml -------------------------------------------------------------------------------- /objects/oGameManager/Draw_73.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Draw_73.gml -------------------------------------------------------------------------------- /objects/oGameManager/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Step_0.gml -------------------------------------------------------------------------------- /objects/oGameManager/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/Step_2.gml -------------------------------------------------------------------------------- /objects/oGameManager/oGameManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGameManager/oGameManager.yy -------------------------------------------------------------------------------- /objects/oGlobalManager/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | /// @description 2 | room_goto_next(); -------------------------------------------------------------------------------- /objects/oGlobalManager/Create_0.gml: -------------------------------------------------------------------------------- 1 | /// @description 2 | alarm[0] = 1; -------------------------------------------------------------------------------- /objects/oGlobalManager/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGlobalManager/Step_1.gml -------------------------------------------------------------------------------- /objects/oGlobalManager/oGlobalManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oGlobalManager/oGlobalManager.yy -------------------------------------------------------------------------------- /objects/oImageBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oImageBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oImageBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oImageBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oInfoBoxParent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oInfoBoxParent/Create_0.gml -------------------------------------------------------------------------------- /objects/oInfoBoxParent/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oInfoBoxParent/Draw_0.gml -------------------------------------------------------------------------------- /objects/oInfoBoxParent/oInfoBoxParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oInfoBoxParent/oInfoBoxParent.yy -------------------------------------------------------------------------------- /objects/oItemParent/Create_0.gml: -------------------------------------------------------------------------------- 1 | /// @description 2 | itemID = -1; -------------------------------------------------------------------------------- /objects/oItemParent/oItemParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oItemParent/oItemParent.yy -------------------------------------------------------------------------------- /objects/oMessageBox/oMessageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oMessageBox/oMessageBox.yy -------------------------------------------------------------------------------- /objects/oNPCBob/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCBob/Create_0.gml -------------------------------------------------------------------------------- /objects/oNPCBob/oNPCBob.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCBob/oNPCBob.yy -------------------------------------------------------------------------------- /objects/oNPCJessica/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCJessica/Create_0.gml -------------------------------------------------------------------------------- /objects/oNPCJessica/oNPCBob.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCJessica/oNPCBob.yy -------------------------------------------------------------------------------- /objects/oNPCJessica/oNPCJessica.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCJessica/oNPCJessica.yy -------------------------------------------------------------------------------- /objects/oNPCParent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCParent/Create_0.gml -------------------------------------------------------------------------------- /objects/oNPCParent/oNPCParent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNPCParent/oNPCParent.yy -------------------------------------------------------------------------------- /objects/oNameBox/oNameBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNameBox/oNameBox.yy -------------------------------------------------------------------------------- /objects/oNextArrow/oNextArrow.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNextArrow/oNextArrow.yy -------------------------------------------------------------------------------- /objects/oNextArrow/oTextboxNamebox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oNextArrow/oTextboxNamebox.yy -------------------------------------------------------------------------------- /objects/oPermAttack/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermAttack/Create_0.gml -------------------------------------------------------------------------------- /objects/oPermAttack/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermAttack/oBandage.yy -------------------------------------------------------------------------------- /objects/oPermAttack/oBattleAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermAttack/oBattleAttack.yy -------------------------------------------------------------------------------- /objects/oPermAttack/oPermAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermAttack/oPermAttack.yy -------------------------------------------------------------------------------- /objects/oPermAttack/oPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermAttack/oPotion.yy -------------------------------------------------------------------------------- /objects/oPermDefense/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/Create_0.gml -------------------------------------------------------------------------------- /objects/oPermDefense/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/oBandage.yy -------------------------------------------------------------------------------- /objects/oPermDefense/oBattleAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/oBattleAttack.yy -------------------------------------------------------------------------------- /objects/oPermDefense/oBattleDefense.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/oBattleDefense.yy -------------------------------------------------------------------------------- /objects/oPermDefense/oPermDefense.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/oPermDefense.yy -------------------------------------------------------------------------------- /objects/oPermDefense/oPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPermDefense/oPotion.yy -------------------------------------------------------------------------------- /objects/oPlayer/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayer/Create_0.gml -------------------------------------------------------------------------------- /objects/oPlayer/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayer/Step_1.gml -------------------------------------------------------------------------------- /objects/oPlayer/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayer/Step_2.gml -------------------------------------------------------------------------------- /objects/oPlayer/oPlayer.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayer/oPlayer.yy -------------------------------------------------------------------------------- /objects/oPlayerInventoryBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerInventoryBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oPlayerInventoryBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerInventoryBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oPlayerInventoryBox/Step_1.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerInventoryBox/Step_1.gml -------------------------------------------------------------------------------- /objects/oPlayerInventoryBox/Step_2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerInventoryBox/Step_2.gml -------------------------------------------------------------------------------- /objects/oPlayerInventoryBox/oPlayerInventoryBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerInventoryBox/oPlayerInventoryBox.yy -------------------------------------------------------------------------------- /objects/oPlayerStatsBox/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerStatsBox/Create_0.gml -------------------------------------------------------------------------------- /objects/oPlayerStatsBox/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerStatsBox/Draw_0.gml -------------------------------------------------------------------------------- /objects/oPlayerStatsBox/oImageBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerStatsBox/oImageBox.yy -------------------------------------------------------------------------------- /objects/oPlayerStatsBox/oNameArea.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerStatsBox/oNameArea.yy -------------------------------------------------------------------------------- /objects/oPlayerStatsBox/oPlayerStatsBox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPlayerStatsBox/oPlayerStatsBox.yy -------------------------------------------------------------------------------- /objects/oPotion/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPotion/Create_0.gml -------------------------------------------------------------------------------- /objects/oPotion/oBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPotion/oBandage.yy -------------------------------------------------------------------------------- /objects/oPotion/oPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oPotion/oPotion.yy -------------------------------------------------------------------------------- /objects/oRoomChanger/Collision_oPlayer.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomChanger/Collision_oPlayer.gml -------------------------------------------------------------------------------- /objects/oRoomChanger/oRoomChanger.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomChanger/oRoomChanger.yy -------------------------------------------------------------------------------- /objects/oRoomSpawner/oRoomSpawner.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomSpawner/oRoomSpawner.yy -------------------------------------------------------------------------------- /objects/oRoomTransition/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomTransition/Create_0.gml -------------------------------------------------------------------------------- /objects/oRoomTransition/Draw_75.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomTransition/Draw_75.gml -------------------------------------------------------------------------------- /objects/oRoomTransition/Other_4.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomTransition/Other_4.gml -------------------------------------------------------------------------------- /objects/oRoomTransition/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomTransition/Step_0.gml -------------------------------------------------------------------------------- /objects/oRoomTransition/oRoomTransition.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oRoomTransition/oRoomTransition.yy -------------------------------------------------------------------------------- /objects/oTempSequenceToSurface/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTempSequenceToSurface/Create_0.gml -------------------------------------------------------------------------------- /objects/oTempSequenceToSurface/Draw_72.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTempSequenceToSurface/Draw_72.gml -------------------------------------------------------------------------------- /objects/oTempSequenceToSurface/oTempSequenceToSurface.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTempSequenceToSurface/oTempSequenceToSurface.yy -------------------------------------------------------------------------------- /objects/oTextboxManager/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTextboxManager/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/oTextboxManager/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTextboxManager/Create_0.gml -------------------------------------------------------------------------------- /objects/oTextboxManager/Draw_64.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTextboxManager/Draw_64.gml -------------------------------------------------------------------------------- /objects/oTextboxManager/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTextboxManager/Step_0.gml -------------------------------------------------------------------------------- /objects/oTextboxManager/oTextboxManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTextboxManager/oTextboxManager.yy -------------------------------------------------------------------------------- /objects/oTree0/oTree0.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTree0/oTree0.yy -------------------------------------------------------------------------------- /objects/oTree1/oTree0.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTree1/oTree0.yy -------------------------------------------------------------------------------- /objects/oTree1/oTree1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/objects/oTree1/oTree1.yy -------------------------------------------------------------------------------- /options/amazonfire/options_amazonfire.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/amazonfire/options_amazonfire.yy -------------------------------------------------------------------------------- /options/android/options_android.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/android/options_android.yy -------------------------------------------------------------------------------- /options/html5/options_html5.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/html5/options_html5.yy -------------------------------------------------------------------------------- /options/ios/options_ios.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/ios/options_ios.yy -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/linux/options_linux.yy -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/mac/options_mac.yy -------------------------------------------------------------------------------- /options/main/options_main.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/main/options_main.yy -------------------------------------------------------------------------------- /options/ps4/options_ps4.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/ps4/options_ps4.yy -------------------------------------------------------------------------------- /options/switch/options_switch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/switch/options_switch.yy -------------------------------------------------------------------------------- /options/tvos/options_tvos.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/tvos/options_tvos.yy -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/windows/options_windows.yy -------------------------------------------------------------------------------- /options/windowsuap/options_windowsuap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/windowsuap/options_windowsuap.yy -------------------------------------------------------------------------------- /options/xboxone/options_xboxone.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/options/xboxone/options_xboxone.yy -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/readme.md -------------------------------------------------------------------------------- /rooms/rmCave/rmCave.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/rooms/rmCave/rmCave.yy -------------------------------------------------------------------------------- /rooms/rmINit/rmINit.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/rooms/rmINit/rmINit.yy -------------------------------------------------------------------------------- /rooms/rmMain/rmMain.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/rooms/rmMain/rmMain.yy -------------------------------------------------------------------------------- /rooms/rmTemplate/rmMain.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/rooms/rmTemplate/rmMain.yy -------------------------------------------------------------------------------- /rooms/rmTemplate/rmTemplate.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/rooms/rmTemplate/rmTemplate.yy -------------------------------------------------------------------------------- /scripts/Actions/Actions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/Actions/Actions.gml -------------------------------------------------------------------------------- /scripts/Actions/Actions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/Actions/Actions.yy -------------------------------------------------------------------------------- /scripts/BattlePlayer/BattlePlayer.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/BattlePlayer/BattlePlayer.gml -------------------------------------------------------------------------------- /scripts/BattlePlayer/BattlePlayer.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/BattlePlayer/BattlePlayer.yy -------------------------------------------------------------------------------- /scripts/Inventory/Inventory.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/Inventory/Inventory.gml -------------------------------------------------------------------------------- /scripts/Inventory/Inventory.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/Inventory/Inventory.yy -------------------------------------------------------------------------------- /scripts/ItemClasses/ItemClasses.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/ItemClasses/ItemClasses.gml -------------------------------------------------------------------------------- /scripts/ItemClasses/ItemClasses.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/ItemClasses/ItemClasses.yy -------------------------------------------------------------------------------- /scripts/battleFunctions/battleFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/battleFunctions/battleFunctions.gml -------------------------------------------------------------------------------- /scripts/battleFunctions/battleFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/battleFunctions/battleFunctions.yy -------------------------------------------------------------------------------- /scripts/collisionFunctions/collisionFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/collisionFunctions/collisionFunctions.gml -------------------------------------------------------------------------------- /scripts/collisionFunctions/collisionFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/collisionFunctions/collisionFunctions.yy -------------------------------------------------------------------------------- /scripts/dialogueMessages/dialogueMessages.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/dialogueMessages/dialogueMessages.gml -------------------------------------------------------------------------------- /scripts/dialogueMessages/dialogueMessages.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/dialogueMessages/dialogueMessages.yy -------------------------------------------------------------------------------- /scripts/entityFunctions/entityFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/entityFunctions/entityFunctions.gml -------------------------------------------------------------------------------- /scripts/entityFunctions/entityFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/entityFunctions/entityFunctions.yy -------------------------------------------------------------------------------- /scripts/gameManagerFunctions/gameManagerFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/gameManagerFunctions/gameManagerFunctions.gml -------------------------------------------------------------------------------- /scripts/gameManagerFunctions/gameManagerFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/gameManagerFunctions/gameManagerFunctions.yy -------------------------------------------------------------------------------- /scripts/inventoryFunctions/inventoryFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/inventoryFunctions/inventoryFunctions.gml -------------------------------------------------------------------------------- /scripts/inventoryFunctions/inventoryFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/inventoryFunctions/inventoryFunctions.yy -------------------------------------------------------------------------------- /scripts/itemData/itemData.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/itemData/itemData.gml -------------------------------------------------------------------------------- /scripts/itemData/itemData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/itemData/itemData.yy -------------------------------------------------------------------------------- /scripts/layerFunctions/layerFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/layerFunctions/layerFunctions.gml -------------------------------------------------------------------------------- /scripts/layerFunctions/layerFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/layerFunctions/layerFunctions.yy -------------------------------------------------------------------------------- /scripts/log/log.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/log/log.gml -------------------------------------------------------------------------------- /scripts/log/log.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/log/log.yy -------------------------------------------------------------------------------- /scripts/mathFunctions/mathFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/mathFunctions/mathFunctions.gml -------------------------------------------------------------------------------- /scripts/mathFunctions/mathFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/mathFunctions/mathFunctions.yy -------------------------------------------------------------------------------- /scripts/saveFunctions/saveFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/saveFunctions/saveFunctions.gml -------------------------------------------------------------------------------- /scripts/saveFunctions/saveFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/saveFunctions/saveFunctions.yy -------------------------------------------------------------------------------- /scripts/scrGameData/scrGameData.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/scrGameData/scrGameData.gml -------------------------------------------------------------------------------- /scripts/scrGameData/scrGameData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/scrGameData/scrGameData.yy -------------------------------------------------------------------------------- /scripts/scrResolution/scrResolution.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/scrResolution/scrResolution.gml -------------------------------------------------------------------------------- /scripts/scrResolution/scrResolution.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/scrResolution/scrResolution.yy -------------------------------------------------------------------------------- /scripts/textFunctions/textFunctions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/textFunctions/textFunctions.gml -------------------------------------------------------------------------------- /scripts/textFunctions/textFunctions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/scripts/textFunctions/textFunctions.yy -------------------------------------------------------------------------------- /sequences/seqActionHeal/seqActionHeal.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionHeal/seqActionHeal.yy -------------------------------------------------------------------------------- /sequences/seqActionKick/seqActionKick.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionKick/seqActionKick.yy -------------------------------------------------------------------------------- /sequences/seqActionKick/seqActionPunch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionKick/seqActionPunch.yy -------------------------------------------------------------------------------- /sequences/seqActionPunch/seqActionPunch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionPunch/seqActionPunch.yy -------------------------------------------------------------------------------- /sequences/seqActionSlap/seqActionKick.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionSlap/seqActionKick.yy -------------------------------------------------------------------------------- /sequences/seqActionSlap/seqActionPunch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionSlap/seqActionPunch.yy -------------------------------------------------------------------------------- /sequences/seqActionSlap/seqActionSlap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqActionSlap/seqActionSlap.yy -------------------------------------------------------------------------------- /sequences/seqBattleEnter/seqBattleEnter.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqBattleEnter/seqBattleEnter.yy -------------------------------------------------------------------------------- /sequences/seqBattleExit/seqBattleEnter.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqBattleExit/seqBattleEnter.yy -------------------------------------------------------------------------------- /sequences/seqBattleExit/seqBattleExit.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqBattleExit/seqBattleExit.yy -------------------------------------------------------------------------------- /sequences/seqBattleScene/seqBattleScene.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqBattleScene/seqBattleScene.yy -------------------------------------------------------------------------------- /sequences/seqPause/seqPause.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqPause/seqPause.yy -------------------------------------------------------------------------------- /sequences/seqRoomEnd/seqRoomEnd.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqRoomEnd/seqRoomEnd.yy -------------------------------------------------------------------------------- /sequences/seqRoomStart/seqRoomStart.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqRoomStart/seqRoomStart.yy -------------------------------------------------------------------------------- /sequences/seqRoomStart/setRoomExit.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqRoomStart/setRoomExit.yy -------------------------------------------------------------------------------- /sequences/seqTextbox/seqTextbox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sequences/seqTextbox/seqTextbox.yy -------------------------------------------------------------------------------- /sprites/sBandage/2e02b412-5459-4727-9146-ac4965d8e718.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBandage/2e02b412-5459-4727-9146-ac4965d8e718.png -------------------------------------------------------------------------------- /sprites/sBandage/sBandage.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBandage/sBandage.yy -------------------------------------------------------------------------------- /sprites/sBattleAttack/a3ac1ccb-d6a4-4c08-b041-8cfca513dd6f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleAttack/a3ac1ccb-d6a4-4c08-b041-8cfca513dd6f.png -------------------------------------------------------------------------------- /sprites/sBattleAttack/sBattleAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleAttack/sBattleAttack.yy -------------------------------------------------------------------------------- /sprites/sBattleBackground/471109e5-21ae-4787-9634-ce2f191b3b0c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleBackground/471109e5-21ae-4787-9634-ce2f191b3b0c.png -------------------------------------------------------------------------------- /sprites/sBattleBackground/sBattleBackground.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleBackground/sBattleBackground.yy -------------------------------------------------------------------------------- /sprites/sBattleDefense/b0903745-82e9-4a0d-a725-2adf0e2e4b8d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleDefense/b0903745-82e9-4a0d-a725-2adf0e2e4b8d.png -------------------------------------------------------------------------------- /sprites/sBattleDefense/sBattleDefense.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBattleDefense/sBattleDefense.yy -------------------------------------------------------------------------------- /sprites/sBlack/b9c5704e-d6c8-416c-81b3-a20c8649122d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBlack/b9c5704e-d6c8-416c-81b3-a20c8649122d.png -------------------------------------------------------------------------------- /sprites/sBlack/sBlack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBlack/sBlack.yy -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/04c492e2-cae1-4785-bd50-87b4625993c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/04c492e2-cae1-4785-bd50-87b4625993c4.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/14d45593-9b24-4ec3-be04-b04bfceaf5e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/14d45593-9b24-4ec3-be04-b04bfceaf5e2.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/51f49fc1-1f27-46f2-9d1c-67d38c692779.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/51f49fc1-1f27-46f2-9d1c-67d38c692779.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/7ae16d98-0a08-439d-bb53-fffc7164b08a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/7ae16d98-0a08-439d-bb53-fffc7164b08a.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/7ccaca97-db66-4789-a78a-28a2395ce448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/7ccaca97-db66-4789-a78a-28a2395ce448.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/7e269502-c580-47c3-b0ac-559ea4b6891b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/7e269502-c580-47c3-b0ac-559ea4b6891b.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/8e02668f-6af1-4244-9708-dd7861ac41db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/8e02668f-6af1-4244-9708-dd7861ac41db.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/9cbfc7a5-6110-4066-a0cd-15be7453b670.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/9cbfc7a5-6110-4066-a0cd-15be7453b670.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/bd162e91-832e-4486-8fbf-df2d087061fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/bd162e91-832e-4486-8fbf-df2d087061fd.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/beb15f1b-89ab-4d06-9763-d28cedb2c3a9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/beb15f1b-89ab-4d06-9763-d28cedb2c3a9.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/dc70b3a8-a9a0-4f63-87d5-662352ed25f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/dc70b3a8-a9a0-4f63-87d5-662352ed25f2.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/f7766f6b-2f5a-4d49-b752-4c19646e06ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/f7766f6b-2f5a-4d49-b752-4c19646e06ba.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/sBob_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/sBob_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Down_Idle/sPlayer_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Idle/sPlayer_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/079c210a-b54b-4ff0-baee-acaeeec0ce9e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/079c210a-b54b-4ff0-baee-acaeeec0ce9e.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/574a4fde-d1e6-4293-b8d3-01b9a08794d4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/574a4fde-d1e6-4293-b8d3-01b9a08794d4.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/69100558-8b50-42ae-a36a-33963102fb2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/69100558-8b50-42ae-a36a-33963102fb2d.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/6cad16af-31ac-4522-9c0f-ca36a90cf6ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/6cad16af-31ac-4522-9c0f-ca36a90cf6ee.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/75ce450f-e0ed-4ae6-bb5b-2d9b02dd428e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/75ce450f-e0ed-4ae6-bb5b-2d9b02dd428e.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/9d76e00c-7144-4709-93f4-8acae3b19c9e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/9d76e00c-7144-4709-93f4-8acae3b19c9e.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/ac8a2dee-7c8c-41c8-a1e3-458f7b1e400e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/ac8a2dee-7c8c-41c8-a1e3-458f7b1e400e.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/eafb0e77-eed9-446f-b14f-2ea66575c3c7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/eafb0e77-eed9-446f-b14f-2ea66575c3c7.png -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/sBob_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/sBob_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Down_Walk/sPlayer_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Down_Walk/sPlayer_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/00daecaf-5bb5-4989-8b64-71b8296b6c3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/00daecaf-5bb5-4989-8b64-71b8296b6c3a.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/0beb4284-be12-4970-a28b-b332c3e317c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/0beb4284-be12-4970-a28b-b332c3e317c8.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/179b9464-ce48-466b-ba5a-5cc39aa72e4e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/179b9464-ce48-466b-ba5a-5cc39aa72e4e.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/1d6bae17-9f1c-40ac-bd2d-2638086cec1e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/1d6bae17-9f1c-40ac-bd2d-2638086cec1e.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/5bf05bdf-3850-449a-84ab-6a3c97336ce8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/5bf05bdf-3850-449a-84ab-6a3c97336ce8.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/864f375b-084b-4629-aa1f-ea28ca1d1255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/864f375b-084b-4629-aa1f-ea28ca1d1255.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/885f5661-2440-4d84-bcc0-56fb73f3f795.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/885f5661-2440-4d84-bcc0-56fb73f3f795.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/8b67fc52-f82a-45f1-8814-1ec4eec58c02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/8b67fc52-f82a-45f1-8814-1ec4eec58c02.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/9b059edd-63b2-4d51-91bf-d7b544960ee5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/9b059edd-63b2-4d51-91bf-d7b544960ee5.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/d07939f8-7039-47f1-acfd-ac407c86ffb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/d07939f8-7039-47f1-acfd-ac407c86ffb4.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/fc7a40e4-befa-4d64-a7b1-4344bca77a53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/fc7a40e4-befa-4d64-a7b1-4344bca77a53.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/fd83001b-c8eb-4189-90e1-a22dd549a470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/fd83001b-c8eb-4189-90e1-a22dd549a470.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/sBob_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/sBob_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Left_Idle/sPlayer_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Idle/sPlayer_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/22e280bb-6d3d-4680-a6f5-8c8788a372d7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/22e280bb-6d3d-4680-a6f5-8c8788a372d7.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/252b9648-8872-4256-9701-847ad2993e41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/252b9648-8872-4256-9701-847ad2993e41.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/4de8e34b-f103-49a3-b79e-8c08f4888e3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/4de8e34b-f103-49a3-b79e-8c08f4888e3b.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/559988cf-9617-4a50-8213-59afd8fe3703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/559988cf-9617-4a50-8213-59afd8fe3703.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/71221c7f-0fc1-4bc1-adfb-7b00f120c11a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/71221c7f-0fc1-4bc1-adfb-7b00f120c11a.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/8562f946-5216-42f9-99c7-f980a39885f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/8562f946-5216-42f9-99c7-f980a39885f2.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/b7fcaa41-669b-4eb9-b9e4-68ee08881caa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/b7fcaa41-669b-4eb9-b9e4-68ee08881caa.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/e917855a-e8a7-4de7-a150-b7d080005a1e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/e917855a-e8a7-4de7-a150-b7d080005a1e.png -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/sBob_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/sBob_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Left_Walk/sPlayer_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Left_Walk/sPlayer_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/06c9d154-8f1a-4f50-9ccc-6a5fdd3545ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/06c9d154-8f1a-4f50-9ccc-6a5fdd3545ba.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/0bdaf0f0-a6c9-4021-b643-28f9d9b50fe5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/0bdaf0f0-a6c9-4021-b643-28f9d9b50fe5.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/3889a7c7-c780-4500-99a5-fef0e75ce101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/3889a7c7-c780-4500-99a5-fef0e75ce101.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/3c3d6aff-2142-47ba-8e79-c5486cc8ce13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/3c3d6aff-2142-47ba-8e79-c5486cc8ce13.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/3dd8bf40-380b-4c3d-af5a-24d7616a2815.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/3dd8bf40-380b-4c3d-af5a-24d7616a2815.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/7c19084a-b2e0-46dc-8992-55c9226fe5e8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/7c19084a-b2e0-46dc-8992-55c9226fe5e8.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/92b88418-90e7-4127-9fd0-4dfe851b7682.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/92b88418-90e7-4127-9fd0-4dfe851b7682.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/a46d5b1e-be35-4717-97e1-7c298c5874a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/a46d5b1e-be35-4717-97e1-7c298c5874a0.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/c90a5cc3-6539-4cd7-ba6c-8bfb9dc6f448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/c90a5cc3-6539-4cd7-ba6c-8bfb9dc6f448.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/ccbd8e59-bfef-49a9-808a-38308cfd6dcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/ccbd8e59-bfef-49a9-808a-38308cfd6dcf.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/d2075b3f-e753-4094-b518-f4dee7de9410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/d2075b3f-e753-4094-b518-f4dee7de9410.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/da7da9c2-8c49-4a6e-824e-98432826c21c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/da7da9c2-8c49-4a6e-824e-98432826c21c.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/sBob_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/sBob_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Right_Idle/sPlayer_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Idle/sPlayer_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/0fe815c3-74da-4e70-bdbf-627297c97eb9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/0fe815c3-74da-4e70-bdbf-627297c97eb9.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/1175405a-a6e8-4ef8-b425-409d2ec677a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/1175405a-a6e8-4ef8-b425-409d2ec677a0.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/38a705ef-8687-4740-b6e0-6a4385559d8f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/38a705ef-8687-4740-b6e0-6a4385559d8f.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/525b1853-3b7f-4df3-aef5-a1542bd4db26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/525b1853-3b7f-4df3-aef5-a1542bd4db26.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/98567ba7-80f7-4dbf-aee9-cf57e84a5229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/98567ba7-80f7-4dbf-aee9-cf57e84a5229.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/a392eed2-f34c-40a7-8248-c65ac65feb8c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/a392eed2-f34c-40a7-8248-c65ac65feb8c.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/b8394769-aaf5-4a1a-9601-a22487248d10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/b8394769-aaf5-4a1a-9601-a22487248d10.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/ea91486e-f104-4172-9930-a7b219075d37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/ea91486e-f104-4172-9930-a7b219075d37.png -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/sBob_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/sBob_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Right_Walk/sPlayer_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Right_Walk/sPlayer_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/0cb260f9-5a61-4de2-9b1e-2397eac168ed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/0cb260f9-5a61-4de2-9b1e-2397eac168ed.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/0f92bc3c-9e18-467b-8036-2f7dbb151132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/0f92bc3c-9e18-467b-8036-2f7dbb151132.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/4bf9d6d8-98d9-4a61-ae77-398c28d7a18c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/4bf9d6d8-98d9-4a61-ae77-398c28d7a18c.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/4ec90751-bff7-46b8-b700-26d5352121d0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/4ec90751-bff7-46b8-b700-26d5352121d0.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/77855dd3-559d-4adf-959a-b04fd18a2fec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/77855dd3-559d-4adf-959a-b04fd18a2fec.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/96414b68-af97-41bc-85bf-84e798f812f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/96414b68-af97-41bc-85bf-84e798f812f6.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/a45f6328-efec-4ba0-b990-09d9d1a211eb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/a45f6328-efec-4ba0-b990-09d9d1a211eb.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/a7a25bf1-b89e-4e7a-b39b-00c3ac654493.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/a7a25bf1-b89e-4e7a-b39b-00c3ac654493.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/a95e9aad-001b-4275-9c19-71520df22ad0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/a95e9aad-001b-4275-9c19-71520df22ad0.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/b660151b-29f6-4f92-899f-4ee09f8bd427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/b660151b-29f6-4f92-899f-4ee09f8bd427.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/c261f89b-a836-45b3-a0bf-4b2bb40c6018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/c261f89b-a836-45b3-a0bf-4b2bb40c6018.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/d620a67b-76c1-4a51-a773-02d1765c6f47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/d620a67b-76c1-4a51-a773-02d1765c6f47.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/sBob_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/sBob_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Up_Idle/sPlayer_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Idle/sPlayer_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/2554abc0-74c0-4199-a59d-86b5cad55c61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/2554abc0-74c0-4199-a59d-86b5cad55c61.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/27494ea2-c7ba-4673-949d-b8c657508525.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/27494ea2-c7ba-4673-949d-b8c657508525.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/3497c2ca-412e-44e5-af36-26183996c233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/3497c2ca-412e-44e5-af36-26183996c233.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/816c02d7-0547-466c-8509-02f3870a2cf2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/816c02d7-0547-466c-8509-02f3870a2cf2.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/b7b2ceda-9b78-4d62-b26f-8d229cf2216a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/b7b2ceda-9b78-4d62-b26f-8d229cf2216a.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/c7806d71-ab0f-467c-95e1-7451fa02908f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/c7806d71-ab0f-467c-95e1-7451fa02908f.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/d4ecde0e-c3d0-4346-91d7-2405a4bc1fe9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/d4ecde0e-c3d0-4346-91d7-2405a4bc1fe9.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/f159e84a-478e-4e0a-a117-647df40dbc52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/f159e84a-478e-4e0a-a117-647df40dbc52.png -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/sBob_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/sBob_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sBob_Up_Walk/sPlayer_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sBob_Up_Walk/sPlayer_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sCameraManager/92057092-0858-4bdd-8929-6adbbd4f0935.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sCameraManager/92057092-0858-4bdd-8929-6adbbd4f0935.png -------------------------------------------------------------------------------- /sprites/sCameraManager/sCameraManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sCameraManager/sCameraManager.yy -------------------------------------------------------------------------------- /sprites/sEntityMask/12c04ff4-6d3d-45f1-8ae9-9b55a8a8b17b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sEntityMask/12c04ff4-6d3d-45f1-8ae9-9b55a8a8b17b.png -------------------------------------------------------------------------------- /sprites/sEntityMask/sEntityMask.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sEntityMask/sEntityMask.yy -------------------------------------------------------------------------------- /sprites/sGameManager/92057092-0858-4bdd-8929-6adbbd4f0935.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sGameManager/92057092-0858-4bdd-8929-6adbbd4f0935.png -------------------------------------------------------------------------------- /sprites/sGameManager/sCameraManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sGameManager/sCameraManager.yy -------------------------------------------------------------------------------- /sprites/sGameManager/sGameManager.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sGameManager/sGameManager.yy -------------------------------------------------------------------------------- /sprites/sHeal1/11022478-af64-44e9-a347-dfe663280854.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sHeal1/11022478-af64-44e9-a347-dfe663280854.png -------------------------------------------------------------------------------- /sprites/sHeal1/sHeal1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sHeal1/sHeal1.yy -------------------------------------------------------------------------------- /sprites/sHeal2/dd6b2164-7dc5-4b1e-92ae-409a900cc527.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sHeal2/dd6b2164-7dc5-4b1e-92ae-409a900cc527.png -------------------------------------------------------------------------------- /sprites/sHeal2/sHeal2.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sHeal2/sHeal2.yy -------------------------------------------------------------------------------- /sprites/sInventoryWindow/510e067b-f51b-42ac-9e3e-ea2eb6b86523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sInventoryWindow/510e067b-f51b-42ac-9e3e-ea2eb6b86523.png -------------------------------------------------------------------------------- /sprites/sInventoryWindow/sInventoryWindow.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sInventoryWindow/sInventoryWindow.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/0a5e689a-40f9-44da-8e7a-a6277f869282.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/0a5e689a-40f9-44da-8e7a-a6277f869282.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/3019464a-606b-4f7c-8983-1aeb91e2b4ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/3019464a-606b-4f7c-8983-1aeb91e2b4ba.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/4c951256-8d6d-4cce-ae39-3cf8329f73d8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/4c951256-8d6d-4cce-ae39-3cf8329f73d8.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/54058614-d3ea-45e2-a840-be7283380f65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/54058614-d3ea-45e2-a840-be7283380f65.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/b35c3b37-eefd-4881-9eeb-9b546c4d9f44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/b35c3b37-eefd-4881-9eeb-9b546c4d9f44.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/b622ced7-f5b1-4bcd-b074-12bc4232816c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/b622ced7-f5b1-4bcd-b074-12bc4232816c.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/b6a3a8ee-c543-44bc-af79-d8dc045d3359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/b6a3a8ee-c543-44bc-af79-d8dc045d3359.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/ba2ea6ea-7fd7-4224-a1d6-c730f7523fb6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/ba2ea6ea-7fd7-4224-a1d6-c730f7523fb6.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/ec68d41f-774d-4dce-9a03-9635076888be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/ec68d41f-774d-4dce-9a03-9635076888be.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/ecef01ad-0d44-4bda-9542-8f9b5357da8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/ecef01ad-0d44-4bda-9542-8f9b5357da8a.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/f3456dfe-706f-41a7-8051-8b52e945797f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/f3456dfe-706f-41a7-8051-8b52e945797f.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/fb07acb0-c8b7-4a58-8687-1a44eff27b5e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/fb07acb0-c8b7-4a58-8687-1a44eff27b5e.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/sBob_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/sBob_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/sJessica_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/sJessica_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Idle/sPlayer_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Idle/sPlayer_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/0a62a210-d869-49e9-93b6-e240b03012c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/0a62a210-d869-49e9-93b6-e240b03012c9.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/1238867c-6b55-4cd7-8266-5afbe58c5522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/1238867c-6b55-4cd7-8266-5afbe58c5522.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/c11de5e0-003e-4bba-891b-478d26789280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/c11de5e0-003e-4bba-891b-478d26789280.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/c1f4b2c8-95e6-4edb-9e27-f1fa82b9e751.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/c1f4b2c8-95e6-4edb-9e27-f1fa82b9e751.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/d6f84964-527f-4ce6-9be2-e901a05e079a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/d6f84964-527f-4ce6-9be2-e901a05e079a.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/e3fa9a55-237f-43d9-bc56-e7d213fe5874.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/e3fa9a55-237f-43d9-bc56-e7d213fe5874.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/ea5d95a1-46e3-4337-a12d-a11154a7f6f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/ea5d95a1-46e3-4337-a12d-a11154a7f6f6.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/ef92088d-883f-40ea-a93e-1085f16b39d2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/ef92088d-883f-40ea-a93e-1085f16b39d2.png -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/sBob_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/sBob_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/sJessica_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/sJessica_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Down_Walk/sPlayer_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Down_Walk/sPlayer_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/482a80e1-738d-4a8a-a1f2-8991a6bd8cc6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/482a80e1-738d-4a8a-a1f2-8991a6bd8cc6.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/536a7555-0b30-472b-b273-59176afc885e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/536a7555-0b30-472b-b273-59176afc885e.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/56879b8a-b590-4a58-82be-7e3663e1dedb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/56879b8a-b590-4a58-82be-7e3663e1dedb.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/6f719da3-dd23-42f6-adbb-11ce8eb13ff9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/6f719da3-dd23-42f6-adbb-11ce8eb13ff9.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/7575dec9-5537-4638-8ed4-1efd78cd4dc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/7575dec9-5537-4638-8ed4-1efd78cd4dc0.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/af3e7c94-6aa7-49e6-ae0f-8f5cc9af20be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/af3e7c94-6aa7-49e6-ae0f-8f5cc9af20be.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/bea796e4-4164-4416-b22b-d113c54a3989.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/bea796e4-4164-4416-b22b-d113c54a3989.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/c457a6c1-e10d-4eec-b691-69c3d3daad19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/c457a6c1-e10d-4eec-b691-69c3d3daad19.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/c4871184-1c49-4ad4-8793-1268510f9676.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/c4871184-1c49-4ad4-8793-1268510f9676.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/e725967a-a55a-4b99-95a5-aa4588ee2788.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/e725967a-a55a-4b99-95a5-aa4588ee2788.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/f8c6f79b-50db-4639-8e76-2b1f5b21af3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/f8c6f79b-50db-4639-8e76-2b1f5b21af3b.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/ff4348b5-82e7-4b5e-b8bc-532afc509498.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/ff4348b5-82e7-4b5e-b8bc-532afc509498.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/sBob_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/sBob_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/sJessica_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/sJessica_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Idle/sPlayer_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Idle/sPlayer_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/25a595a1-8e7f-4476-9706-834d50b2eb26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/25a595a1-8e7f-4476-9706-834d50b2eb26.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/42be8021-0fb7-4a3f-a98f-56620372eea2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/42be8021-0fb7-4a3f-a98f-56620372eea2.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/6aef86e3-d9cf-49e7-bba2-4a5c92daba86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/6aef86e3-d9cf-49e7-bba2-4a5c92daba86.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/a1dec461-58fa-4a63-8b56-7678cd488b24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/a1dec461-58fa-4a63-8b56-7678cd488b24.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/a9fc280c-24cf-436f-9601-70d7e377d9f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/a9fc280c-24cf-436f-9601-70d7e377d9f0.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/afe4afd5-a024-4c69-9027-39a21c9dee86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/afe4afd5-a024-4c69-9027-39a21c9dee86.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/c9a7ddf3-cd35-42b1-95b4-6ee5f9407c85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/c9a7ddf3-cd35-42b1-95b4-6ee5f9407c85.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/e8199fd3-d6a3-4da9-8891-003f6d26def3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/e8199fd3-d6a3-4da9-8891-003f6d26def3.png -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/sBob_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/sBob_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/sJessica_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/sJessica_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Left_Walk/sPlayer_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Left_Walk/sPlayer_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/03ef1924-b363-483d-98b5-5f3ea112bb6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/03ef1924-b363-483d-98b5-5f3ea112bb6d.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/557d7520-57d4-43d9-9e91-2e7387b80db9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/557d7520-57d4-43d9-9e91-2e7387b80db9.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/65930c1e-a39c-4034-99a1-b424f361a1c6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/65930c1e-a39c-4034-99a1-b424f361a1c6.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/7ae88259-54b0-4508-b6fc-89ec2639b3c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/7ae88259-54b0-4508-b6fc-89ec2639b3c8.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/a3405924-beb1-425f-bf51-b8bf6aae3cac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/a3405924-beb1-425f-bf51-b8bf6aae3cac.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/a964fae6-7a9f-4707-a5c9-0af8c5740dfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/a964fae6-7a9f-4707-a5c9-0af8c5740dfc.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/aa70bde7-0d7b-4564-b7d1-5ad658aecc42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/aa70bde7-0d7b-4564-b7d1-5ad658aecc42.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/affcb06c-8530-42a8-b4e3-6aa883d6f950.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/affcb06c-8530-42a8-b4e3-6aa883d6f950.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/d5f8efe1-536c-45e6-8f47-3017e88eac88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/d5f8efe1-536c-45e6-8f47-3017e88eac88.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/e2b1f4d7-09d5-4e3a-9116-3434a3eda8ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/e2b1f4d7-09d5-4e3a-9116-3434a3eda8ec.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/f5a076de-1a52-4ee9-b9c2-eb727341a795.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/f5a076de-1a52-4ee9-b9c2-eb727341a795.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/f6b17f5b-70a6-4dee-807e-81ba33a9b414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/f6b17f5b-70a6-4dee-807e-81ba33a9b414.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/sBob_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/sBob_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/sJessica_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/sJessica_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Idle/sPlayer_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Idle/sPlayer_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/241eb3e4-c870-4bbc-840f-d44ce62bbcd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/241eb3e4-c870-4bbc-840f-d44ce62bbcd1.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/2c279d6f-616f-45b6-836d-f814a509f929.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/2c279d6f-616f-45b6-836d-f814a509f929.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/556a1e4d-0828-4b8b-82c2-0e8996105c4f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/556a1e4d-0828-4b8b-82c2-0e8996105c4f.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/63d23400-2954-47e3-99c5-b3bcaf787847.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/63d23400-2954-47e3-99c5-b3bcaf787847.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/8e917d25-e436-4ee8-abcb-41e6bc192d98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/8e917d25-e436-4ee8-abcb-41e6bc192d98.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/a0bf88c5-8a27-4956-8ab6-5a0cdf4adc40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/a0bf88c5-8a27-4956-8ab6-5a0cdf4adc40.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/c9bc105f-c98a-4574-a884-da16286affcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/c9bc105f-c98a-4574-a884-da16286affcf.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/d52e6dee-5dcf-4190-82f9-39458ada466b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/d52e6dee-5dcf-4190-82f9-39458ada466b.png -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/sBob_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/sBob_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/sJessica_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/sJessica_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Right_Walk/sPlayer_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Right_Walk/sPlayer_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/1515ec46-2569-4735-9796-d6ca813c1cad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/1515ec46-2569-4735-9796-d6ca813c1cad.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/1b9e8317-ccb0-4dae-985d-683c406ed133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/1b9e8317-ccb0-4dae-985d-683c406ed133.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/2d50893f-a1f9-4722-9fb4-e47ce7c8b812.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/2d50893f-a1f9-4722-9fb4-e47ce7c8b812.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/3286b9ca-a02d-4948-af1c-e0665b5cbad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/3286b9ca-a02d-4948-af1c-e0665b5cbad1.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/45f2e1fb-07e0-42c4-ac85-9ad1f4b90dd7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/45f2e1fb-07e0-42c4-ac85-9ad1f4b90dd7.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/6579ce8e-b3da-4915-8826-8054ff7feb26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/6579ce8e-b3da-4915-8826-8054ff7feb26.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/6b3a7c48-ac76-4e71-81c6-e39348e9f8fe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/6b3a7c48-ac76-4e71-81c6-e39348e9f8fe.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/80e931f6-d0af-41bf-85f3-50b6d74d0735.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/80e931f6-d0af-41bf-85f3-50b6d74d0735.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/95b1a591-1e78-4868-9474-724974fe4890.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/95b1a591-1e78-4868-9474-724974fe4890.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/ad033a57-dfb9-4dd3-a356-db6f7a230f7e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/ad033a57-dfb9-4dd3-a356-db6f7a230f7e.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/d919073e-0d3f-4897-b7ed-55d220e7f840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/d919073e-0d3f-4897-b7ed-55d220e7f840.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/fb773965-f4c5-4da0-8b3e-d5f68c39e5fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/fb773965-f4c5-4da0-8b3e-d5f68c39e5fd.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/sBob_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/sBob_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/sJessica_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/sJessica_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Idle/sPlayer_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Idle/sPlayer_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/103d9b5d-8b37-4287-9706-16a0a3a08415.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/103d9b5d-8b37-4287-9706-16a0a3a08415.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/9d37ecbf-c901-477d-8ba5-ff0ae9b7c8bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/9d37ecbf-c901-477d-8ba5-ff0ae9b7c8bf.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/b088fa3f-bf1a-4f97-8676-241a2abf620a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/b088fa3f-bf1a-4f97-8676-241a2abf620a.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/bb76dab0-e8fa-4384-84e0-98f9d00f10a8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/bb76dab0-e8fa-4384-84e0-98f9d00f10a8.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/c0d4f2aa-aa83-4dcb-bf0c-357899d0f9ab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/c0d4f2aa-aa83-4dcb-bf0c-357899d0f9ab.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/d77e13d6-560e-4cc7-a37f-4d1a457b91af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/d77e13d6-560e-4cc7-a37f-4d1a457b91af.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/f5fc8a5c-edbc-4bf3-941d-040bc3d93d4e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/f5fc8a5c-edbc-4bf3-941d-040bc3d93d4e.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/fefbd6eb-9c66-4a50-a0f3-3121fc54f082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/fefbd6eb-9c66-4a50-a0f3-3121fc54f082.png -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/sBob_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/sBob_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/sJessica_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/sJessica_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sJessica_Up_Walk/sPlayer_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sJessica_Up_Walk/sPlayer_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sKick/3069ff33-0b4f-40b6-a4e8-8ed8762e35f8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sKick/3069ff33-0b4f-40b6-a4e8-8ed8762e35f8.png -------------------------------------------------------------------------------- /sprites/sKick/sKick.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sKick/sKick.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/272c49ae-197b-46dd-8e2c-4182499ede5b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/272c49ae-197b-46dd-8e2c-4182499ede5b.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/2aa58618-7d18-409a-85ef-98ea996977f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/2aa58618-7d18-409a-85ef-98ea996977f6.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/455878d0-3e4a-4030-8a11-c8faf15da2cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/455878d0-3e4a-4030-8a11-c8faf15da2cd.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/46e95ef3-bef4-4c52-a9e6-bd1443673a2e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/46e95ef3-bef4-4c52-a9e6-bd1443673a2e.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/54f81cc1-80f5-46ee-813c-643eb3da37fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/54f81cc1-80f5-46ee-813c-643eb3da37fd.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/6e28f834-5fca-4a20-9b3e-d3f1d7b9acab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/6e28f834-5fca-4a20-9b3e-d3f1d7b9acab.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/6eb969aa-61d7-4abc-ab76-efc997c1ca94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/6eb969aa-61d7-4abc-ab76-efc997c1ca94.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/8a3826a4-be49-4142-a1ee-1e5da89e6c19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/8a3826a4-be49-4142-a1ee-1e5da89e6c19.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/a45591e5-80fc-4058-b81d-e0adc6cf133f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/a45591e5-80fc-4058-b81d-e0adc6cf133f.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/b08201e5-470b-4246-85a4-97edf6cb6c8b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/b08201e5-470b-4246-85a4-97edf6cb6c8b.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/ba3aa188-9d5f-488b-91d2-1b4dc28a846b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/ba3aa188-9d5f-488b-91d2-1b4dc28a846b.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/c34211e9-a62a-482b-bdd7-b552d3d25c3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/c34211e9-a62a-482b-bdd7-b552d3d25c3b.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/sBob_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/sBob_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/sMaskedGoon_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/sMaskedGoon_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Idle/sPlayer_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Idle/sPlayer_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/0ba5c7b8-0a3b-4148-b8ee-606f53de7b71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/0ba5c7b8-0a3b-4148-b8ee-606f53de7b71.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/304dfed0-ae43-4ff0-b943-018f2abff37c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/304dfed0-ae43-4ff0-b943-018f2abff37c.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/56bf7664-5ab8-46f0-af35-6affe6a938d9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/56bf7664-5ab8-46f0-af35-6affe6a938d9.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/66cfcb02-b59b-465f-a2c0-0ec2b23f9b2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/66cfcb02-b59b-465f-a2c0-0ec2b23f9b2a.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/84736963-0640-49ca-881b-d1b3aee14a40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/84736963-0640-49ca-881b-d1b3aee14a40.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/bb19937c-ca52-4010-be18-3f4a19dcd813.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/bb19937c-ca52-4010-be18-3f4a19dcd813.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/eea9d752-98cb-4f1b-a426-d394a9fad6df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/eea9d752-98cb-4f1b-a426-d394a9fad6df.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/fd8b02ec-6091-43e1-bfb2-c9fa37085b7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/fd8b02ec-6091-43e1-bfb2-c9fa37085b7a.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/sBob_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/sBob_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/sMaskedGoon_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/sMaskedGoon_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Down_Walk/sPlayer_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Down_Walk/sPlayer_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/0920ecad-53be-442b-83ad-51c379f832fe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/0920ecad-53be-442b-83ad-51c379f832fe.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/13972e00-8817-4621-944d-10d28e8ed005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/13972e00-8817-4621-944d-10d28e8ed005.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/3eeeef79-8661-483f-b244-a4121cf4850c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/3eeeef79-8661-483f-b244-a4121cf4850c.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/47933304-c021-4637-998b-fd971c88c98d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/47933304-c021-4637-998b-fd971c88c98d.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/83515247-131b-4eed-9eb2-1cc4bb15680d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/83515247-131b-4eed-9eb2-1cc4bb15680d.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/8d215dcc-9086-4a00-8e4c-e87a4d290119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/8d215dcc-9086-4a00-8e4c-e87a4d290119.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/8faaee6f-466e-4c3f-830b-cf1b04117dce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/8faaee6f-466e-4c3f-830b-cf1b04117dce.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/a13cb8b4-e20e-4ba5-8f3b-01fb77ab8f33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/a13cb8b4-e20e-4ba5-8f3b-01fb77ab8f33.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/a9bf86d2-761e-4352-891b-b0e9d8e6048d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/a9bf86d2-761e-4352-891b-b0e9d8e6048d.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/ad3c436c-b2b2-4818-b67a-33e78451605a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/ad3c436c-b2b2-4818-b67a-33e78451605a.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/f7dbe0ad-27df-471c-9662-dffb31c90363.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/f7dbe0ad-27df-471c-9662-dffb31c90363.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/ff74c3ad-01de-4d14-ab9f-cd0032509761.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/ff74c3ad-01de-4d14-ab9f-cd0032509761.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/sBob_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/sBob_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/sMaskedGoon_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/sMaskedGoon_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Idle/sPlayer_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Idle/sPlayer_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/7a514dc1-6b9e-41b7-9994-7d201bbee2d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/7a514dc1-6b9e-41b7-9994-7d201bbee2d5.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/82108c1e-24ad-43db-9d0e-f01b607cf87f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/82108c1e-24ad-43db-9d0e-f01b607cf87f.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/8e9c2ab9-ac98-4af3-a2e4-1b4c45c381f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/8e9c2ab9-ac98-4af3-a2e4-1b4c45c381f2.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/a9357fb3-c76d-4249-89d0-58a537b82bcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/a9357fb3-c76d-4249-89d0-58a537b82bcc.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/b4ee7095-9f42-4855-8ff0-abebe9aad8e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/b4ee7095-9f42-4855-8ff0-abebe9aad8e2.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/sBob_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/sBob_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/sMaskedGoon_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/sMaskedGoon_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Left_Walk/sPlayer_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Left_Walk/sPlayer_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Idle/sBob_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Idle/sBob_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Idle/sMaskedGoon_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Idle/sMaskedGoon_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Idle/sPlayer_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Idle/sPlayer_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Walk/sBob_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Walk/sBob_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Walk/sMaskedGoon_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Walk/sMaskedGoon_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Right_Walk/sPlayer_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Right_Walk/sPlayer_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/1762fa4a-f74c-418b-bbf9-ef869f152173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/1762fa4a-f74c-418b-bbf9-ef869f152173.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/2e84b12c-70f3-4ba6-bbc2-ac31b828e717.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/2e84b12c-70f3-4ba6-bbc2-ac31b828e717.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/4c0a33a1-3c7c-4077-a2f0-f1207e651ef3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/4c0a33a1-3c7c-4077-a2f0-f1207e651ef3.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/68f8f89c-2b9e-4360-9c6a-ae609477d07c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/68f8f89c-2b9e-4360-9c6a-ae609477d07c.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/6ff7b0ed-6f5b-43af-9a7a-18a03ee4c8b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/6ff7b0ed-6f5b-43af-9a7a-18a03ee4c8b2.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/77d9c8bf-1c01-4b4b-bdaa-c6081fe34e22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/77d9c8bf-1c01-4b4b-bdaa-c6081fe34e22.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/7e217688-afed-43f6-9d62-4159284253f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/7e217688-afed-43f6-9d62-4159284253f4.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/7efa13d4-f248-4563-9b04-7cb874a81fbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/7efa13d4-f248-4563-9b04-7cb874a81fbd.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/7f75de85-34b5-4a17-bfc8-8442a080efd0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/7f75de85-34b5-4a17-bfc8-8442a080efd0.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/83c673fc-6a0a-4974-a3ee-be39c68a5997.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/83c673fc-6a0a-4974-a3ee-be39c68a5997.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/bf728d8e-caf1-47a6-870c-925f64bfd27b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/bf728d8e-caf1-47a6-870c-925f64bfd27b.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/d5ad656e-ec6d-49bf-a882-385a0cdf57bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/d5ad656e-ec6d-49bf-a882-385a0cdf57bf.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/sBob_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/sBob_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/sMaskedGoon_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/sMaskedGoon_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Idle/sPlayer_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Idle/sPlayer_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/0f25cef6-e378-42ec-b7c8-d4ee2b5efca5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/0f25cef6-e378-42ec-b7c8-d4ee2b5efca5.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/3ea223ad-aea9-408d-8d6d-1f7734d717ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/3ea223ad-aea9-408d-8d6d-1f7734d717ce.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/42b2f713-f694-43ca-8611-3cfe3ad682d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/42b2f713-f694-43ca-8611-3cfe3ad682d5.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/49624bd1-2565-4813-9b91-199148fac433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/49624bd1-2565-4813-9b91-199148fac433.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/727930fa-9a9f-45f3-9ad4-9b97ab410c95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/727930fa-9a9f-45f3-9ad4-9b97ab410c95.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/a78813a6-e204-4960-bfc4-303f7165df5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/a78813a6-e204-4960-bfc4-303f7165df5a.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/dc0c2172-7b2e-4183-831b-0cf10ee2df6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/dc0c2172-7b2e-4183-831b-0cf10ee2df6d.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/e742c428-0cfa-4ce2-a0a1-4b99229e9152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/e742c428-0cfa-4ce2-a0a1-4b99229e9152.png -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/sBob_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/sBob_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/sMaskedGoon_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/sMaskedGoon_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sMaskedGoon_Up_Walk/sPlayer_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sMaskedGoon_Up_Walk/sPlayer_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sNextArrow/443a0731-3fa3-495d-9110-c0548cd12634.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sNextArrow/443a0731-3fa3-495d-9110-c0548cd12634.png -------------------------------------------------------------------------------- /sprites/sNextArrow/sNextArrow.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sNextArrow/sNextArrow.yy -------------------------------------------------------------------------------- /sprites/sPauseBack/c94a52db-c9c8-4950-91cd-1664a9d0bf31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPauseBack/c94a52db-c9c8-4950-91cd-1664a9d0bf31.png -------------------------------------------------------------------------------- /sprites/sPauseBack/sPauseBack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPauseBack/sPauseBack.yy -------------------------------------------------------------------------------- /sprites/sPermAttack/51e04772-97a1-4f9c-89a5-89e46a0b63b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPermAttack/51e04772-97a1-4f9c-89a5-89e46a0b63b4.png -------------------------------------------------------------------------------- /sprites/sPermAttack/sPermAttack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPermAttack/sPermAttack.yy -------------------------------------------------------------------------------- /sprites/sPermDefense/c2733708-7b46-4514-9046-2c8f35be7f3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPermDefense/c2733708-7b46-4514-9046-2c8f35be7f3d.png -------------------------------------------------------------------------------- /sprites/sPermDefense/sPermDefense.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPermDefense/sPermDefense.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/39c19378-824e-423c-b327-c54c2d404f37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/39c19378-824e-423c-b327-c54c2d404f37.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/4f33b8da-6728-4a6d-9a3f-c0fd406e9cf3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/4f33b8da-6728-4a6d-9a3f-c0fd406e9cf3.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/6dbf3ef9-4cf0-4784-8c58-df27e4f17715.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/6dbf3ef9-4cf0-4784-8c58-df27e4f17715.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/74be7827-2bbf-4105-8f4f-f9bd0201d0f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/74be7827-2bbf-4105-8f4f-f9bd0201d0f4.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/9b8d3d48-1b6e-4a9a-9919-3a521e8600f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/9b8d3d48-1b6e-4a9a-9919-3a521e8600f1.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/9ca39671-f6ab-4a1d-829a-f977f090ce82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/9ca39671-f6ab-4a1d-829a-f977f090ce82.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/9f3fcf2e-fc06-48c4-a3f6-9cb79393ec3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/9f3fcf2e-fc06-48c4-a3f6-9cb79393ec3d.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/afe49409-8c87-4c3f-9c23-191c5fae5dca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/afe49409-8c87-4c3f-9c23-191c5fae5dca.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/cf18f05a-a159-4cbd-9f2a-30b941aa220a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/cf18f05a-a159-4cbd-9f2a-30b941aa220a.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/f39ff02f-ea21-4a56-8260-4ac47ecd82af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/f39ff02f-ea21-4a56-8260-4ac47ecd82af.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/f61a9532-9663-46ed-94de-edc90bd2efc8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/f61a9532-9663-46ed-94de-edc90bd2efc8.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/fb8dbd7b-ac56-4309-9238-4cf6777fa02e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/fb8dbd7b-ac56-4309-9238-4cf6777fa02e.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Idle/sPlayer_Down_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Idle/sPlayer_Down_Idle.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/0e996d83-a221-491c-9474-2be17b86928f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/0e996d83-a221-491c-9474-2be17b86928f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/9709bb77-b432-4744-a241-fa1c72c609e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/9709bb77-b432-4744-a241-fa1c72c609e4.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/9badf81a-e752-4e3d-ba64-cfdca0a24343.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/9badf81a-e752-4e3d-ba64-cfdca0a24343.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/afa1c42f-d10a-410b-aefc-780261d2dd11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/afa1c42f-d10a-410b-aefc-780261d2dd11.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/dde01d5e-435e-4b39-9d64-eef31620ab93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/dde01d5e-435e-4b39-9d64-eef31620ab93.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/e04bccf7-bb13-4ff6-9c6b-ccbcc166ea91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/e04bccf7-bb13-4ff6-9c6b-ccbcc166ea91.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/ebf5e17a-87af-411b-8938-37ecb4a119d9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/ebf5e17a-87af-411b-8938-37ecb4a119d9.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/eeddb1b8-56a4-4bf6-9ddf-e72a9d96ba02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/eeddb1b8-56a4-4bf6-9ddf-e72a9d96ba02.png -------------------------------------------------------------------------------- /sprites/sPlayer_Down_Walk/sPlayer_Down_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Down_Walk/sPlayer_Down_Walk.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/07564a3e-d03e-4631-b80c-eff2195d6b3f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/07564a3e-d03e-4631-b80c-eff2195d6b3f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/3dad90e4-8b88-48ad-89af-7a549f1598fa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/3dad90e4-8b88-48ad-89af-7a549f1598fa.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/528f1729-4917-4f2c-b723-7406531d24bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/528f1729-4917-4f2c-b723-7406531d24bd.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/5607043b-3324-456f-81e4-72ea0278b217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/5607043b-3324-456f-81e4-72ea0278b217.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/5b0d1a94-b351-443c-a1ae-7a058f842f57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/5b0d1a94-b351-443c-a1ae-7a058f842f57.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/5dc59e92-fd48-4b5a-bbdf-d7708c83f231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/5dc59e92-fd48-4b5a-bbdf-d7708c83f231.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/60cf3b1a-cd23-408d-a5ac-f243302d8006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/60cf3b1a-cd23-408d-a5ac-f243302d8006.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/d2b4cc0c-658e-4513-b561-204ad882a37e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/d2b4cc0c-658e-4513-b561-204ad882a37e.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/d854537e-e856-4750-8ffc-b36c923e1030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/d854537e-e856-4750-8ffc-b36c923e1030.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/eca79ab1-a2af-45b2-a9b4-fd54c7cef74f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/eca79ab1-a2af-45b2-a9b4-fd54c7cef74f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/f762b33f-6022-4a61-b5d8-4f4b1c9f3711.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/f762b33f-6022-4a61-b5d8-4f4b1c9f3711.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/fbe361f8-ca86-4400-9235-687e80c93df6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/fbe361f8-ca86-4400-9235-687e80c93df6.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Idle/sPlayer_Left_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Idle/sPlayer_Left_Idle.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/13f7932b-2e69-4d85-ada4-fd535041130e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/13f7932b-2e69-4d85-ada4-fd535041130e.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/2357ea8b-3587-4415-ab38-83e078c6a053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/2357ea8b-3587-4415-ab38-83e078c6a053.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/89818144-b666-4fc5-9377-237c3db46d97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/89818144-b666-4fc5-9377-237c3db46d97.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/a56064c3-0054-47a5-99f5-7bc313e317a8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/a56064c3-0054-47a5-99f5-7bc313e317a8.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/ce5b60a2-2295-48c0-a477-12d130c4022f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/ce5b60a2-2295-48c0-a477-12d130c4022f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/dd2243d9-e13b-4b02-b514-9e5236c39778.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/dd2243d9-e13b-4b02-b514-9e5236c39778.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/fbd22a18-7fe3-4f51-8744-2d3648e03f42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/fbd22a18-7fe3-4f51-8744-2d3648e03f42.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/fd30e4b1-87b4-43df-92e4-34365af41bf8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/fd30e4b1-87b4-43df-92e4-34365af41bf8.png -------------------------------------------------------------------------------- /sprites/sPlayer_Left_Walk/sPlayer_Left_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Left_Walk/sPlayer_Left_Walk.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/1d167390-0605-4957-aa7f-4262758d3548.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/1d167390-0605-4957-aa7f-4262758d3548.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/39ac3270-d7d5-4adb-8fd5-bbb2f3d33bb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/39ac3270-d7d5-4adb-8fd5-bbb2f3d33bb1.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/4e13b291-a581-4af7-b232-b8be80a3e4ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/4e13b291-a581-4af7-b232-b8be80a3e4ba.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/639273c7-aa46-45a3-92a2-28457ad64861.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/639273c7-aa46-45a3-92a2-28457ad64861.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/6c20b852-c9ac-48e4-857b-fc70f248f988.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/6c20b852-c9ac-48e4-857b-fc70f248f988.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/6ebe9dd5-ccf2-4dac-9d00-48fba5328af3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/6ebe9dd5-ccf2-4dac-9d00-48fba5328af3.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/a57175e1-8c97-4a87-b6ae-2640268d27b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/a57175e1-8c97-4a87-b6ae-2640268d27b4.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/a6e6e94e-615c-456d-991e-f86a2d3b2029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/a6e6e94e-615c-456d-991e-f86a2d3b2029.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/c16bf1ae-7a1c-43e5-89cd-34514d3eb6a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/c16bf1ae-7a1c-43e5-89cd-34514d3eb6a0.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/de188eba-54c4-435b-9040-cb165ff32c5f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/de188eba-54c4-435b-9040-cb165ff32c5f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/e3c932cb-50db-4bd5-b9a5-2a1e53bf5bf3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/e3c932cb-50db-4bd5-b9a5-2a1e53bf5bf3.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/ecc9d546-c8b9-4251-91f2-f071d5c27c5f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/ecc9d546-c8b9-4251-91f2-f071d5c27c5f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Idle/sPlayer_Right_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Idle/sPlayer_Right_Idle.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/127b766e-d3bf-4fbf-9abe-ff8c4f11ef99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/127b766e-d3bf-4fbf-9abe-ff8c4f11ef99.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/250ed37d-5749-43c9-81a2-fd1211fc266f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/250ed37d-5749-43c9-81a2-fd1211fc266f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/2cb1e474-1bc2-41d0-9831-f5ace08f2c7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/2cb1e474-1bc2-41d0-9831-f5ace08f2c7b.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/3c6bb4de-66be-4730-a055-32f15cbb7472.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/3c6bb4de-66be-4730-a055-32f15cbb7472.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/9082ead0-02c0-4eda-883d-70adecf5f3a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/9082ead0-02c0-4eda-883d-70adecf5f3a6.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/a98ab628-d869-4125-81a4-216f992b5ed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/a98ab628-d869-4125-81a4-216f992b5ed2.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/d1b3de11-ad57-4570-a542-36b08c6d7fe8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/d1b3de11-ad57-4570-a542-36b08c6d7fe8.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/fee4e08e-d36e-4ce1-9303-5dace122819c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/fee4e08e-d36e-4ce1-9303-5dace122819c.png -------------------------------------------------------------------------------- /sprites/sPlayer_Right_Walk/sPlayer_Right_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Right_Walk/sPlayer_Right_Walk.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/2f81fa9f-1e7f-4c1a-8bd3-66bb20e916f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/2f81fa9f-1e7f-4c1a-8bd3-66bb20e916f5.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/309d5a53-4640-4be1-9ba3-75f6b872127a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/309d5a53-4640-4be1-9ba3-75f6b872127a.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/8313b21c-4825-4ef2-a2c8-e3dfa048bc05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/8313b21c-4825-4ef2-a2c8-e3dfa048bc05.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/8f61f617-4809-4701-b421-0a50e8b24551.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/8f61f617-4809-4701-b421-0a50e8b24551.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/9da57c20-4475-423f-9b9b-0342c266018e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/9da57c20-4475-423f-9b9b-0342c266018e.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/a8874b94-aefd-49f6-9e37-339f08f27abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/a8874b94-aefd-49f6-9e37-339f08f27abc.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/ce705dae-2402-4682-9522-f7fb36819e5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/ce705dae-2402-4682-9522-f7fb36819e5a.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/d627a54b-ed44-4545-a7a3-b5b656229371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/d627a54b-ed44-4545-a7a3-b5b656229371.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/e4baf3db-3291-46b0-a55c-67cf19de03e9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/e4baf3db-3291-46b0-a55c-67cf19de03e9.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/e712f0fc-b1cd-445c-b90d-c581b83fabcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/e712f0fc-b1cd-445c-b90d-c581b83fabcd.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/e82e2030-0e1a-4120-aad2-d6d1a8d4cef7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/e82e2030-0e1a-4120-aad2-d6d1a8d4cef7.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/e8e778f4-8ad2-4042-ab5b-5173976f2d1e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/e8e778f4-8ad2-4042-ab5b-5173976f2d1e.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Idle/sPlayer_Up_Idle.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Idle/sPlayer_Up_Idle.yy -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/0bc18148-1135-4a66-a818-d3b40082b94f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/0bc18148-1135-4a66-a818-d3b40082b94f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/594b501a-c9c1-47d6-8a45-a15d8fe6f04b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/594b501a-c9c1-47d6-8a45-a15d8fe6f04b.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/b3eaf84a-00d9-4926-87a6-198249ffb06f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/b3eaf84a-00d9-4926-87a6-198249ffb06f.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/c2404af5-44e7-4e11-a7da-a4e65b56521c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/c2404af5-44e7-4e11-a7da-a4e65b56521c.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/c3c0de81-2d53-48e2-9ae1-3cc4a4fdc083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/c3c0de81-2d53-48e2-9ae1-3cc4a4fdc083.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/c6550e68-0b52-4a84-80aa-22c24335c63b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/c6550e68-0b52-4a84-80aa-22c24335c63b.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/d1a376d7-f7f0-4cfc-a003-25b6c8723b1d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/d1a376d7-f7f0-4cfc-a003-25b6c8723b1d.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/d7673297-c36c-4f10-bb9f-445981225fb7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/d7673297-c36c-4f10-bb9f-445981225fb7.png -------------------------------------------------------------------------------- /sprites/sPlayer_Up_Walk/sPlayer_Up_Walk.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPlayer_Up_Walk/sPlayer_Up_Walk.yy -------------------------------------------------------------------------------- /sprites/sPotion/10852f16-22a2-40ea-a0fe-f8a7fc4789e9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPotion/10852f16-22a2-40ea-a0fe-f8a7fc4789e9.png -------------------------------------------------------------------------------- /sprites/sPotion/sPotion.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPotion/sPotion.yy -------------------------------------------------------------------------------- /sprites/sPunch1/bd2ba045-c6cb-4c92-9f61-62f8aa4b584d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPunch1/bd2ba045-c6cb-4c92-9f61-62f8aa4b584d.png -------------------------------------------------------------------------------- /sprites/sPunch1/sPunch1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPunch1/sPunch1.yy -------------------------------------------------------------------------------- /sprites/sPunch2/07de908b-b856-46d3-aab1-f7462e02c9f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPunch2/07de908b-b856-46d3-aab1-f7462e02c9f2.png -------------------------------------------------------------------------------- /sprites/sPunch2/sPunch2.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sPunch2/sPunch2.yy -------------------------------------------------------------------------------- /sprites/sRoomChanger/14ba09aa-f583-4d24-b1ba-ff6ccb6c362d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sRoomChanger/14ba09aa-f583-4d24-b1ba-ff6ccb6c362d.png -------------------------------------------------------------------------------- /sprites/sRoomChanger/sRoomChanger.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sRoomChanger/sRoomChanger.yy -------------------------------------------------------------------------------- /sprites/sRoomSpawner/fef5f0a9-ce2b-4fae-b7d9-788f8e0556a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sRoomSpawner/fef5f0a9-ce2b-4fae-b7d9-788f8e0556a4.png -------------------------------------------------------------------------------- /sprites/sRoomSpawner/sRoomChanger.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sRoomSpawner/sRoomChanger.yy -------------------------------------------------------------------------------- /sprites/sRoomSpawner/sRoomSpawner.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sRoomSpawner/sRoomSpawner.yy -------------------------------------------------------------------------------- /sprites/sSlap/4aec9dbf-0b9a-4540-b89e-ae35707acfd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sSlap/4aec9dbf-0b9a-4540-b89e-ae35707acfd2.png -------------------------------------------------------------------------------- /sprites/sSlap/sSlap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sSlap/sSlap.yy -------------------------------------------------------------------------------- /sprites/sSpeechBubbleIcon/be4fc8ab-21c0-4053-b408-951339f957d2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sSpeechBubbleIcon/be4fc8ab-21c0-4053-b408-951339f957d2.png -------------------------------------------------------------------------------- /sprites/sSpeechBubbleIcon/sSpeechBubbleIcon.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sSpeechBubbleIcon/sSpeechBubbleIcon.yy -------------------------------------------------------------------------------- /sprites/sStatsWindow/bc9be28b-cc99-4444-9e20-7809cfa77bb0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sStatsWindow/bc9be28b-cc99-4444-9e20-7809cfa77bb0.png -------------------------------------------------------------------------------- /sprites/sStatsWindow/sStatsWindow.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sStatsWindow/sStatsWindow.yy -------------------------------------------------------------------------------- /sprites/sTextboxBack/b045a381-b8b5-401c-8988-41246f535b2c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxBack/b045a381-b8b5-401c-8988-41246f535b2c.png -------------------------------------------------------------------------------- /sprites/sTextboxBack/sTextboxBack.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxBack/sTextboxBack.yy -------------------------------------------------------------------------------- /sprites/sTextboxFrame/7f37465c-db77-42e8-8af7-e4e2f6a20c03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxFrame/7f37465c-db77-42e8-8af7-e4e2f6a20c03.png -------------------------------------------------------------------------------- /sprites/sTextboxFrame/sTextboxFrame.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxFrame/sTextboxFrame.yy -------------------------------------------------------------------------------- /sprites/sTextboxLayout/6ad39f77-6eff-4830-9cd6-04c83bcaf963.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxLayout/6ad39f77-6eff-4830-9cd6-04c83bcaf963.png -------------------------------------------------------------------------------- /sprites/sTextboxLayout/sTextboxLayout.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxLayout/sTextboxLayout.yy -------------------------------------------------------------------------------- /sprites/sTextboxMask/84678e5e-8777-4d6d-959e-676e73d89f34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxMask/84678e5e-8777-4d6d-959e-676e73d89f34.png -------------------------------------------------------------------------------- /sprites/sTextboxMask/sTextboxMask.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxMask/sTextboxMask.yy -------------------------------------------------------------------------------- /sprites/sTextboxNamebox/497e8519-e005-40a3-b52a-a04e6b445467.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxNamebox/497e8519-e005-40a3-b52a-a04e6b445467.png -------------------------------------------------------------------------------- /sprites/sTextboxNamebox/sTextboxNamebox.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTextboxNamebox/sTextboxNamebox.yy -------------------------------------------------------------------------------- /sprites/sTilesetCollision/a3d3b2e8-7435-4974-a4f6-712bb37f3f9e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTilesetCollision/a3d3b2e8-7435-4974-a4f6-712bb37f3f9e.png -------------------------------------------------------------------------------- /sprites/sTilesetCollision/sTilesetCollision.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTilesetCollision/sTilesetCollision.yy -------------------------------------------------------------------------------- /sprites/sTilesetGround/d7907e03-ca5d-4855-9e0f-079524224470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTilesetGround/d7907e03-ca5d-4855-9e0f-079524224470.png -------------------------------------------------------------------------------- /sprites/sTilesetGround/sTilesetGround.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTilesetGround/sTilesetGround.yy -------------------------------------------------------------------------------- /sprites/sTree0/b2cb24fd-8f9e-4374-bb1e-9640532ba683.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTree0/b2cb24fd-8f9e-4374-bb1e-9640532ba683.png -------------------------------------------------------------------------------- /sprites/sTree0/sTree0.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTree0/sTree0.yy -------------------------------------------------------------------------------- /sprites/sTree1/f689fa6a-033b-4360-ad41-b34927b647ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTree1/f689fa6a-033b-4360-ad41-b34927b647ca.png -------------------------------------------------------------------------------- /sprites/sTree1/sTree1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/sprites/sTree1/sTree1.yy -------------------------------------------------------------------------------- /tilesets/tCollision/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/tilesets/tCollision/output_tileset.png -------------------------------------------------------------------------------- /tilesets/tCollision/tCollision.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/tilesets/tCollision/tCollision.yy -------------------------------------------------------------------------------- /tilesets/tGround/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/tilesets/tGround/output_tileset.png -------------------------------------------------------------------------------- /tilesets/tGround/tGround.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/tilesets/tGround/tGround.yy -------------------------------------------------------------------------------- /turn-based-rpg-ff2.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurpreetsinghmatharoo/gms2.3-turn-based-rpg/HEAD/turn-based-rpg-ff2.yyp --------------------------------------------------------------------------------