Archived
0

Game loop

This commit is contained in:
2018-04-21 11:30:25 +03:00
parent 0b90304115
commit 3b6d43443b
3 changed files with 76 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
<property name="faviconBase64" value="icon.png"/>
</bean>
<bean id="gameLoop" class="mc.core.GameLoop">
<property name="tps" value="20"/>
<property name="traceTPS" value="true"/>
</bean>
<bean id="playerManager" class="mc.core.embedded.InMemoryPlayerManager">
<property name="keepAliveInterval" value="10"/>
</bean>