mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-24 21:02:59 +01:00
launcher deot
This commit is contained in:
13
Menu/GameShell/10_Settings/pages.py
Normal file
13
Menu/GameShell/10_Settings/pages.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from list_page import ListPage
|
||||
|
||||
import myvars
|
||||
|
||||
def InitListPage(main_screen):
|
||||
|
||||
myvars.ListPage = ListPage()
|
||||
|
||||
myvars.ListPage._Screen = main_screen
|
||||
myvars.ListPage._Name = "Setting List"
|
||||
myvars.ListPage.Init()
|
||||
Reference in New Issue
Block a user