add components
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application>
|
||||
<activity android:name="com.ea.ironmonkey.devmenu.MainActivity"
|
||||
<application android:name="com.megboyzz.devmenu.App">
|
||||
<activity
|
||||
android:name="com.megboyzz.devmenu.MainActivity"
|
||||
android:theme="@android:style/Theme.Material.Light.NoActionBar"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -9,5 +11,4 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -179,7 +179,7 @@ class GameActivity : ComponentActivity(), DrawFrameListener {
|
||||
|
||||
// Calculate screen-related score
|
||||
val screenScore =
|
||||
sqrt((screenWidth * screenHeight).toDouble()) * 0.0010000000474974513 * 0.5
|
||||
sqrt((screenWidth * screenHeight).toDouble()) * 0.001 * 0.5
|
||||
|
||||
// Log CPU information
|
||||
try {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user