Arbeiten aus dem URlaub

This commit is contained in:
2026-05-19 12:55:05 +02:00
parent b8a0234ad2
commit 4f48834e2c
403 changed files with 23402 additions and 6389 deletions

View File

@@ -1 +1,8 @@
rootProject.name = 'blight-game'
rootProject.name = 'blight-game'
// Sibling-Projekte einbinden.
include 'blight-common'
project(':blight-common').projectDir = new File(settingsDir, '../blight-common')
include 'blight-assets'
project(':blight-assets').projectDir = new File(settingsDir, '../blight-assets')