From e41161a4b0ef3bf2641714358bbb700eef48ff21 Mon Sep 17 00:00:00 2001 From: Ryan Shepherd Date: Tue, 2 Oct 2018 11:12:03 -0400 Subject: [PATCH] Cleanup --- PerlRPG/Game.pm | 2 +- Resources/Icon_ | 0 Resources/script.gs | 7 +++++-- 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 Resources/Icon_ diff --git a/PerlRPG/Game.pm b/PerlRPG/Game.pm index 8baf342..e0c51cc 100644 --- a/PerlRPG/Game.pm +++ b/PerlRPG/Game.pm @@ -66,7 +66,7 @@ sub Run { my $ticktime = SDL::get_ticks() - $tick; my $delta = 1000/GetGameVar('TargetFPS') - $ticktime; - LogData(DEBUG, "TickTime = $ticktime, Delta = $delta"); + LogData(DEVALL, "TickTime = $ticktime, Delta = $delta"); SDL::delay($delta) if($delta > 0); $tick = SDL::get_ticks(); } diff --git a/Resources/Icon_ b/Resources/Icon_ deleted file mode 100644 index e69de29..0000000 diff --git a/Resources/script.gs b/Resources/script.gs index f4c2b1b..f663713 100644 --- a/Resources/script.gs +++ b/Resources/script.gs @@ -3,7 +3,7 @@ __init__: SetAssetOption spritesheet.png Animated AddSayer h "Hermione" aka01.png 200 200 200 255 - TargetFPS = 30 + TargetFPS = 20 ResourceDir = "Resources" drawroom: @@ -20,6 +20,9 @@ drawroom: Show candlera fire.vs 400 95 12 flip Show candlela fire.vs 240 95 12 +convo: + Wait h "Continue..." - RecompileScripts drawroom + #RecompileScripts drawroom + Jump convo