1.6.9 • Published 1 year ago

unrealgd v1.6.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Unreal GMD

Simplest Geometry Dash .gmd file wrapper you can think of. This is a "revamp" of rgdforge since it's blowing up (F-for some reason) Example:

const gd = require('unrealgd')
const level = new gd.Level('the balls','description')

level.AffixObject({ // Append an object to the level
	id: 1, // Default object, you can find object IDs in the level "Object IDs" by GDColon.
	position: [15, 15] // In units
})
level.write({
	directory: '/absolute/path/also/pls/uwu'
})
1.6.9

1 year ago

1.0.0

1 year ago