Initial commit

This commit is contained in:
Gitea
2025-08-14 12:20:46 +02:00
commit 7384eeb2f0
290 changed files with 614128 additions and 0 deletions

25
custom-configs/ground.xml Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2014-2021 Thetya Team
~ Copyright (c) 2005-2011 Three Rings
~
~ https://github.com/Thetya
-->
<java class="com.threerings.export.XMLImporter" version="1.0">
<object class="[Lcom.threerings.tudey.config.GroundConfig;">
<entry>
<name>Ground Test</name>
<implementation class="com.threerings.tudey.config.GroundConfig$Original">
<floor>
<entry>
</entry>
</floor>
<edgeCases>
<entry>
</entry>
</edgeCases>
</implementation>
</entry>
</object>
</java>