added textures

This commit is contained in:
Vlad 2026-03-05 20:14:02 +06:00
parent 70ef730e86
commit 3e2632c5b5
11 changed files with 36 additions and 12 deletions

View File

@ -65,8 +65,8 @@
"height": 56, "height": 56,
"textures": { "textures": {
"normal": "resources/game_over/Filledbuttons.png", "normal": "resources/game_over/Filledbuttons.png",
"hover": "resources/game_over/Filledbuttons.png", "hover": "resources/game_over/Variant5.png",
"pressed": "resources/game_over/Filledbuttons.png" "pressed": "resources/game_over/Variant6.png"
} }
}, },
{ {

View File

@ -50,8 +50,8 @@
"height": 56, "height": 56,
"textures": { "textures": {
"normal": "resources/main_menu/single.png", "normal": "resources/main_menu/single.png",
"hover": "resources/main_menu/single.png", "hover": "resources/main_menu/Variant5.png",
"pressed": "resources/main_menu/single.png" "pressed": "resources/main_menu/Variant6.png"
} }
}, },
{ {
@ -61,8 +61,8 @@
"height": 56, "height": 56,
"textures": { "textures": {
"normal": "resources/main_menu/multi.png", "normal": "resources/main_menu/multi.png",
"hover": "resources/main_menu/multi.png", "hover": "resources/main_menu/Variant7.png",
"pressed": "resources/main_menu/multi.png" "pressed": "resources/main_menu/Variant8.png"
} }
}, },
{ {

View File

@ -16,9 +16,9 @@
"horizontal_gravity": "right", "horizontal_gravity": "right",
"vertical_gravity": "bottom", "vertical_gravity": "bottom",
"textures": { "textures": {
"normal": "resources/shoot_normal.png", "normal": "resources/fire.png",
"hover": "resources/shoot_hover.png", "hover": "resources/fire2.png",
"pressed": "resources/shoot_pressed.png" "pressed": "resources/fire.png"
} }
}, },
{ {
@ -31,9 +31,9 @@
"horizontal_gravity": "left", "horizontal_gravity": "left",
"vertical_gravity": "bottom", "vertical_gravity": "bottom",
"textures": { "textures": {
"normal": "resources/shoot_normal.png", "normal": "resources/fire.png",
"hover": "resources/shoot_hover.png", "hover": "resources/fire2.png",
"pressed": "resources/shoot_pressed.png" "pressed": "resources/fire.png"
} }
}, },
{ {

BIN
resources/fire.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/fire2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/game_over/Variant5.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/game_over/Variant6.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/main_menu/Variant5.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/main_menu/Variant6.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/main_menu/Variant7.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
resources/main_menu/Variant8.png (Stored with Git LFS) Normal file

Binary file not shown.