Skip to content

Commit

Permalink
Modify Title background image
Browse files Browse the repository at this point in the history
- Add copyright notice
  • Loading branch information
copyrat90 committed May 23, 2021
1 parent 6d66aa2 commit e071de6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified graphics/bg_title.aseprite
Binary file not shown.
Binary file modified graphics/bg_title.bmp
Binary file not shown.
Binary file removed graphics/bg_title.png
Binary file not shown.
2 changes: 1 addition & 1 deletion include/scene_Title.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Title final : public Scene
static constexpr bn::string_view MENU_STRINGS[LANG_TOTAL_COUNT][MENU_OPTION_TOTAL_COUNT] = {
{"Start", "언 어 : English", "Credit"}, {"시작", "Lang:한국어", "크레딧"}};
static constexpr bn::fixed_point MENU_STRING_POS[LANG_TOTAL_COUNT][MENU_OPTION_TOTAL_COUNT] = {
{{0, 20}, {0, 40}, {0, 60}}, {{0, 20}, {0, 40}, {0, 60}}};
{{0, 0}, {0, 20}, {0, 40}}, {{0, 0}, {0, 20}, {0, 40}}};
static constexpr bn::fixed_point CURSOR_OFFSET[LANG_TOTAL_COUNT] = {{-13, -2}, {-13, -1}};
static constexpr int FADE_IN_UPDATE_COUNT = 30;
static constexpr int FADE_OUT_UPDATE_COUNT = 30;
Expand Down

0 comments on commit e071de6

Please sign in to comment.