summaryrefslogtreecommitdiffhomepage
path: root/app/systems/start_game.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/systems/start_game.rb')
-rw-r--r--app/systems/start_game.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb
index 39cc63c..c197863 100644
--- a/app/systems/start_game.rb
+++ b/app/systems/start_game.rb
@@ -8,7 +8,7 @@ FF::Sys.new('StartGame', priority: 50 ) do
FF::Cmp::Title[0].delete
FF::Stg.remove FF::Scn::TitleScreen
- debug_arrow = FF::Cmp::DebugVectorArrow.new(length: 5)
+ debug_arrow = FF::Cmp::SingletonDebugVectorArrow.new(length: 5)
position = [
{x: 100, y: 100},
{x: 500, y: 500},