├── .gitattributes ├── assets ├── ui │ ├── logo.png │ ├── skin.png │ ├── logo_bgd.png │ ├── Fipps-Regular.otf │ ├── messages_de.properties │ └── CherryCreamSoda-Regular.ttf ├── music │ ├── road.mp3 │ ├── combat1.mp3 │ ├── combat2.mp3 │ ├── forest.mp3 │ ├── intro.mp3 │ ├── village.mp3 │ ├── combat_defeat.mp3 │ └── combat_victory.mp3 ├── sound │ ├── slow.wav │ ├── consume.wav │ ├── demi1.wav │ ├── heal1.wav │ ├── poison1.wav │ ├── protes_1.wav │ ├── protes_2.wav │ ├── attack_miss.wav │ ├── attack_swipe.wav │ ├── explosion1.wav │ ├── menu_abort.wav │ ├── menu_accept.wav │ ├── menu_click.wav │ ├── quest_item.wav │ ├── sword_swipe.wav │ └── demon_teleport.wav ├── graphics │ ├── sfx.png │ └── chars_and_props.png ├── maps │ ├── tileset.png │ ├── objects │ │ ├── boots.png │ │ ├── elder.png │ │ ├── hero.png │ │ ├── larva.png │ │ ├── ring.png │ │ ├── slime.png │ │ ├── smith.png │ │ ├── snowy.png │ │ ├── axolot.png │ │ ├── cyclops.png │ │ ├── helmet.png │ │ ├── spider.png │ │ ├── spirit.png │ │ ├── butterfly.png │ │ ├── chain_mail.png │ │ ├── demon_fire.png │ │ ├── magic_vest.png │ │ ├── man_green.png │ │ ├── merchant.png │ │ ├── mushroom.png │ │ ├── sword_heal.png │ │ ├── tree_green.png │ │ ├── boots_speed.png │ │ ├── cyclops_npc.png │ │ ├── demon_spirit.png │ │ ├── elder_sword.png │ │ ├── flower_girl.png │ │ ├── masamune_forest.png │ │ ├── scroll_inferno.png │ │ ├── studded_leather.png │ │ ├── sword_strength.png │ │ ├── terealis_plant.png │ │ ├── small_mana_potion.png │ │ ├── intelligence_potion.png │ │ ├── small_health_potion.png │ │ └── small_strength_potion.png │ └── tileset-orig.png └── shader │ └── default.vert ├── .github └── FUNDING.yml ├── lwjgl3 ├── icons │ ├── logo.ico │ ├── logo.png │ └── logo.icns └── src │ └── main │ └── resources │ └── icon32.png ├── assets_raw ├── ui │ ├── arrow.png │ ├── bar_bg.png │ ├── elder.png │ ├── hero.png │ ├── key_a.png │ ├── key_d.png │ ├── key_s.png │ ├── key_w.png │ ├── smith.png │ ├── snowy.png │ ├── bar_bg.9.png │ ├── checked.png │ ├── frame_1.png │ ├── key_ctrl.png │ ├── key_esc.png │ ├── merchant.png │ ├── demon_fire.png │ ├── flower_girl.png │ ├── frame_1.9.png │ ├── icon_items.png │ ├── icon_magic.png │ ├── icon_sword.png │ ├── key_space.png │ ├── man_green.png │ ├── unchecked.png │ ├── Fipps-Regular.otf │ ├── button_normal.png │ ├── demon_spirit.png │ ├── dialog_frame.png │ ├── nine_path_bg.png │ ├── button_normal.9.png │ ├── button_pressed.9.png │ ├── button_pressed.png │ ├── dialog_frame.9.png │ ├── nine_path_bg.9.png │ ├── nine_path_bg_2.9.png │ ├── nine_path_bg_2.png │ ├── slider_progress.png │ ├── dialog_face_frame.png │ ├── slider_progress.9.png │ ├── dialog_choice_frame.9.png │ ├── dialog_choice_frame.png │ ├── dialog_face_frame.9.png │ ├── slider_progress_blue.png │ ├── slider_progress_green.png │ ├── slider_progress_white.png │ ├── CherryCreamSoda-Regular.ttf │ ├── slider_progress_blue.9.png │ ├── slider_progress_green.9.png │ ├── slider_progress_white.9.png │ ├── slider_progress_yellow.png │ └── slider_progress_yellow.9.png ├── tilesets │ ├── Flags.png │ ├── Plant.png │ ├── Water.png │ ├── TilesetField.png │ ├── TilesetFloor.png │ ├── TilesetHouse.png │ ├── TilesetWater.png │ ├── TilesetElement.png │ ├── TilesetNature.png │ ├── TilesetFloorDetail.png │ └── TilesetVillageAbandoned.png ├── sfx │ ├── hit1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ └── idle_13.png │ ├── demi1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ └── idle_13.png │ ├── fire1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ ├── fire2 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ └── idle_13.png │ ├── fire3 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ ├── poison1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ ├── poison2 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ └── idle_09.png │ ├── slash1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ └── idle_13.png │ ├── slow1 │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ └── idle_09.png │ ├── flower_blue │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ ├── idle_13.png │ │ ├── idle_14.png │ │ └── idle_15.png │ ├── flower_red │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ ├── idle_13.png │ │ └── idle_14.png │ ├── portal_red │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ └── idle_09.png │ ├── portal_white │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ └── idle_09.png │ ├── restore_blue │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ ├── skull_green │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ ├── idle_13.png │ │ └── idle_14.png │ ├── flower_purple │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ ├── idle_12.png │ │ ├── idle_13.png │ │ ├── idle_14.png │ │ └── idle_15.png │ ├── restore_green │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ ├── restore_purple │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ ├── idle_05.png │ │ ├── idle_06.png │ │ ├── idle_07.png │ │ ├── idle_08.png │ │ ├── idle_09.png │ │ ├── idle_10.png │ │ ├── idle_11.png │ │ └── idle_12.png │ └── shield-yellow │ │ ├── idle_00.png │ │ ├── idle_01.png │ │ ├── idle_02.png │ │ ├── idle_03.png │ │ ├── idle_04.png │ │ └── idle_05.png └── chars_and_props │ ├── hero │ ├── dead.png │ ├── item.png │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── special_01.png │ ├── special_02.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── items │ ├── ring.png │ ├── boots.png │ ├── helmet.png │ ├── boots_speed.png │ ├── chain_mail.png │ ├── elder_sword.png │ ├── magic_vest.png │ ├── sword_heal.png │ ├── scroll_inferno.png │ ├── sword_strength.png │ ├── terealis_plant.png │ ├── small_mana_potion.png │ ├── studded_leather.png │ ├── intelligence_potion.png │ ├── small_health_potion.png │ └── small_strength_potion.png │ ├── tree_green.png │ ├── elder │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── smith │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── snowy │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── status │ ├── poison.png │ └── slow.png │ ├── larva │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── select │ ├── idle_00.png │ ├── idle_01.png │ ├── idle_02.png │ └── idle_03.png │ ├── slime │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── spirit │ ├── idle_00.png │ ├── idle_01.png │ ├── idle_02.png │ ├── idle_03.png │ └── idle_04.png │ ├── axolot │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── cyclops │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── man_green │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── merchant │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_up.png │ ├── idle_right.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── mushroom │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── spider │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── butterfly │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ └── walk_down_03.png │ ├── demon_fire │ ├── idle_down.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── flower_girl │ ├── idle_up.png │ ├── idle_down.png │ ├── idle_left.png │ ├── idle_right.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── cyclops_npc │ ├── idle_down.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── demon_spirit │ ├── idle_down.png │ ├── walk_up_00.png │ ├── walk_up_01.png │ ├── walk_up_02.png │ ├── walk_up_03.png │ ├── walk_down_00.png │ ├── walk_down_01.png │ ├── walk_down_02.png │ ├── walk_down_03.png │ ├── walk_left_00.png │ ├── walk_left_01.png │ ├── walk_left_02.png │ ├── walk_left_03.png │ ├── walk_right_00.png │ ├── walk_right_01.png │ ├── walk_right_02.png │ └── walk_right_03.png │ ├── masamune_forest │ └── walk_00.png │ └── terealis_plant │ ├── walk_00.png │ ├── walk_01.png │ ├── walk_02.png │ └── walk_03.png ├── core └── src │ ├── test │ └── resources │ │ ├── sfx.png │ │ ├── hero.png │ │ ├── screen1.png │ │ ├── screen2.png │ │ ├── ui │ │ ├── skin.png │ │ ├── Fipps-Regular.otf │ │ ├── messages_de.properties │ │ └── CherryCreamSoda-Regular.ttf │ │ ├── music │ │ ├── road.mp3 │ │ ├── village.mp3 │ │ ├── combat_defeat.mp3 │ │ └── combat_victory.mp3 │ │ ├── sound │ │ ├── demi1.wav │ │ ├── heal1.wav │ │ ├── slow.wav │ │ ├── poison1.wav │ │ ├── explosion1.wav │ │ ├── menu_abort.wav │ │ ├── menu_click.wav │ │ ├── attack_miss.wav │ │ ├── attack_swipe.wav │ │ ├── menu_accept.wav │ │ └── sword_swipe.wav │ │ ├── graphics │ │ ├── sfx.png │ │ └── chars_and_props.png │ │ ├── maps │ │ ├── tileset.png │ │ └── objects │ │ │ ├── boots.png │ │ │ ├── hero.png │ │ │ ├── ring.png │ │ │ ├── smith.png │ │ │ ├── cyclops.png │ │ │ ├── helmet.png │ │ │ ├── merchant.png │ │ │ ├── mushroom.png │ │ │ ├── butterfly.png │ │ │ ├── tree_green.png │ │ │ ├── elder_sword.png │ │ │ ├── flower_girl.png │ │ │ ├── scroll_inferno.png │ │ │ ├── studded_leather.png │ │ │ ├── small_mana_potion.png │ │ │ └── small_health_potion.png │ │ ├── shader │ │ ├── default.vert │ │ └── grayscale.frag │ │ └── sfx.atlas │ └── main │ └── kotlin │ └── io │ └── github │ └── masamune │ ├── combat │ ├── state │ │ ├── CombatStateIdle.kt │ │ └── CombatState.kt │ ├── effect │ │ ├── MissEffect.kt │ │ └── DelayEffect.kt │ ├── action │ │ ├── AttackSingleAction.kt │ │ ├── DoubleStrikeAction.kt │ │ ├── StrBoosterAction.kt │ │ └── RegenerateManaRingAction.kt │ └── buff │ │ └── StrBoosterBuff.kt │ ├── ui │ └── model │ │ ├── MenuType.kt │ │ ├── ShopOption.kt │ │ ├── QuestModel.kt │ │ ├── ItemCombatModel.kt │ │ ├── MagicModel.kt │ │ ├── CutSceneTextModel.kt │ │ └── MonsterModel.kt │ ├── input │ └── Command.kt │ ├── trigger │ ├── actions │ │ └── entitySelectors.kt │ └── forest │ │ └── path │ │ └── snowyTrigger.kt │ ├── tiledmap │ ├── ConsumableType.kt │ ├── AnimationType.kt │ └── ItemCategory.kt │ ├── component │ ├── Player.kt │ ├── Remove.kt │ ├── Dialog.kt │ ├── Name.kt │ ├── State.kt │ ├── Enemy.kt │ ├── Move.kt │ ├── StatusAilment.kt │ ├── Selector.kt │ ├── Portal.kt │ ├── Sticky.kt │ ├── AI.kt │ ├── Trigger.kt │ ├── Shake.kt │ ├── FollowPath.kt │ ├── Tag.kt │ ├── Inventory.kt │ ├── Outline.kt │ ├── Scale.kt │ ├── MonsterBook.kt │ ├── ScreenBgd.kt │ ├── Tiled.kt │ └── Fade.kt │ └── system │ └── StateSystem.kt ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── util └── src │ └── main │ └── kotlin │ └── io │ └── github │ └── masamune │ └── util │ ├── tiled │ ├── TiledProject.kt │ └── PropertyType.kt │ └── web │ ├── ActionInfo.kt │ ├── ItemInfo.kt │ └── EnemyInfo.kt ├── settings.gradle ├── .editorconfig ├── skinFntSettings.scmp-font └── skinFntCombatSettings.scmp-font /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | *.bat text=auto eol=crlf 3 | -------------------------------------------------------------------------------- /assets/ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/logo.png -------------------------------------------------------------------------------- /assets/ui/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/skin.png -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: Quillraven 4 | -------------------------------------------------------------------------------- /assets/music/road.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/road.mp3 -------------------------------------------------------------------------------- /assets/sound/slow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/slow.wav -------------------------------------------------------------------------------- /lwjgl3/icons/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/lwjgl3/icons/logo.ico -------------------------------------------------------------------------------- /lwjgl3/icons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/lwjgl3/icons/logo.png -------------------------------------------------------------------------------- /assets/graphics/sfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/graphics/sfx.png -------------------------------------------------------------------------------- /assets/maps/tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/tileset.png -------------------------------------------------------------------------------- /assets/music/combat1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/combat1.mp3 -------------------------------------------------------------------------------- /assets/music/combat2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/combat2.mp3 -------------------------------------------------------------------------------- /assets/music/forest.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/forest.mp3 -------------------------------------------------------------------------------- /assets/music/intro.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/intro.mp3 -------------------------------------------------------------------------------- /assets/music/village.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/village.mp3 -------------------------------------------------------------------------------- /assets/sound/consume.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/consume.wav -------------------------------------------------------------------------------- /assets/sound/demi1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/demi1.wav -------------------------------------------------------------------------------- /assets/sound/heal1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/heal1.wav -------------------------------------------------------------------------------- /assets/sound/poison1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/poison1.wav -------------------------------------------------------------------------------- /assets/ui/logo_bgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/logo_bgd.png -------------------------------------------------------------------------------- /assets_raw/ui/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/arrow.png -------------------------------------------------------------------------------- /assets_raw/ui/bar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/bar_bg.png -------------------------------------------------------------------------------- /assets_raw/ui/elder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/elder.png -------------------------------------------------------------------------------- /assets_raw/ui/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/hero.png -------------------------------------------------------------------------------- /assets_raw/ui/key_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_a.png -------------------------------------------------------------------------------- /assets_raw/ui/key_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_d.png -------------------------------------------------------------------------------- /assets_raw/ui/key_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_s.png -------------------------------------------------------------------------------- /assets_raw/ui/key_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_w.png -------------------------------------------------------------------------------- /assets_raw/ui/smith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/smith.png -------------------------------------------------------------------------------- /assets_raw/ui/snowy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/snowy.png -------------------------------------------------------------------------------- /lwjgl3/icons/logo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/lwjgl3/icons/logo.icns -------------------------------------------------------------------------------- /assets/sound/protes_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/protes_1.wav -------------------------------------------------------------------------------- /assets/sound/protes_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/protes_2.wav -------------------------------------------------------------------------------- /assets_raw/ui/bar_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/bar_bg.9.png -------------------------------------------------------------------------------- /assets_raw/ui/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/checked.png -------------------------------------------------------------------------------- /assets_raw/ui/frame_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/frame_1.png -------------------------------------------------------------------------------- /assets_raw/ui/key_ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_ctrl.png -------------------------------------------------------------------------------- /assets_raw/ui/key_esc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_esc.png -------------------------------------------------------------------------------- /assets_raw/ui/merchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/merchant.png -------------------------------------------------------------------------------- /assets/maps/objects/boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/boots.png -------------------------------------------------------------------------------- /assets/maps/objects/elder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/elder.png -------------------------------------------------------------------------------- /assets/maps/objects/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/hero.png -------------------------------------------------------------------------------- /assets/maps/objects/larva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/larva.png -------------------------------------------------------------------------------- /assets/maps/objects/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/ring.png -------------------------------------------------------------------------------- /assets/maps/objects/slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/slime.png -------------------------------------------------------------------------------- /assets/maps/objects/smith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/smith.png -------------------------------------------------------------------------------- /assets/maps/objects/snowy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/snowy.png -------------------------------------------------------------------------------- /assets/maps/tileset-orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/tileset-orig.png -------------------------------------------------------------------------------- /assets/sound/attack_miss.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/attack_miss.wav -------------------------------------------------------------------------------- /assets/sound/attack_swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/attack_swipe.wav -------------------------------------------------------------------------------- /assets/sound/explosion1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/explosion1.wav -------------------------------------------------------------------------------- /assets/sound/menu_abort.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/menu_abort.wav -------------------------------------------------------------------------------- /assets/sound/menu_accept.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/menu_accept.wav -------------------------------------------------------------------------------- /assets/sound/menu_click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/menu_click.wav -------------------------------------------------------------------------------- /assets/sound/quest_item.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/quest_item.wav -------------------------------------------------------------------------------- /assets/sound/sword_swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/sword_swipe.wav -------------------------------------------------------------------------------- /assets/ui/Fipps-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/Fipps-Regular.otf -------------------------------------------------------------------------------- /assets_raw/tilesets/Flags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/Flags.png -------------------------------------------------------------------------------- /assets_raw/tilesets/Plant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/Plant.png -------------------------------------------------------------------------------- /assets_raw/tilesets/Water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/Water.png -------------------------------------------------------------------------------- /assets_raw/ui/demon_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/demon_fire.png -------------------------------------------------------------------------------- /assets_raw/ui/flower_girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/flower_girl.png -------------------------------------------------------------------------------- /assets_raw/ui/frame_1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/frame_1.9.png -------------------------------------------------------------------------------- /assets_raw/ui/icon_items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/icon_items.png -------------------------------------------------------------------------------- /assets_raw/ui/icon_magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/icon_magic.png -------------------------------------------------------------------------------- /assets_raw/ui/icon_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/icon_sword.png -------------------------------------------------------------------------------- /assets_raw/ui/key_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/key_space.png -------------------------------------------------------------------------------- /assets_raw/ui/man_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/man_green.png -------------------------------------------------------------------------------- /assets_raw/ui/unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/unchecked.png -------------------------------------------------------------------------------- /assets/maps/objects/axolot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/axolot.png -------------------------------------------------------------------------------- /assets/maps/objects/cyclops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/cyclops.png -------------------------------------------------------------------------------- /assets/maps/objects/helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/helmet.png -------------------------------------------------------------------------------- /assets/maps/objects/spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/spider.png -------------------------------------------------------------------------------- /assets/maps/objects/spirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/spirit.png -------------------------------------------------------------------------------- /assets/music/combat_defeat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/combat_defeat.mp3 -------------------------------------------------------------------------------- /assets/music/combat_victory.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/music/combat_victory.mp3 -------------------------------------------------------------------------------- /assets/sound/demon_teleport.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/sound/demon_teleport.wav -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/hit1/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/hit1/idle_13.png -------------------------------------------------------------------------------- /assets_raw/ui/Fipps-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/Fipps-Regular.otf -------------------------------------------------------------------------------- /assets_raw/ui/button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/button_normal.png -------------------------------------------------------------------------------- /assets_raw/ui/demon_spirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/demon_spirit.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_frame.png -------------------------------------------------------------------------------- /assets_raw/ui/nine_path_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/nine_path_bg.png -------------------------------------------------------------------------------- /core/src/test/resources/sfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sfx.png -------------------------------------------------------------------------------- /assets/maps/objects/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/butterfly.png -------------------------------------------------------------------------------- /assets/maps/objects/chain_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/chain_mail.png -------------------------------------------------------------------------------- /assets/maps/objects/demon_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/demon_fire.png -------------------------------------------------------------------------------- /assets/maps/objects/magic_vest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/magic_vest.png -------------------------------------------------------------------------------- /assets/maps/objects/man_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/man_green.png -------------------------------------------------------------------------------- /assets/maps/objects/merchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/merchant.png -------------------------------------------------------------------------------- /assets/maps/objects/mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/mushroom.png -------------------------------------------------------------------------------- /assets/maps/objects/sword_heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/sword_heal.png -------------------------------------------------------------------------------- /assets/maps/objects/tree_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/tree_green.png -------------------------------------------------------------------------------- /assets/ui/messages_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/messages_de.properties -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/demi1/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/demi1/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire1/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire1/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire2/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire2/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/fire3/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/fire3/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison1/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison1/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/poison2/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/poison2/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/slash1/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slash1/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/slow1/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/slow1/idle_09.png -------------------------------------------------------------------------------- /assets_raw/ui/button_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/button_normal.9.png -------------------------------------------------------------------------------- /assets_raw/ui/button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/button_pressed.9.png -------------------------------------------------------------------------------- /assets_raw/ui/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/button_pressed.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_frame.9.png -------------------------------------------------------------------------------- /assets_raw/ui/nine_path_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/nine_path_bg.9.png -------------------------------------------------------------------------------- /assets_raw/ui/nine_path_bg_2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/nine_path_bg_2.9.png -------------------------------------------------------------------------------- /assets_raw/ui/nine_path_bg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/nine_path_bg_2.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress.png -------------------------------------------------------------------------------- /core/src/test/resources/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/hero.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /assets/graphics/chars_and_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/graphics/chars_and_props.png -------------------------------------------------------------------------------- /assets/maps/objects/boots_speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/boots_speed.png -------------------------------------------------------------------------------- /assets/maps/objects/cyclops_npc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/cyclops_npc.png -------------------------------------------------------------------------------- /assets/maps/objects/demon_spirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/demon_spirit.png -------------------------------------------------------------------------------- /assets/maps/objects/elder_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/elder_sword.png -------------------------------------------------------------------------------- /assets/maps/objects/flower_girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/flower_girl.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetField.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetFloor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetFloor.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetHouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetHouse.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetWater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetWater.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_face_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_face_frame.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress.9.png -------------------------------------------------------------------------------- /core/src/test/resources/screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/screen1.png -------------------------------------------------------------------------------- /core/src/test/resources/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/screen2.png -------------------------------------------------------------------------------- /core/src/test/resources/ui/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/ui/skin.png -------------------------------------------------------------------------------- /lwjgl3/src/main/resources/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/lwjgl3/src/main/resources/icon32.png -------------------------------------------------------------------------------- /assets/maps/objects/masamune_forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/masamune_forest.png -------------------------------------------------------------------------------- /assets/maps/objects/scroll_inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/scroll_inferno.png -------------------------------------------------------------------------------- /assets/maps/objects/studded_leather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/studded_leather.png -------------------------------------------------------------------------------- /assets/maps/objects/sword_strength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/sword_strength.png -------------------------------------------------------------------------------- /assets/maps/objects/terealis_plant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/terealis_plant.png -------------------------------------------------------------------------------- /assets/ui/CherryCreamSoda-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/ui/CherryCreamSoda-Regular.ttf -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_14.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_blue/idle_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_blue/idle_15.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_red/idle_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_red/idle_14.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_red/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_red/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/portal_white/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/portal_white/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_blue/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_blue/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/skull_green/idle_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/skull_green/idle_14.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetElement.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetNature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetNature.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_choice_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_choice_frame.9.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_choice_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_choice_frame.png -------------------------------------------------------------------------------- /assets_raw/ui/dialog_face_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/dialog_face_frame.9.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_blue.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_green.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_white.png -------------------------------------------------------------------------------- /core/src/test/resources/music/road.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/music/road.mp3 -------------------------------------------------------------------------------- /core/src/test/resources/sound/demi1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/demi1.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/heal1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/heal1.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/slow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/slow.wav -------------------------------------------------------------------------------- /assets/maps/objects/small_mana_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/small_mana_potion.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/dead.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/item.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/ring.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/tree_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/tree_green.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_13.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_14.png -------------------------------------------------------------------------------- /assets_raw/sfx/flower_purple/idle_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/flower_purple/idle_15.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_green/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_green/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_05.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_06.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_07.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_08.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_09.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_10.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_11.png -------------------------------------------------------------------------------- /assets_raw/sfx/restore_purple/idle_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/restore_purple/idle_12.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_00.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_01.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_02.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_03.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_04.png -------------------------------------------------------------------------------- /assets_raw/sfx/shield-yellow/idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/sfx/shield-yellow/idle_05.png -------------------------------------------------------------------------------- /assets_raw/ui/CherryCreamSoda-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/CherryCreamSoda-Regular.ttf -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_blue.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_blue.9.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_green.9.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_white.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_white.9.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_yellow.png -------------------------------------------------------------------------------- /core/src/test/resources/graphics/sfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/graphics/sfx.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/tileset.png -------------------------------------------------------------------------------- /core/src/test/resources/music/village.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/music/village.mp3 -------------------------------------------------------------------------------- /core/src/test/resources/sound/poison1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/poison1.wav -------------------------------------------------------------------------------- /assets/maps/objects/intelligence_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/intelligence_potion.png -------------------------------------------------------------------------------- /assets/maps/objects/small_health_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/small_health_potion.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/boots.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/helmet.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/status/poison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/status/poison.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/status/slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/status/slow.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetFloorDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetFloorDetail.png -------------------------------------------------------------------------------- /assets_raw/ui/slider_progress_yellow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/ui/slider_progress_yellow.9.png -------------------------------------------------------------------------------- /core/src/test/resources/sound/explosion1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/explosion1.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/menu_abort.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/menu_abort.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/menu_click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/menu_click.wav -------------------------------------------------------------------------------- /core/src/test/resources/ui/Fipps-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/ui/Fipps-Regular.otf -------------------------------------------------------------------------------- /assets/maps/objects/small_strength_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets/maps/objects/small_strength_potion.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/special_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/special_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/special_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/special_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/larva/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/larva/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/select/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/select/idle_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/select/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/select/idle_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/select/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/select/idle_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/select/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/select/idle_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/slime/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/slime/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spirit/idle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spirit/idle_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spirit/idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spirit/idle_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spirit/idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spirit/idle_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spirit/idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spirit/idle_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spirit/idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spirit/idle_04.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/boots.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/hero.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/ring.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/smith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/smith.png -------------------------------------------------------------------------------- /core/src/test/resources/sound/attack_miss.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/attack_miss.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/attack_swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/attack_swipe.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/menu_accept.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/menu_accept.wav -------------------------------------------------------------------------------- /core/src/test/resources/sound/sword_swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/sound/sword_swipe.wav -------------------------------------------------------------------------------- /assets_raw/chars_and_props/axolot/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/axolot/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/hero/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/hero/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/boots_speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/boots_speed.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/chain_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/chain_mail.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/elder_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/elder_sword.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/magic_vest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/magic_vest.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/sword_heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/sword_heal.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/larva/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/larva/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/larva/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/larva/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/larva/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/larva/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/larva/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/larva/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/mushroom/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/mushroom/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/slime/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/slime/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/slime/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/slime/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/slime/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/slime/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/slime/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/slime/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spider/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spider/idle_down.png -------------------------------------------------------------------------------- /assets_raw/tilesets/TilesetVillageAbandoned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/tilesets/TilesetVillageAbandoned.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/cyclops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/cyclops.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/helmet.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/merchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/merchant.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/mushroom.png -------------------------------------------------------------------------------- /core/src/test/resources/music/combat_defeat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/music/combat_defeat.mp3 -------------------------------------------------------------------------------- /core/src/test/resources/music/combat_victory.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/music/combat_victory.mp3 -------------------------------------------------------------------------------- /core/src/test/resources/ui/messages_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/ui/messages_de.properties -------------------------------------------------------------------------------- /assets_raw/chars_and_props/axolot/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/axolot/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/axolot/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/axolot/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/axolot/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/axolot/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/axolot/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/axolot/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/butterfly/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/butterfly/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/elder/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/elder/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/idle_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/idle_up.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/scroll_inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/scroll_inferno.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/sword_strength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/sword_strength.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/terealis_plant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/terealis_plant.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/smith/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/smith/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/snowy/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/snowy/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spider/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spider/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spider/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spider/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spider/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spider/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/spider/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/spider/walk_down_03.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/butterfly.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/tree_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/tree_green.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/butterfly/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/butterfly/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/butterfly/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/butterfly/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/butterfly/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/butterfly/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/butterfly/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/butterfly/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/idle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/idle_down.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/idle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/idle_left.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/idle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/idle_right.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_up_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_up_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_up_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_up_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_up_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_up_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_up_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_up_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/small_mana_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/small_mana_potion.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/studded_leather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/studded_leather.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/man_green/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/man_green/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/masamune_forest/walk_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/masamune_forest/walk_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/merchant/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/merchant/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/mushroom/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/mushroom/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/mushroom/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/mushroom/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/mushroom/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/mushroom/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/mushroom/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/mushroom/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/terealis_plant/walk_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/terealis_plant/walk_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/terealis_plant/walk_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/terealis_plant/walk_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/terealis_plant/walk_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/terealis_plant/walk_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/terealis_plant/walk_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/terealis_plant/walk_03.png -------------------------------------------------------------------------------- /core/src/test/resources/graphics/chars_and_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/graphics/chars_and_props.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/elder_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/elder_sword.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/flower_girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/flower_girl.png -------------------------------------------------------------------------------- /core/src/test/resources/ui/CherryCreamSoda-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/ui/CherryCreamSoda-Regular.ttf -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/cyclops_npc/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/cyclops_npc/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_fire/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_fire/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_down_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_down_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_down_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_down_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_down_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_down_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_down_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_down_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_left_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_left_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_left_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_left_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_left_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_left_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_left_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_left_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/flower_girl/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/flower_girl/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/intelligence_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/intelligence_potion.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/small_health_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/small_health_potion.png -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/state/CombatStateIdle.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.state 2 | 3 | data object CombatStateIdle : CombatState 4 | -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/scroll_inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/scroll_inferno.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/studded_leather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/studded_leather.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_right_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_right_00.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_right_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_right_01.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_right_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_right_02.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/demon_spirit/walk_right_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/demon_spirit/walk_right_03.png -------------------------------------------------------------------------------- /assets_raw/chars_and_props/items/small_strength_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/assets_raw/chars_and_props/items/small_strength_potion.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/small_mana_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/small_mana_potion.png -------------------------------------------------------------------------------- /core/src/test/resources/maps/objects/small_health_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quillraven/Masamune/HEAD/core/src/test/resources/maps/objects/small_health_potion.png -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/MenuType.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | enum class MenuType { 4 | GAME, STATS, INVENTORY, QUEST, MONSTER_BOOK 5 | } 6 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/ShopOption.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | enum class ShopOption { 4 | WEAPON, ARMOR, ACCESSORY, OTHER, SELL, QUIT 5 | } 6 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/QuestModel.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | data class QuestModel( 4 | val name: String, 5 | val description: String, 6 | ) 7 | -------------------------------------------------------------------------------- /util/src/main/kotlin/io/github/masamune/util/tiled/TiledProject.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.util.tiled 2 | 3 | import kotlinx.serialization.Serializable 4 | 5 | @Serializable 6 | data class TiledProject( 7 | val propertyTypes: List, 8 | ) 9 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | // A list of which subprojects to load as part of the same larger project. 2 | // You can remove Strings from the list and reload the Gradle project 3 | // if you want to temporarily disable a subproject. 4 | include 'teavm', 'core', 'lwjgl3', 'util' 5 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/state/CombatState.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.state 2 | 3 | sealed interface CombatState { 4 | fun onEnter() = Unit 5 | 6 | fun onUpdate(deltaTime: Float) = Unit 7 | 8 | fun onExit() = Unit 9 | } 10 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/effect/MissEffect.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.effect 2 | 3 | import com.github.quillraven.fleks.Entity 4 | 5 | data class MissEffect( 6 | override val source: Entity, 7 | override val target: Entity, 8 | ) : Effect 9 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/input/Command.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.input 2 | 3 | // list of possible controller input commands 4 | enum class Command { 5 | LEFT, 6 | RIGHT, 7 | DOWN, 8 | UP, 9 | SELECT, 10 | MENU, 11 | CANCEL 12 | } 13 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/trigger/actions/entitySelectors.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.trigger.actions 2 | 3 | import com.github.quillraven.fleks.Entity 4 | 5 | class EntitySelector(private val selector: () -> Entity) { 6 | val entity: Entity by lazy { selector() } 7 | } 8 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/tiledmap/ConsumableType.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.tiledmap 2 | 3 | // This is an autogenerated class by gradle's 'genTiledEnumsAndExtensions' task. Do not touch it! 4 | enum class ConsumableType { 5 | COMBAT_AND_INVENTORY, 6 | COMBAT_ONLY, 7 | INVENTORY_ONLY, 8 | UNDEFINED; 9 | } 10 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Player.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | 6 | class Player : Component { 7 | override fun type() = Player 8 | 9 | companion object : ComponentType() 10 | } 11 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/ItemCombatModel.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | import io.github.masamune.tiledmap.ItemType 4 | 5 | data class ItemCombatModel( 6 | val type: ItemType, 7 | val name: String, 8 | val description: String, 9 | val targetDescriptor: String, 10 | val amount: Int, 11 | ) 12 | -------------------------------------------------------------------------------- /util/src/main/kotlin/io/github/masamune/util/web/ActionInfo.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.util.web 2 | 3 | import kotlinx.serialization.Serializable 4 | 5 | @Serializable 6 | data class ActionInfo( 7 | val name: String, 8 | val description: String, 9 | val type: String, 10 | val targetType: String, 11 | val manaCost: Int, 12 | ) 13 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # https://editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | end_of_line = lf 7 | charset = utf-8 8 | trim_trailing_whitespace = true 9 | insert_final_newline = true 10 | 11 | [*.{java,scala,groovy,kt,kts}] 12 | indent_size = 4 13 | 14 | [*.gradle] 15 | indent_size = 2 16 | 17 | [*.md] 18 | trim_trailing_whitespace = false 19 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Remove.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | 6 | data class Remove(var time: Float) : Component { 7 | override fun type() = Remove 8 | 9 | companion object : ComponentType() 10 | } 11 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Dialog.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | 6 | data class Dialog(var dialogName: String) : Component { 7 | override fun type() = Dialog 8 | 9 | companion object : ComponentType() 10 | } 11 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/MagicModel.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | import io.github.masamune.tiledmap.ActionType 4 | 5 | data class MagicModel( 6 | val type: ActionType, 7 | val name: String, 8 | val description:String, 9 | val targetDescriptor: String, 10 | val mana: Int, 11 | val canPerform: Boolean, 12 | ) 13 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/CutSceneTextModel.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | import com.badlogic.gdx.utils.Align 4 | 5 | data class CutSceneTextModel( 6 | val text: String, 7 | val align: Int, 8 | val duration: Float, 9 | ) { 10 | companion object { 11 | val EMPTY = CutSceneTextModel("", Align.center, 0f) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /util/src/main/kotlin/io/github/masamune/util/tiled/PropertyType.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.util.tiled 2 | 3 | import kotlinx.serialization.Serializable 4 | 5 | @Serializable 6 | data class PropertyType( 7 | val id: Int, 8 | val name: String, 9 | val type: String, 10 | val values: List = emptyList(), 11 | val members: List = emptyList(), 12 | ) 13 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/tiledmap/AnimationType.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.tiledmap 2 | 3 | // This is an autogenerated class by gradle's 'genTiledEnumsAndExtensions' task. Do not touch it! 4 | enum class AnimationType { 5 | DEAD, 6 | IDLE, 7 | ITEM, 8 | SPECIAL, 9 | UNDEFINED, 10 | WALK; 11 | 12 | val atlasKey: String = this.name.lowercase() 13 | } 14 | -------------------------------------------------------------------------------- /assets/shader/default.vert: -------------------------------------------------------------------------------- 1 | attribute vec4 a_position; 2 | attribute vec4 a_color; 3 | attribute vec2 a_texCoord0; 4 | 5 | varying vec4 v_color; 6 | varying vec2 v_texCoords; 7 | 8 | uniform mat4 u_projTrans; 9 | 10 | void main() 11 | { 12 | v_color = a_color; 13 | v_color.a = v_color.a * (255.0 / 254.0); 14 | v_texCoords = a_texCoord0; 15 | gl_Position = u_projTrans * a_position; 16 | } 17 | -------------------------------------------------------------------------------- /util/src/main/kotlin/io/github/masamune/util/web/ItemInfo.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.util.web 2 | 3 | import kotlinx.serialization.Serializable 4 | 5 | @Serializable 6 | data class ItemInfo( 7 | val imageUrl: String, 8 | val name: String, 9 | val category: String, 10 | val stats: Map, 11 | val speed: Float, 12 | val action: String, 13 | val cost: Int, 14 | ) 15 | -------------------------------------------------------------------------------- /util/src/main/kotlin/io/github/masamune/util/web/EnemyInfo.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.util.web 2 | 3 | import kotlinx.serialization.Serializable 4 | 5 | @Serializable 6 | data class EnemyInfo( 7 | val imageUrl: String, 8 | val name: String, 9 | val xp: Int, 10 | val talons: Int, 11 | val stats: Map, 12 | val level: Int, 13 | val combatActions: List, 14 | ) 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Name.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import kotlinx.serialization.Serializable 6 | 7 | @Serializable 8 | data class Name(val name: String) : Component { 9 | override fun type() = Name 10 | 11 | companion object : ComponentType() 12 | } 13 | -------------------------------------------------------------------------------- /core/src/test/resources/shader/default.vert: -------------------------------------------------------------------------------- 1 | attribute vec4 a_position; 2 | attribute vec4 a_color; 3 | attribute vec2 a_texCoord0; 4 | 5 | varying vec4 v_color; 6 | varying vec2 v_texCoords; 7 | 8 | uniform mat4 u_projTrans; 9 | 10 | void main() 11 | { 12 | v_color = a_color; 13 | v_color.a = v_color.a * (255.0 / 254.0); 14 | v_texCoords = a_texCoord0; 15 | gl_Position = u_projTrans * a_position; 16 | } 17 | -------------------------------------------------------------------------------- /skinFntSettings.scmp-font: -------------------------------------------------------------------------------- 1 | { 2 | "characters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789öäüÖÄÜ,.-:+*!?\"'ß<>/_\\()[]{}|%", 3 | "size": 16, 4 | "mono": true, 5 | "hinting": "AutoMedium", 6 | "color": "white", 7 | "colorValue": -1, 8 | "gamma": 2, 9 | "renderCount": 2, 10 | "borderGamma": 2, 11 | "spaceX": 4, 12 | "spaceY": 4, 13 | "kerning": true, 14 | "minFilter": "Nearest", 15 | "magFilter": "Nearest" 16 | } -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/action/AttackSingleAction.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.action 2 | 3 | import io.github.masamune.combat.ActionExecutorService 4 | import io.github.masamune.tiledmap.ActionType 5 | 6 | class AttackSingleAction : Action(ActionType.ATTACK_SINGLE, ActionTargetType.SINGLE) { 7 | override fun ActionExecutorService.onStart() { 8 | attack(singleTarget) 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /core/src/test/resources/sfx.atlas: -------------------------------------------------------------------------------- 1 | sfx.png 2 | size:128,128 3 | repeat:none 4 | shield-yellow/idle 5 | index:4 6 | bounds:2,58,24,26 7 | shield-yellow/idle 8 | index:1 9 | bounds:2,30,24,26 10 | shield-yellow/idle 11 | index:3 12 | bounds:28,58,24,26 13 | shield-yellow/idle 14 | index:0 15 | bounds:2,2,24,26 16 | shield-yellow/idle 17 | index:5 18 | bounds:28,30,24,26 19 | shield-yellow/idle 20 | index:2 21 | bounds:54,58,24,26 22 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/State.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import io.github.masamune.ai.FleksStateMachine 6 | 7 | data class State( 8 | val animationFsm: FleksStateMachine, 9 | ) : Component { 10 | override fun type() = State 11 | 12 | companion object : ComponentType() 13 | } 14 | -------------------------------------------------------------------------------- /skinFntCombatSettings.scmp-font: -------------------------------------------------------------------------------- 1 | { 2 | "characters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+-!?.", 3 | "size": 24, 4 | "hinting": "AutoMedium", 5 | "color": "white", 6 | "colorValue": -1, 7 | "gamma": 1, 8 | "renderCount": 4, 9 | "borderWidth": 4, 10 | "borderColor": "black", 11 | "borderColorValue": 255, 12 | "borderStraight": true, 13 | "borderGamma": 1, 14 | "kerning": true, 15 | "minFilter": "Nearest", 16 | "magFilter": "Nearest" 17 | } -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/action/DoubleStrikeAction.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.action 2 | 3 | import io.github.masamune.combat.ActionExecutorService 4 | import io.github.masamune.tiledmap.ActionType 5 | 6 | class DoubleStrikeAction : Action(ActionType.DOUBLE_STRIKE, ActionTargetType.SINGLE) { 7 | override fun ActionExecutorService.onStart() { 8 | attack(singleTarget) 9 | attack(singleTarget) 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Enemy.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import io.github.masamune.tiledmap.TiledObjectType 6 | 7 | data class Enemy( 8 | val combatEntities: Map 9 | ) : Component { 10 | override fun type() = Enemy 11 | 12 | companion object : ComponentType() 13 | } 14 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Move.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.math.Vector2 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | import ktx.math.vec2 7 | 8 | data class Move(var speed: Float = 0f, val direction: Vector2 = vec2()) : Component { 9 | 10 | override fun type() = Move 11 | 12 | companion object : ComponentType() 13 | } 14 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/StatusAilment.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | 6 | enum class StatusType { 7 | POISON, SLOW 8 | } 9 | 10 | data class StatusAilment(val type: StatusType) : Component { 11 | override fun type() = StatusAilment 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Selector.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import com.github.quillraven.fleks.Entity 6 | 7 | data class Selector( 8 | var target: Entity, 9 | var confirmed: Boolean, 10 | ) : Component { 11 | override fun type() = Selector 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Portal.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import io.github.masamune.asset.TiledMapAsset 6 | 7 | data class Portal( 8 | val toMapAsset: TiledMapAsset, 9 | val toPortalId: Int, 10 | ) : Component { 11 | override fun type() = Portal 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Sticky.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.math.Vector2 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | import com.github.quillraven.fleks.Entity 7 | 8 | data class Sticky(val target: Entity, val offset: Vector2) : Component { 9 | override fun type() = Sticky 10 | 11 | companion object : ComponentType() 12 | } 13 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/AI.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.ai.btree.BehaviorTree 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | import com.github.quillraven.fleks.Entity 7 | 8 | data class AI( 9 | val behaviorTree: BehaviorTree, 10 | ) : Component { 11 | override fun type() = AI 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Trigger.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import com.github.quillraven.fleks.Entity 6 | 7 | data class Trigger( 8 | val name: String, 9 | var triggeringEntity: Entity = Entity.NONE, 10 | ) : Component { 11 | override fun type() = Trigger 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/effect/DelayEffect.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.effect 2 | 3 | import com.github.quillraven.fleks.Entity 4 | import com.github.quillraven.fleks.World 5 | 6 | data class DelayEffect( 7 | override val source: Entity, 8 | override val target: Entity, 9 | private var time: Float, 10 | ) : Effect { 11 | 12 | override fun World.onUpdate(): Boolean { 13 | time -= deltaTime 14 | return time <= 0f 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/system/StateSystem.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.system 2 | 3 | import com.github.quillraven.fleks.Entity 4 | import com.github.quillraven.fleks.IteratingSystem 5 | import com.github.quillraven.fleks.World.Companion.family 6 | import io.github.masamune.component.State 7 | 8 | class StateSystem : IteratingSystem(family { all(State) }) { 9 | override fun onTickEntity(entity: Entity) { 10 | entity[State].animationFsm.update() 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Shake.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | 6 | data class Shake( 7 | val max: Float, // max shake offset in world units 8 | val duration: Float, // duration in seconds 9 | ) : Component { 10 | var currentDuration = 0f 11 | 12 | override fun type() = Shake 13 | 14 | companion object : ComponentType() 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/tiledmap/ItemCategory.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.tiledmap 2 | 3 | // This is an autogenerated class by gradle's 'genTiledEnumsAndExtensions' task. Do not touch it! 4 | enum class ItemCategory { 5 | ACCESSORY, 6 | ARMOR, 7 | BOOTS, 8 | HELMET, 9 | OTHER, 10 | QUEST, 11 | WEAPON; 12 | 13 | val isEquipment: Boolean 14 | get() = this == ACCESSORY || this == ARMOR || this == BOOTS || this == HELMET || this == WEAPON 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/trigger/forest/path/snowyTrigger.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.trigger.forest.path 2 | 3 | import com.github.quillraven.fleks.Entity 4 | import com.github.quillraven.fleks.World 5 | import io.github.masamune.trigger.TriggerScript 6 | import io.github.masamune.trigger.trigger 7 | 8 | fun World.snowyTrigger( 9 | name: String, 10 | triggeringEntity: Entity 11 | ): TriggerScript = trigger(name, this, triggeringEntity) { 12 | actionDialog("snowy") 13 | } 14 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/action/StrBoosterAction.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.action 2 | 3 | import io.github.masamune.combat.ActionExecutorService 4 | import io.github.masamune.combat.buff.StrBoosterBuff 5 | import io.github.masamune.tiledmap.ActionType 6 | 7 | class StrBoosterAction : Action(ActionType.STR_BOOSTER, ActionTargetType.NONE, defensive = true) { 8 | override fun ActionExecutorService.onCombatStart() { 9 | addBuff(StrBoosterBuff(source, 0.25f)) 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/ui/model/MonsterModel.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.ui.model 2 | 3 | import com.badlogic.gdx.scenes.scene2d.utils.BaseDrawable 4 | import com.badlogic.gdx.scenes.scene2d.utils.Drawable 5 | 6 | data class MonsterModel( 7 | val name: String, 8 | val description: String, 9 | val drawable: Drawable, 10 | val stats: Map, 11 | ) { 12 | companion object { 13 | val UNKNOWN = MonsterModel("???", "???", BaseDrawable(), emptyMap()) 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/FollowPath.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.math.Vector2 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | 7 | data class FollowPath( 8 | val path: List, 9 | val removeAtEnd: Boolean = false, 10 | var currentVertexIdx: Int = -1, 11 | ) : Component { 12 | override fun type() = FollowPath 13 | 14 | companion object : ComponentType() 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Tag.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.EntityTags 4 | import com.github.quillraven.fleks.entityTagOf 5 | 6 | enum class Tag : EntityTags by entityTagOf() { 7 | CAMERA_FOCUS, // an entity with this tag gets the camera focused on its center 8 | EXECUTE_TRIGGER, // temporary tag to execute a trigger entity 9 | MAP_TRANSITION, // entities with this tag are not removed in TiledService when a map gets unloaded 10 | PAUSE, 11 | } 12 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Inventory.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import com.github.quillraven.fleks.collection.MutableEntityBag 6 | 7 | data class Inventory( 8 | val items: MutableEntityBag = MutableEntityBag(16), 9 | var talons: Int = 0, // = money 10 | ) : Component { 11 | override fun type() = Inventory 12 | 13 | companion object : ComponentType() 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Outline.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.graphics.Color 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | 7 | data class Outline(val color: Color) : Component { 8 | override fun type() = Outline 9 | 10 | companion object : ComponentType() { 11 | val COLOR_NEUTRAL = Color(1f, 1f, 1f, 1f) 12 | val COLOR_ENEMY = Color(0.9f, 0.2f, 0f, 0.9f) 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/action/RegenerateManaRingAction.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.action 2 | 3 | import io.github.masamune.combat.ActionExecutorService 4 | import io.github.masamune.combat.buff.RegenerateManaBuff 5 | import io.github.masamune.tiledmap.ActionType 6 | 7 | class RegenerateManaRingAction : Action(ActionType.REGENERATE_MANA_RING, ActionTargetType.NONE, defensive = true) { 8 | override fun ActionExecutorService.onCombatStart() { 9 | addBuff(RegenerateManaBuff(source, 2f)) 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/combat/buff/StrBoosterBuff.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.combat.buff 2 | 3 | import com.github.quillraven.fleks.Entity 4 | import io.github.masamune.combat.ActionExecutorService 5 | 6 | class StrBoosterBuff( 7 | override val owner: Entity, 8 | private val factor: Float, 9 | ) : OnAttackDamageBuff { 10 | 11 | override fun ActionExecutorService.preAttackDamage(source: Entity, target: Entity, damage: Float): Float { 12 | return damage + source.stats.strength * factor 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Scale.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.math.Interpolation 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | 7 | data class Scale( 8 | val interpolation: Interpolation, 9 | val from: Float, 10 | val by: Float, 11 | val speed: Float, 12 | var alpha: Float = 0f, 13 | ) : Component { 14 | override fun type() = Scale 15 | 16 | companion object : ComponentType() 17 | } 18 | -------------------------------------------------------------------------------- /core/src/test/resources/shader/grayscale.frag: -------------------------------------------------------------------------------- 1 | #ifdef GL_ES 2 | #define LOWP lowp 3 | precision mediump float; 4 | #else 5 | #define LOWP 6 | #endif 7 | 8 | varying LOWP vec4 v_color; 9 | varying vec2 v_texCoords; 10 | uniform sampler2D u_texture; 11 | 12 | const vec3 grayScaleMultiplier = vec3(0.299, 0.587, 0.114); 13 | 14 | void main() 15 | { 16 | vec4 spriteColor = v_color * texture2D(u_texture, v_texCoords); 17 | vec3 grayColor = vec3(dot(spriteColor.rgb, grayScaleMultiplier)); 18 | gl_FragColor = vec4(grayColor, spriteColor.a); 19 | } 20 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/MonsterBook.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import io.github.masamune.tiledmap.TiledObjectType 6 | import kotlinx.serialization.Serializable 7 | 8 | @Serializable 9 | data class MonsterBook( 10 | val knownTypes: MutableSet, 11 | ) : Component { 12 | override fun type() = MonsterBook 13 | 14 | companion object : ComponentType() 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/ScreenBgd.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.graphics.g2d.Batch 4 | import com.badlogic.gdx.graphics.glutils.FrameBuffer 5 | import com.github.quillraven.fleks.Component 6 | import com.github.quillraven.fleks.ComponentType 7 | 8 | data class ScreenBgd( 9 | val alpha: Float, 10 | val renderBlock: (Batch, FrameBuffer) -> Unit, 11 | ) : Component { 12 | override fun type() = ScreenBgd 13 | 14 | companion object : ComponentType() 15 | } 16 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Tiled.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.github.quillraven.fleks.Component 4 | import com.github.quillraven.fleks.ComponentType 5 | import io.github.masamune.asset.TiledMapAsset 6 | import io.github.masamune.tiledmap.TiledObjectType 7 | 8 | data class Tiled( 9 | val id: Int, 10 | val objType: TiledObjectType, 11 | val mapAsset: TiledMapAsset, 12 | ) : Component { 13 | override fun type() = Tiled 14 | 15 | companion object : ComponentType() 16 | } 17 | -------------------------------------------------------------------------------- /core/src/main/kotlin/io/github/masamune/component/Fade.kt: -------------------------------------------------------------------------------- 1 | package io.github.masamune.component 2 | 3 | import com.badlogic.gdx.math.Interpolation 4 | import com.github.quillraven.fleks.Component 5 | import com.github.quillraven.fleks.ComponentType 6 | 7 | class Fade( 8 | val from: Float, 9 | val to: Float, 10 | time: Float, 11 | val interpolation: Interpolation, 12 | ) : Component { 13 | 14 | var alpha: Float = 1f 15 | val speed = 1f / time 16 | 17 | override fun type() = Fade 18 | 19 | companion object : ComponentType() 20 | } 21 | --------------------------------------------------------------------------------