Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.55 KB

README.md

File metadata and controls

17 lines (17 loc) · 1.55 KB

gdccdated github repo

gdccdated means geometry dash CC*.dat editor

dirs and files

dirs
  • src — contains files written by humans
  • out — web site root (/app on server)
  • out_tmp — temp files generated by out.sh
  • upload_tmp — temp files generated by upload.sh
files (executable scripts)
files (not executable scripts)
  • src/index.html — redirect(ish) to ./index.xhtml because glitch doesn't support custom index files
  • out/index.xhtml — all css and javascript put into one file (generated by out.sh)
  • out/index_standalone.xhtml — all css and javascript and help.jpg put into one file (generated by out.sh)