Not showing virtual control on computer

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-20 22:33:30 +07:00
parent aa57db8675
commit 1773a6aa67
2 changed files with 15 additions and 4 deletions

View File

@@ -67,8 +67,8 @@ function love.load()
require "scene"
require "game.vctrl" -- VCTRL
SCENE = SETTINGS.firstTime and InputConfigScene() or TitleScene()
SCENE = SETTINGS.firstTime and InputConfigScene(true) or TitleScene()
VCTRL.toggle(love.system.getOS()=='Android')
VCTRL.new{
-- {type='button',x= 100,y=320,key= 'up',icon= 'up',r=35,iconSize=60,alpha=1},
-- {type='button',x= 160,y=380,key='right',icon= 'right',r=35,iconSize=60,alpha=1},