Finish buttons, Add docs

This commit is contained in:
Astatin3
2024-03-18 18:00:14 -06:00
parent bab306310a
commit a5467a244c
5 changed files with 60 additions and 40 deletions
+1 -2
View File
@@ -7,7 +7,7 @@ from sys import exit
import numpy as np
import src.render as render
import src.menu as menu
import src.pathEditor as pathEditor
import src.buttonEditor as buttonEditor
import src.export as export
@@ -30,7 +30,6 @@ render = render.render(pg, screen, topBarHeight, bottomBarHeight)
tabIndex = 0
tabs = [
menu.menu(pg, render),
pathEditor.pathEditor(render),
buttonEditor.buttonEditor(render, pathEditor),
export.export(pg, render)