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()
|
local KeyConfigScene = SCENE:extend()
|
||||||
KeyConfigScene.title = "Key Config"
|
KeyConfigScene.title = "Key Config"
|
||||||
|
|
||||||
require 'settings'
|
|
||||||
|
|
||||||
local configurable_inputs = {
|
local configurable_inputs = {
|
||||||
"menu_decide",
|
"menu_decide",
|
||||||
"menu_back",
|
"menu_back",
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
local MusicToggleScene = SCENE:extend()
|
local MusicToggleScene = SCENE:extend()
|
||||||
require 'settings'
|
|
||||||
|
|
||||||
MusicToggleScene.title = "Play music during game:"
|
MusicToggleScene.title = "Play music during game:"
|
||||||
|
|
||||||
function MusicToggleScene:new()
|
function MusicToggleScene:new()
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
local NameEntryScene = SCENE:extend()
|
local NameEntryScene = SCENE:extend()
|
||||||
local Grid = require 'game.grid'
|
|
||||||
local bitser = require 'libs.bitser'
|
|
||||||
require 'settings'
|
|
||||||
|
|
||||||
NameEntryScene.title = "Game Start"
|
NameEntryScene.title = "Game Start"
|
||||||
|
|
||||||
|
local Grid = require 'game.grid'
|
||||||
|
local bitser = require 'libs.bitser'
|
||||||
|
|
||||||
function NameEntryScene:new()
|
function NameEntryScene:new()
|
||||||
self.chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890."
|
self.chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890."
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
local StickConfigScene = SCENE:extend()
|
local StickConfigScene = SCENE:extend()
|
||||||
StickConfigScene.title = "Controller Config"
|
StickConfigScene.title = "Controller Config"
|
||||||
|
|
||||||
require 'settings'
|
|
||||||
|
|
||||||
local configurable_inputs = {
|
local configurable_inputs = {
|
||||||
"menu_decide",
|
"menu_decide",
|
||||||
"menu_back",
|
"menu_back",
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
local TrainingScene = SCENE:extend()
|
local TrainingScene = SCENE:extend()
|
||||||
TrainingScene.title = "20G Training"
|
TrainingScene.title = "20G Training"
|
||||||
|
|
||||||
require 'settings'
|
|
||||||
|
|
||||||
function TrainingScene:new()
|
function TrainingScene:new()
|
||||||
game_mode = require 'game.gamemode'
|
game_mode = require 'game.gamemode'
|
||||||
if PENTO_MODE then
|
if PENTO_MODE then
|
||||||
|
|||||||
Reference in New Issue
Block a user