Skip to content

Commit 2f85da1

Browse files
when you're (not) smart
1 parent 003f95f commit 2f85da1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/PlayState.hx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,13 +1772,6 @@ class PlayState extends MusicBeatState
17721772
return null;
17731773
}
17741774

1775-
public function getLuaObject(tag:String, text:Bool=true):FlxSprite {
1776-
if(modchartSprites.exists(tag)) return modchartSprites.get(tag);
1777-
if(text && modchartTexts.exists(tag)) return modchartTexts.get(tag);
1778-
if(variables.exists(tag)) return variables.get(tag);
1779-
return null;
1780-
}
1781-
17821775
function startCharacterPos(char:Character, ?gfCheck:Bool = false) {
17831776
if(gfCheck && char.curCharacter.startsWith('gf')) { //IF DAD IS GIRLFRIEND, HE GOES TO HER POSITION
17841777
char.setPosition(GF_X, GF_Y);

0 commit comments

Comments
 (0)