Bugfixy, odstranění nepoužívaných tříd CameraSystem a ITargetingEnemy, přidání dedikované třídy ReturnToMenuElement, předělání pathfinding algoritmu z DFS na BFS, přesun správy obtížnosti do abstraktní třídy Enemy, přidání scriptů pro kompilaci na aplikaci nevyžadující dotnet
This commit is contained in:
parent
ceac37920b
commit
e5d746d597
24 changed files with 258 additions and 138 deletions
5
launch-standalone-server.sh
Executable file
5
launch-standalone-server.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
while :
|
||||
do
|
||||
bin/Server/net9.0/publish/ONDServer
|
||||
echo "Restarting server..."
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue