Read description for changes.

- Add Script Deletion.
- Display "This script does not exist." if script does not exist on ScriptBrowse.
- Display "Refreshing List..." if you have more scripts.
This commit is contained in:
StackZ
2020-03-06 15:59:14 +01:00
parent 331a348846
commit 05d809e0bc
5 changed files with 43 additions and 6 deletions
+2
View File
@@ -39,6 +39,8 @@ public:
void Draw(void) const override;
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
private:
void deleteScript(int selectedScript);
void DrawSubMenu(void) const;
void DrawList(void) const;
void DrawSingleObject(void) const;