diff options
| author | arngo <[email protected]> | 2021-12-23 01:04:59 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-23 01:04:59 -0500 |
| commit | 8116ce1f56aaf5344596ca16177c7abff11b1496 (patch) | |
| tree | ac0b5e048f6b056129b01439fb20b89861efeee5 /app/components | |
| parent | b567c7ceb887a8da73a8e2c1015a7638ca1f8fad (diff) | |
| download | SteelWings-8116ce1f56aaf5344596ca16177c7abff11b1496.tar.gz SteelWings-8116ce1f56aaf5344596ca16177c7abff11b1496.zip | |
implement ai components/systems
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/singleton_title.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/singleton_title.rb b/app/components/singleton_title.rb index c2fd410..5ebe400 100644 --- a/app/components/singleton_title.rb +++ b/app/components/singleton_title.rb @@ -1,2 +1,2 @@ -FF::Cmp.new('SingletonTitle', singleton: true) +FF::Cmp.new('SingletonTitle', singleton: true, title_screen: true) FF::Cmp::SingletonTitle.new |
