Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from subaru-apcc/feature/#_exhibition_in_logo
Browse files Browse the repository at this point in the history
#**-ロゴに展示版と記載
  • Loading branch information
su8ru committed Jun 15, 2019
2 parents 49f0ab7 + 6be9116 commit 86839d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified SpaceWars2/assets/title-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SpaceWars2/scenes/Title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void Title::update(){

void Title::draw() const {
TextureAsset(L"background").resize(Window::Size()).draw();
TextureAsset(L"title-logo").drawAt(Window::Center().x, 150);
TextureAsset(L"title-logo").drawAt(Window::Center().x + 50, 150);

Circle(1180, 1080, 760).drawFrame(5, 5, Color(L"#00bfff"));

Expand Down

0 comments on commit 86839d6

Please sign in to comment.