feat: Walking player

Player now can walk using wasd
This commit is contained in:
2025-12-15 20:11:47 +01:00
parent 2623cd1328
commit 3eab104777
27 changed files with 310 additions and 81 deletions

View File

@@ -13,12 +13,6 @@
<totalSizeCap>30MB</totalSizeCap>
</rollingPolicy>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>ERROR</level>
<onMatch>DENY</onMatch>
<onMismatch>ACCEPT</onMismatch>
</filter>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>