diff options
Diffstat (limited to 'app/systems/title_screen.rb')
| -rw-r--r-- | app/systems/title_screen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/title_screen.rb b/app/systems/title_screen.rb index 0fa0a81..3f16a26 100644 --- a/app/systems/title_screen.rb +++ b/app/systems/title_screen.rb @@ -1,6 +1,6 @@ FF::Scn::TitleScreen.add( FF::Sys.new('TitleScreen', priority: 50) do - FF::Cmp::Title[0].entities.each do |entity| + FF::Cmp::SingletonTitle[0].entities.each do |entity| next unless entity.components.key?(FF::Cmp::Button) btn = entity.components[FF::Cmp::Button][0] |
