From 3e2632c5b5c4e6faad3ec536fe5cc849afa70f24 Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 5 Mar 2026 20:14:02 +0600 Subject: [PATCH] added textures --- resources/config/game_over.json | 4 ++-- resources/config/main_menu.json | 8 ++++---- resources/config/ui.json | 12 ++++++------ resources/fire.png | 3 +++ resources/fire2.png | 3 +++ resources/game_over/Variant5.png | 3 +++ resources/game_over/Variant6.png | 3 +++ resources/main_menu/Variant5.png | 3 +++ resources/main_menu/Variant6.png | 3 +++ resources/main_menu/Variant7.png | 3 +++ resources/main_menu/Variant8.png | 3 +++ 11 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 resources/fire.png create mode 100644 resources/fire2.png create mode 100644 resources/game_over/Variant5.png create mode 100644 resources/game_over/Variant6.png create mode 100644 resources/main_menu/Variant5.png create mode 100644 resources/main_menu/Variant6.png create mode 100644 resources/main_menu/Variant7.png create mode 100644 resources/main_menu/Variant8.png diff --git a/resources/config/game_over.json b/resources/config/game_over.json index 6248579..9d43223 100644 --- a/resources/config/game_over.json +++ b/resources/config/game_over.json @@ -65,8 +65,8 @@ "height": 56, "textures": { "normal": "resources/game_over/Filledbuttons.png", - "hover": "resources/game_over/Filledbuttons.png", - "pressed": "resources/game_over/Filledbuttons.png" + "hover": "resources/game_over/Variant5.png", + "pressed": "resources/game_over/Variant6.png" } }, { diff --git a/resources/config/main_menu.json b/resources/config/main_menu.json index 55bbb1f..3d1c80b 100644 --- a/resources/config/main_menu.json +++ b/resources/config/main_menu.json @@ -50,8 +50,8 @@ "height": 56, "textures": { "normal": "resources/main_menu/single.png", - "hover": "resources/main_menu/single.png", - "pressed": "resources/main_menu/single.png" + "hover": "resources/main_menu/Variant5.png", + "pressed": "resources/main_menu/Variant6.png" } }, { @@ -61,8 +61,8 @@ "height": 56, "textures": { "normal": "resources/main_menu/multi.png", - "hover": "resources/main_menu/multi.png", - "pressed": "resources/main_menu/multi.png" + "hover": "resources/main_menu/Variant7.png", + "pressed": "resources/main_menu/Variant8.png" } }, { diff --git a/resources/config/ui.json b/resources/config/ui.json index fa27292..100b161 100644 --- a/resources/config/ui.json +++ b/resources/config/ui.json @@ -16,9 +16,9 @@ "horizontal_gravity": "right", "vertical_gravity": "bottom", "textures": { - "normal": "resources/shoot_normal.png", - "hover": "resources/shoot_hover.png", - "pressed": "resources/shoot_pressed.png" + "normal": "resources/fire.png", + "hover": "resources/fire2.png", + "pressed": "resources/fire.png" } }, { @@ -31,9 +31,9 @@ "horizontal_gravity": "left", "vertical_gravity": "bottom", "textures": { - "normal": "resources/shoot_normal.png", - "hover": "resources/shoot_hover.png", - "pressed": "resources/shoot_pressed.png" + "normal": "resources/fire.png", + "hover": "resources/fire2.png", + "pressed": "resources/fire.png" } }, { diff --git a/resources/fire.png b/resources/fire.png new file mode 100644 index 0000000..4ca886d --- /dev/null +++ b/resources/fire.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eec617d529a9631ceea24c40ffd8665f15f987920bba501ba5234379c56ed2c +size 71713 diff --git a/resources/fire2.png b/resources/fire2.png new file mode 100644 index 0000000..1760044 --- /dev/null +++ b/resources/fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6201f627673caf52c13fdaf2303374cb704d1ed8e700d5f6d65cb04a743f3201 +size 91233 diff --git a/resources/game_over/Variant5.png b/resources/game_over/Variant5.png new file mode 100644 index 0000000..705ffcb --- /dev/null +++ b/resources/game_over/Variant5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b4ab0bcfedfad0110e907430d31db71fbc61680e767c4e3263ead2afe478ba +size 5729 diff --git a/resources/game_over/Variant6.png b/resources/game_over/Variant6.png new file mode 100644 index 0000000..d18f3bc --- /dev/null +++ b/resources/game_over/Variant6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119e152699afe2d610ad0f73dafde75269bd8ea0d6973f2e10db20f3c592c213 +size 5653 diff --git a/resources/main_menu/Variant5.png b/resources/main_menu/Variant5.png new file mode 100644 index 0000000..f52915a --- /dev/null +++ b/resources/main_menu/Variant5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f07e77372d0a131772303b7cb0c89d34570cbc4d1822378f3565e724594636b +size 4866 diff --git a/resources/main_menu/Variant6.png b/resources/main_menu/Variant6.png new file mode 100644 index 0000000..c5fc531 --- /dev/null +++ b/resources/main_menu/Variant6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15efda31a108efcb4cbf3d7d5e4d4f99c96f2464390f3a9b01c5aa310580938b +size 4427 diff --git a/resources/main_menu/Variant7.png b/resources/main_menu/Variant7.png new file mode 100644 index 0000000..fd6bcf3 --- /dev/null +++ b/resources/main_menu/Variant7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d1bec35c88c068e4874824b3fcb60b50f38565f6fa5d3df5660c2b718ec1ca +size 3536 diff --git a/resources/main_menu/Variant8.png b/resources/main_menu/Variant8.png new file mode 100644 index 0000000..d72ae82 --- /dev/null +++ b/resources/main_menu/Variant8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e7369f9ba5bf7f152ea3f62353da7b3c2d75e52f93bd99f5f03e8f2bb76821 +size 3451