Update #37 - Touch support without userscript, many other feats

This commit is contained in:
lax1dude
2024-09-21 20:17:42 -07:00
parent 173727c8c4
commit ec1ab8ece3
683 changed files with 62074 additions and 8996 deletions

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src_main_java"/>
<classpathentry kind="src" path="src_game_java"/>
<classpathentry kind="src" path="src_protocol-game_java"/>
<classpathentry kind="src" path="src_protocol-relay_java"/>
<classpathentry kind="src" path="src_lwjgl_java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>

View File

@ -15,15 +15,30 @@
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>src_lwjgl_java</name>
<type>2</type>
<location>${LWJGL_SRC_FOLDER}</location>
</link>
<link>
<name>src_main_java</name>
<type>2</type>
<location>${MAIN_SRC_FOLDER}</location>
</link>
<link>
<name>src_game_java</name>
<type>2</type>
<location>${GAME_SRC_FOLDER}</location>
</link>
<link>
<name>src_protocol-game_java</name>
<type>2</type>
<location>${PROTO_GAME_SRC_FOLDER}</location>
</link>
<link>
<name>src_protocol-relay_java</name>
<type>2</type>
<location>${PROTO_RELAY_SRC_FOLDER}</location>
</link>
<link>
<name>src_lwjgl_java</name>
<type>2</type>
<location>${LWJGL_SRC_FOLDER}</location>
</link>
</linkedResources>
</projectDescription>