Issue Checklist
Platform
Windows
Version
0.5.3
Description (include any images, videos, errors, or crash logs)
Not a bug but I found some syntax errors:
-
;'s at the end of functions/conditions
|
public function onScriptEvent(event:ScriptEvent):Void {}; |
|
|
|
public function onCreate(event:ScriptEvent):Void {}; |
|
|
|
public function onDestroy(event:ScriptEvent):Void {}; |
|
|
|
public function onUpdate(event:UpdateScriptEvent):Void {}; |
|
public function onScriptEvent(event:ScriptEvent):Void {}; |
|
|
|
public function onCreate(event:ScriptEvent):Void {}; |
|
|
|
public function onDestroy(event:ScriptEvent):Void {}; |
|
|
|
public function onUpdate(event:UpdateScriptEvent):Void {}; |
|
public function onPause(event:PauseScriptEvent):Void {}; |
|
|
|
public function onResume(event:ScriptEvent):Void {}; |
|
|
|
public function onSongLoaded(event:SongLoadScriptEvent):Void {}; |
|
|
|
public function onSongStart(event:ScriptEvent):Void {}; |
|
|
|
public function onSongEnd(event:ScriptEvent):Void {}; |
|
|
|
public function onGameOver(event:ScriptEvent):Void {}; |
|
|
|
public function onSongRetry(event:ScriptEvent):Void {}; |
|
|
|
public function onNoteIncoming(event:NoteScriptEvent) {} |
|
|
|
public function onNoteHit(event:HitNoteScriptEvent) {} |
|
|
|
public function onNoteMiss(event:NoteScriptEvent):Void {}; |
|
|
|
public function onNoteGhostMiss(event:GhostMissNoteScriptEvent):Void {}; |
|
|
|
public function onSongEvent(event:SongEventScriptEvent):Void {}; |
|
|
|
public function onStepHit(event:SongTimeScriptEvent):Void {}; |
|
|
|
public function onBeatHit(event:SongTimeScriptEvent):Void {}; |
|
|
|
public function onCountdownStart(event:CountdownScriptEvent):Void {}; |
|
|
|
public function onCountdownStep(event:CountdownScriptEvent):Void {}; |
|
|
|
public function onCountdownEnd(event:CountdownScriptEvent):Void {}; |
|
|
|
public function onScriptEvent(event:ScriptEvent):Void {}; |
|
|
|
public function onCreate(event:ScriptEvent):Void {}; |
|
|
|
public function onDestroy(event:ScriptEvent):Void {}; |
|
|
|
public function onUpdate(event:UpdateScriptEvent):Void {}; |
-
Duplicate Imports:
FunkinSound:
|
import funkin.audio.FunkinSound; |
|
import funkin.ui.mainmenu.MainMenuState; |
|
import funkin.ui.MusicBeatState; |
|
import funkin.graphics.shaders.HSVShader; |
|
import funkin.util.WindowUtil; |
|
import funkin.audio.FunkinSound; |
-
, at the end of a list/array etc
|
targetSongId: currentSong.id, |
Issue Checklist
Platform
Windows
Version
0.5.3
Description (include any images, videos, errors, or crash logs)
Not a bug but I found some syntax errors:
;'s at the end of functions/conditionsFunkin/source/funkin/play/PlayState.hx
Line 1141 in df142a9
Funkin/source/funkin/play/PlayState.hx
Line 1531 in df142a9
Funkin/source/funkin/ui/freeplay/FreeplayState.hx
Line 2448 in df142a9
Funkin/source/funkin/ui/charSelect/CharSelectPlayer.hx
Line 52 in df142a9
Funkin/source/funkin/ui/charSelect/CharSelectPlayer.hx
Lines 83 to 89 in df142a9
Funkin/source/funkin/ui/charSelect/CharSelectGF.hx
Line 92 in df142a9
Funkin/source/funkin/ui/charSelect/CharSelectGF.hx
Lines 208 to 214 in df142a9
Funkin/source/funkin/play/song/Song.hx
Lines 634 to 674 in df142a9
Duplicate Imports:
FunkinSound:
Funkin/source/funkin/ui/options/OptionsState.hx
Lines 10 to 15 in df142a9
,at the end of a list/array etcFunkin/source/funkin/play/PlayState.hx
Line 2703 in df142a9