Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move util functions out of cgaz.js #107

Merged
merged 8 commits into from
Jan 17, 2024
2 changes: 2 additions & 0 deletions layout/hud/cgaz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
</styles>
<scripts>
<include src="file://{scripts}/common/gamemodes.js" />
<include src="file://{scripts}/util/math.js" />
<include src="file://{scripts}/util/colors.js" />
<include src="file://{scripts}/hud/cgaz.js" />
</scripts>

Expand Down
3 changes: 2 additions & 1 deletion layout/hud/synchronizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
</styles>
<scripts>
<include src="file://{scripts}/common/gamemodes.js" />
<include src="file://{scripts}/common/buttons.js" />
<include src="file://{scripts}/util/math.js" />
<include src="file://{scripts}/util/colors.js" />
<include src="file://{scripts}/hud/synchronizer.js" />
</scripts>
<MomHudSynchronizer class="synchronizer" alternateTicks="false">
Expand Down
Loading
Loading