Skip to content

Commit

Permalink
updated lang_it, piano.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab052 committed Nov 20, 2024
1 parent 1dac7fe commit e762163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/language/lang_it.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ local L={
main_out_dict="Dizionario",
main_out_lang="Lingua",
main_out_about="Informazioni di sistema",
main_out_single="Singolo",
main_out_multi="Multiplo",
main_out_single="Giocatore Singolo",
main_out_multi="Multigiocatore",

musicroom_title="Stanza musicale",
musicroom_fullband="Banda Piena",
Expand Down
5 changes: 3 additions & 2 deletions assets/scene_app/piano.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local gc=love.graphics

local instList={'organ_wave','square_wave','saw_wave','complex_wave','stairs_wave','spectral_wave'}
local instList={'organ_wave','square_wave','death_wave','saw_wave','complex_wave','stairs_wave','spectral_wave'}

---@class Techmino.Piano.Layout
---@field name string
Expand Down Expand Up @@ -225,9 +225,10 @@ local layoutList={
font=100,
fillC='dL',
lineC='lD',
actvC='lR',
actvC="DL",
textC='D',
keyLayout={
{x=-1,y=-1,w=30,h=40,fillC={1,1,1,.26},lineC='dL'}, -- Frame
{x=00,y=00,w=8,h=8,key='kp7'},
{x=10,y=00,w=8,h=8,key='kp8'},
{x=20,y=00,w=8,h=8,key='kp9'},
Expand Down

0 comments on commit e762163

Please sign in to comment.