Skip to content

Commit

Permalink
last few tweaks before I disappear for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Nov 28, 2023
1 parent 76ea17b commit 69e52d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/preload/data/songs/tutorial/modchart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ function stepHit(step) -- do nothing
end

function playerTwoTurn()
camGame.tweenZoom(camGame,1.3,(crochet * 4) / 1000)
setCamZoom(1.3)
end

function playerOneTurn()
camGame.tweenZoom(camGame,1,(crochet * 4) / 1000)
setCamZoom(1)
end
2 changes: 0 additions & 2 deletions source/ModchartState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,8 @@ class ModchartState
{
coverMeInPiss = Reflect.getProperty(coverMeInPiss, killMe[i]);
}
Debug.logTrace("setProp");
return Reflect.setProperty(coverMeInPiss, killMe[killMe.length - 1], value);
}
Debug.logTrace("setProp");
return Reflect.setProperty(PlayState.instance, variable, value);
});
Lua_helper.add_callback(lua, "getPropertyFromGroup", function(obj:String, index:Int, variable:Dynamic)
Expand Down
2 changes: 2 additions & 0 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ class PlayState extends MusicBeatState
case 0:
precacheThing('splashes/Default', 'image', 'shared');
case 1:
precacheThing('splashes/Psych', 'image', 'shared');
case 2:
precacheThing('splashes/Week7', 'image', 'shared');
}
}
Expand Down

0 comments on commit 69e52d0

Please sign in to comment.