mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 02:04:28 +00:00
better traces hehe
This commit is contained in:
parent
c3995ef557
commit
4d3766b65b
|
@ -30,7 +30,7 @@ class LatencyState extends MusicBeatSubstate
|
||||||
{
|
{
|
||||||
FlxG.stage.addEventListener(KeyboardEvent.KEY_DOWN, key ->
|
FlxG.stage.addEventListener(KeyboardEvent.KEY_DOWN, key ->
|
||||||
{
|
{
|
||||||
trace("EVENT PRESS: " + FlxG.sound.music.time + " " + Timer.stamp());
|
trace("\tEVENT PRESS: \t" + FlxG.sound.music.time + " " + Timer.stamp());
|
||||||
// trace("EVENT LISTENER: " + key);
|
// trace("EVENT LISTENER: " + key);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ class LatencyState extends MusicBeatSubstate
|
||||||
{
|
{
|
||||||
if (FlxG.keys.justPressed.S)
|
if (FlxG.keys.justPressed.S)
|
||||||
{
|
{
|
||||||
trace("UPDATE PRESS: " + FlxG.sound.music.time + " " + Timer.stamp());
|
trace("\tUPDATE PRESS: \t" + FlxG.sound.music.time + " " + Timer.stamp());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FlxG.keys.justPressed.X)
|
if (FlxG.keys.justPressed.X)
|
||||||
|
|
Loading…
Reference in a new issue