potential build fix
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-08-01 15:16:12 -04:00
parent 87d1da4df1
commit a17a48ca1f
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
+ spawn into the world
+ there is a sword lying on the ground
+ when you grab the sword, a tutorial popup appears to tell you how to use in
+ on clearing the tutorial, continue the game+ when the sword is equipped, create another popup to teach sword controls. it pauses the game
+ on clearing the tutorial, continue the game when the sword is equipped, create another popup to teach sword controls. it pauses the game
+ when popup is accepted, spawn an enemy with an effect
enemy ai
review effects

View File

@ -305,7 +305,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>${basedir}/Assets/Scripts/compiler/get_typescript.sh</executable>
<executable>${basedir}/assets/Scripts/compiler/get_typescript.sh</executable>
</configuration>
</execution>
</executions>

View File

@ -3,7 +3,6 @@ package electrosphere.auth;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
import java.security.spec.KeySpec;
import java.util.Arrays;
import java.util.Base64;
import javax.crypto.SecretKeyFactory;