Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 888 Bytes

about.md

File metadata and controls

22 lines (16 loc) · 888 Bytes

Copy Level Info

This mod allows the user to copy some basic information about a level to their clipboard at the click of a button.

What is copied to the clipboard

The following information is copied to the clipboard with some extra stuff inserted here and there to keep things neat and tidy.

  • Level Author
  • Level Name
  • Level ID
  • Song Link

Formatting

All the information listed above is formatted as follows:

{Level Author} - {Level Name} (Geometry Dash) ============================================= Level ID: {Level ID} Song: {Song Link}

Note: The divider constructed of the equals symbol (=) is dynamic, meaning that it is always the same length in terms of characters as the first line of text. If line one was 23 characters long, the divider will be a string of 23 equal symbols (=), if line one was 56 characters long, the divider would be 56 characters long.