mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Clean up unnecessary imports
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
local KeyConfigScene = SCENE:extend()
|
||||
KeyConfigScene.title = "Key Config"
|
||||
|
||||
require 'settings'
|
||||
|
||||
local configurable_inputs = {
|
||||
"menu_decide",
|
||||
"menu_back",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
local MusicToggleScene = SCENE:extend()
|
||||
require 'settings'
|
||||
|
||||
MusicToggleScene.title = "Play music during game:"
|
||||
|
||||
function MusicToggleScene:new()
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
local NameEntryScene = SCENE:extend()
|
||||
local Grid = require 'game.grid'
|
||||
local bitser = require 'libs.bitser'
|
||||
require 'settings'
|
||||
|
||||
NameEntryScene.title = "Game Start"
|
||||
|
||||
local Grid = require 'game.grid'
|
||||
local bitser = require 'libs.bitser'
|
||||
|
||||
function NameEntryScene:new()
|
||||
self.chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890."
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
local StickConfigScene = SCENE:extend()
|
||||
StickConfigScene.title = "Controller Config"
|
||||
|
||||
require 'settings'
|
||||
|
||||
local configurable_inputs = {
|
||||
"menu_decide",
|
||||
"menu_back",
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
local TrainingScene = SCENE:extend()
|
||||
TrainingScene.title = "20G Training"
|
||||
|
||||
require 'settings'
|
||||
|
||||
function TrainingScene:new()
|
||||
game_mode = require 'game.gamemode'
|
||||
if PENTO_MODE then
|
||||
|
||||
Reference in New Issue
Block a user