mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-16 12:42:30 +00:00
chore(build): use SDL3
This commit is contained in:
parent
9d04a35d87
commit
b3c0734a9e
3286 changed files with 866354 additions and 554996 deletions
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
vendored
Normal file
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
vendored
Normal file
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
vendored
Normal file
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
vendored
Normal file
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
vendored
Normal file
BIN
vendor/sdl-3.2.10/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
6
vendor/sdl-3.2.10/android-project/app/src/main/res/values/colors.xml
vendored
Normal file
6
vendor/sdl-3.2.10/android-project/app/src/main/res/values/colors.xml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#3F51B5</color>
|
||||
<color name="colorPrimaryDark">#303F9F</color>
|
||||
<color name="colorAccent">#FF4081</color>
|
||||
</resources>
|
||||
3
vendor/sdl-3.2.10/android-project/app/src/main/res/values/strings.xml
vendored
Normal file
3
vendor/sdl-3.2.10/android-project/app/src/main/res/values/strings.xml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">Game</string>
|
||||
</resources>
|
||||
7
vendor/sdl-3.2.10/android-project/app/src/main/res/values/styles.xml
vendored
Normal file
7
vendor/sdl-3.2.10/android-project/app/src/main/res/values/styles.xml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="android:Theme.NoTitleBar.Fullscreen">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue