Merge branch 'erkkon'

This commit is contained in:
erkkon 2023-07-25 18:15:26 +02:00
commit a59747d79a
4 changed files with 14 additions and 4 deletions

BIN
icon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Before After
Before After

BIN
other/rcedit-x64.exe Normal file

Binary file not shown.

View file

@ -23,7 +23,9 @@
</a>
</header>
<main>
<button class="button" onclick="window.location.href='./game'">Train!</button>
<button class="button" onclick="window.location.href='https://github.com/erkkon/OpenAimTrainer/releases'">Install locally!</button>
<p class="or">or</p>
<button class="button" onclick="window.location.href='./game'">Run on web!</button>
<section>
<h2>About Open Aim Trainer</h2>
<p>🎯 <strong>Open Aim Trainer</strong> is a free and open source aim trainer that allows you to improve
@ -175,10 +177,10 @@ footer {
.button {
display: block;
font-size: 100px;
font-size: 50px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px 20px;
border: 1px solid #ccc;
border-radius: 5px;
@ -189,6 +191,13 @@ footer {
transition: all 0.2s;
}
.or {
text-align: center;
display: block;
margin: 0 auto;
font-size: 50px;
}
.button:hover {
background-color: #ddd;
color: #fff;

View file

@ -15,6 +15,7 @@ run/main_scene="res://scenes/ui/MainScreen.tscn"
config/features=PackedStringArray("4.1", "Forward Plus")
boot_splash/image="res://assets/images/open_aim_trainer_16_9_Logo_v1.png"
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
[autoload]