Skip to content

Commit

Permalink
regular bodies (experimental)
Browse files Browse the repository at this point in the history
-geometry!!!
-looks like this triggers #2 / #30, produces many tiny pieces and producing many seems to lock up the engine
  • Loading branch information
0XDE57 committed Nov 4, 2023
1 parent bdb1d7a commit 2f8a49f
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 94 deletions.
4 changes: 3 additions & 1 deletion core/src/com/spaceproject/config/DebugConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public class DebugConfig extends Config {

public boolean spawnAsteroid;
public boolean spawnCluster;
public boolean spawnRegularBodies;
public boolean glassOnly;
public boolean drawDebugUI;
public boolean drawFPS;
Expand All @@ -29,6 +30,8 @@ public class DebugConfig extends Config {
public void loadDefault() {
spawnAsteroid = false;
spawnCluster = false;
spawnRegularBodies = false;
glassOnly = false;
drawDebugUI = true;
drawFPS = true;
drawDiagnosticInfo = false;
Expand All @@ -48,7 +51,6 @@ public void loadDefault() {
infiniteFire = false;
reflectAsteroidColor = false;
discoLaser = false;
glassOnly = false;
}

}
Loading

0 comments on commit 2f8a49f

Please sign in to comment.