unrealgd

1.6.9 • Public • Published

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'
})

Readme

Keywords

none

Package Sidebar

Install

npm i unrealgd

Weekly Downloads

1

Version

1.6.9

License

MIT

Unpacked Size

3.75 kB

Total Files

8

Last publish

Collaborators

  • rizkypdudes_