new lighting is regrettably implemented on the master branch, but I don't think this looks any better than the old

This commit is contained in:
minjaesong
2022-10-05 01:07:07 +09:00
parent aff64f6a8e
commit 50d1aabaf3
3 changed files with 43 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
/**
* Created by minjaesong on 2022-02-27.
*/
module ModuleComputers {
requires gdx;
requires Terrarum;
requires TerrarumSansBitmap;
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires TerrarumTSVM;
}