From 59e473a8e717b44a6b6155e3c4a69f88ad51ef22 Mon Sep 17 00:00:00 2001 From: arceuss Date: Sun, 2 May 2021 19:13:08 -0600 Subject: [PATCH 1/2] centering the bfs side since kadedev told me how to do it --- ModCharts.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ModCharts.md b/ModCharts.md index 6726e3e..a49b69f 100644 --- a/ModCharts.md +++ b/ModCharts.md @@ -95,6 +95,19 @@ Looping through all of the rendered notes end ``` +Centering BF's Side + +```lua + function setDefault(id) + _G['defaultStrum'..id..'X'] = getActorX(id) + end + + -- put this somewhere in a function + + for i = 4, 7 do -- go to the center + tweenPosXAngle(i, _G['defaultStrum'..i..'X'] - 275,getActorAngle(i) + 360, 0.6, 'setDefault') + end +``` ### Available Hooks From 4dac70d8d2144adc97e69bda5332bb2b809fbc18 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Mon, 3 May 2021 04:48:00 +0200 Subject: [PATCH 2/2] fix dumb typo oh my god --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index a4c6814..f93f14e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -29,7 +29,7 @@ - `haxelib git polymod https://github.com/larsiusprime/polymod.git` - `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc` ### Windows-only dependencies (only for building *to* Windows. Building html5 on Windows does not require this) -If you are planning to build for Windows, you also need to install **Visual Studio Code 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following: +If you are planning to build for Windows, you also need to install **Visual Studio 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following: - MSVC v142 - VS 2019 C++ x64/x86 build tools - Windows SDK (10.0.17763.0) - C++ Profiling tools