Skip to content

Utilities to create a multi-version game management and execution application from Godot engine.

License

Notifications You must be signed in to change notification settings

Ushiosan23/gdl_utils

Repository files navigation

Godot Launcher Utilities (gdl_utils)

Javadoc

javadoc

Versions

See all changelog: here

Maven project

<dependencies>
	<dependency>
		<groupId>com.github.ushiosan23</groupId>
		<artifactId>gdl_utils</artifactId>
		<version>x.x.x</version>
	</dependency>
	<!-- Another dependencies -->
</dependencies>

Gradle project

Groovy DSL

// build.gradle

dependencies {
	implementation 'com.github.ushiosan23:gdl_utils:x.x.x'
	/* Another dependencies */
}

Kotlin DSL

// build.gradle.kts

dependencies {
	implementation("com.github.ushiosan23:gdl_utils:x.x.x")
	/* Another dependencies */
}

About

Utilities to create a multi-version game management and execution application from Godot engine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published