Skip to content

Commit

Permalink
add many new images'
Browse files Browse the repository at this point in the history
  • Loading branch information
LupaDevStudio committed Oct 29, 2023
1 parent 8000eb5 commit f8a8bd3
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 7 deletions.
Binary file added resources/images/achievements_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/day_camp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/ending_food.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/ending_order_max.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/ending_order_min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/ending_tools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/ending_weapons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/event_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/military_max.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/night_camp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions screens/achievements.kv
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#:kivy 2.1.0
#: import PATH_IMAGES tools.path.PATH_IMAGES
#:import PATH_IMAGES tools.path.PATH_IMAGES
#:import TEXT_FONT_COLOR tools.constants.TEXT_FONT_COLOR

<AchievementsScreen>:
ImageWithTextButton:
source: PATH_IMAGES + "back_arrow.png"
size_hint: None, 0.1
pos_hint: {"x":0.025, "top": 0.975}
size_hint: None, 0.15
pos_hint: {"x":0.025, "top": 1}
allow_stretch: True
width: self.height
release_function: root.go_to_menu
Expand All @@ -21,6 +21,8 @@
font_name: root.font_name
halign: "right"
text_size: (root.width,None)
outline_width: 2
outline_color: (1,1,1,1)

RelativeLayout:
size_hint: 1, 0.85
Expand Down
9 changes: 5 additions & 4 deletions screens/menu.kv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#: import PATH_IMAGES tools.path.PATH_IMAGES
#: import TITLE_FONT_COLOR tools.constants.TITLE_FONT_COLOR
#: import MOBILE_MODE tools.constants.MOBILE_MODE
#:set side_logo_size 0.2

<MenuScreen>:

Expand Down Expand Up @@ -32,13 +33,13 @@
Image:
id: settings_logo
source: PATH_IMAGES + "settings_logo.png"
size_hint: None, 0.15
size_hint: None, side_logo_size
pos_hint: {"right": 0.95, "y": 0.05}
allow_stretch: True
width: self.height
Button:
id: settings_button
size_hint: None, 0.15
size_hint: None, side_logo_size
pos_hint: {"right": 0.95, "y": 0.05}
background_color: (0, 0, 0, 0)
width: self.height
Expand All @@ -57,12 +58,12 @@

Image:
source: PATH_IMAGES + "achievements_logo.png"
size_hint: None, 0.15
size_hint: None, side_logo_size
pos_hint: {"x": 0.05, "y": 0.05}
allow_stretch: True
width: self.height
Button:
size_hint: None, 0.15
size_hint: None,side_logo_size
pos_hint: {"x": 0.05, "y": 0.05}
background_color: (0, 0, 0, 0)
width: self.height
Expand Down

0 comments on commit f8a8bd3

Please sign in to comment.