add components
This commit is contained in:
@@ -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