Skip to content

camila314/PlugGD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4a0b16 · Nov 7, 2022

History

13 Commits
Oct 31, 2022
Sep 22, 2021
Sep 15, 2021
Sep 30, 2021
Sep 15, 2021
Sep 30, 2021
Sep 17, 2021
Sep 30, 2021
Aug 30, 2021
Sep 22, 2021
Sep 29, 2021
Sep 17, 2021
Sep 30, 2021
Aug 30, 2021
Sep 11, 2021
Sep 29, 2021
Sep 29, 2021
Sep 30, 2021

Repository files navigation

PlugGD

Plug-in system and python interpreter embedded into the game Geometry Dash, designed for helping people automate tasks for creating. Allows the user to run plug-ins by using customizable keybinds. Works for both mac and windows.

Example Script

e = Editor()

for i in range(180):
	e.selection.rotate(2)
	e.selection.incrementZ() # stops visual glitches, increments Z order
	e.duplicate()

Documentation

comig soon

License

This project is licensed with GPLv2 (i'm sorry ik, gpl bad mit good). Don't take it personal just, I put a lot of work in and don't want it to go unrecognized by means of someone else embedding it with no credit into a more popular program.